Struct Rwd
#[repr(transparent)]pub struct Rwd(pub u32);
Expand description
The RAM Watchdog monitors the READY output of the Message RAM. A Message RAM access starts the Message RAM Watchdog Counter with the value configured by the RWD[WDC] bits. The counter is reloaded with RWD[WDC] bits when the Message RAM signals successful completion by activating its READY output. In case there is no response from the Message RAM until the counter has counted down to 0, the counter stops and interrupt flag IR[WDI] bit is set. The RAM Watchdog Counter is clocked by the fdcan_pclk clock.
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Rwd
impl Eq for Rwd
impl StructuralPartialEq for Rwd
Auto Trait Implementations§
impl Freeze for Rwd
impl RefUnwindSafe for Rwd
impl Send for Rwd
impl Sync for Rwd
impl Unpin for Rwd
impl UnwindSafe for Rwd
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