pub struct W(/* private fields */);Expand description
Register CANWAKEFLAGS writer
Implementations§
Source§impl W
impl W
Sourcepub fn can1wake(&mut self) -> CAN1WAKE_W<'_>
pub fn can1wake(&mut self) -> CAN1WAKE_W<'_>
Bit 1 - Wake-up status for CAN channel 1. Read: when 1, indicates that a falling edge has occurred on the receive data line of CAN channel 1. Write: writing a 1 clears this bit.
Sourcepub fn can2wake(&mut self) -> CAN2WAKE_W<'_>
pub fn can2wake(&mut self) -> CAN2WAKE_W<'_>
Bit 2 - Wake-up status for CAN channel 2. Read: when 1, indicates that a falling edge has occurred on the receive data line of CAN channel 2. Write: writing a 1 clears this bit.
Methods from Deref<Target = W<CANWAKEFLAGS_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnsafeUnpin for W
impl UnwindSafe for W
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