Struct imxrt_ral::wdog::RegisterBlock
source · #[repr(C)]pub struct RegisterBlock {
pub WCR: RWRegister<u16>,
pub WSR: RWRegister<u16>,
pub WRSR: RORegister<u16>,
pub WICR: RWRegister<u16>,
pub WMCR: RWRegister<u16>,
}
Expand description
WDOG
Fields§
§WCR: RWRegister<u16>
Watchdog Control Register
WSR: RWRegister<u16>
Watchdog Service Register
WRSR: RORegister<u16>
Watchdog Reset Status Register
WICR: RWRegister<u16>
Watchdog Interrupt Control Register
WMCR: RWRegister<u16>
Watchdog Miscellaneous Control Register
Auto Trait Implementations§
impl !Freeze for RegisterBlock
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