#[repr(u8)]pub enum BootSpeed {
VALUE_0 = 0,
VALUE_1 = 1,
VALUE_2 = 2,
_RESERVED_3 = 3,
}Variants§
VALUE_0 = 0
Defined by NMPA.SYSTEM_SPEED_CODE
VALUE_1 = 1
96MHz FRO
VALUE_2 = 2
48MHz FRO
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Ord for BootSpeed
impl Ord for BootSpeed
Source§impl PartialOrd for BootSpeed
impl PartialOrd for BootSpeed
impl Copy for BootSpeed
impl Eq for BootSpeed
impl StructuralPartialEq for BootSpeed
Auto Trait Implementations§
impl Freeze for BootSpeed
impl RefUnwindSafe for BootSpeed
impl Send for BootSpeed
impl Sync for BootSpeed
impl Unpin for BootSpeed
impl UnwindSafe for BootSpeed
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