#[repr(u8)]pub enum Doze {
LOW_POWER_DOZE_DISABLED = 0,
LOW_POWER_DOZE_ENABLED = 1,
}Variants§
LOW_POWER_DOZE_DISABLED = 0
FlexCAN is not enabled to enter low-power mode when Doze mode is requested.
LOW_POWER_DOZE_ENABLED = 1
FlexCAN is enabled to enter low-power mode when Doze mode is requested.
Implementations§
Trait Implementations§
Source§impl Ord for Doze
impl Ord for Doze
Source§impl PartialOrd for Doze
impl PartialOrd for Doze
impl Copy for Doze
impl Eq for Doze
impl StructuralPartialEq for Doze
Auto Trait Implementations§
impl Freeze for Doze
impl RefUnwindSafe for Doze
impl Send for Doze
impl Sync for Doze
impl Unpin for Doze
impl UnwindSafe for Doze
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