Struct stm32wlxx_hal::pac::wwdg::RegisterBlock
#[repr(C)]pub struct RegisterBlock {
pub cr: Reg<CR_SPEC>,
pub cfr: Reg<CFR_SPEC>,
pub sr: Reg<SR_SPEC>,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register block
Fields§
§cr: Reg<CR_SPEC>
0x00 - Control register
cfr: Reg<CFR_SPEC>
0x04 - Configuration register
sr: Reg<SR_SPEC>
0x08 - Status register
Auto Trait Implementations§
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more