Struct stm32_metapac::can::regs::Rwd
#[repr(transparent)]pub struct Rwd(pub u32);
Expand description
FDCAN RAM watchdog register
Tuple Fields§
§0: u32
Implementations§
§impl Rwd
impl Rwd
pub const fn wdc(&self) -> u8
pub const fn wdc(&self) -> u8
Watchdog configuration. Start value of the message RAM watchdog counter. With the reset value of 00, the counter is disabled. These are protected write (P) bits, write access is possible only when the bit 1 [CCE] and bit 0 [INIT] of FDCAN_CCCR register are set to 1
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)