#[repr(u8)]pub enum Dozeen {
DOZEEN_0 = 0,
DOZEEN_1 = 1,
}Variants§
DOZEEN_0 = 0
Doze mode support disabled. AHB clock and serial clock will not be gated off when there is doze mode request from system.
DOZEEN_1 = 1
Doze mode support enabled. AHB clock and serial clock will be gated off when there is doze mode request from system.
Implementations§
Trait Implementations§
Source§impl Ord for Dozeen
impl Ord for Dozeen
Source§impl PartialOrd for Dozeen
impl PartialOrd for Dozeen
impl Copy for Dozeen
impl Eq for Dozeen
impl StructuralPartialEq for Dozeen
Auto Trait Implementations§
impl Freeze for Dozeen
impl RefUnwindSafe for Dozeen
impl Send for Dozeen
impl Sync for Dozeen
impl Unpin for Dozeen
impl UnwindSafe for Dozeen
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