Struct stm32wlxx_hal::pac::iwdg::RegisterBlock
#[repr(C)]pub struct RegisterBlock {
pub kr: Reg<KR_SPEC>,
pub pr: Reg<PR_SPEC>,
pub rlr: Reg<RLR_SPEC>,
pub sr: Reg<SR_SPEC>,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register block
Fields§
§kr: Reg<KR_SPEC>
0x00 - Key register
pr: Reg<PR_SPEC>
0x04 - Prescaler register
rlr: Reg<RLR_SPEC>
0x08 - Reload register
sr: Reg<SR_SPEC>
0x0c - 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