Enum Notrdy
pub enum Notrdy {
_0 = 0,
}Expand description
FlexCAN Not Ready
Value on reset: 1
Variants§
_0 = 0
0: FlexCAN module is either in Normal mode, Listen-Only mode or Loop-Back mode.
Trait Implementations§
impl Copy for Notrdy
impl Eq for Notrdy
impl StructuralPartialEq for Notrdy
Auto Trait Implementations§
impl Freeze for Notrdy
impl RefUnwindSafe for Notrdy
impl Send for Notrdy
impl Sync for Notrdy
impl Unpin for Notrdy
impl UnwindSafe for Notrdy
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