Enum HsiFs
#[repr(u8)]pub enum HsiFs {
HSI_4MHZ = 0,
HSI_8MHZ = 1,
HSI_16MHZ = 2,
HSI_22_12MHZ = 3,
HSI_24MHZ = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}
Variants§
HSI_4MHZ = 0
4MHz HSI frequency
HSI_8MHZ = 1
8MHz HSI frequency
HSI_16MHZ = 2
16MHz HSI frequency
HSI_22_12MHZ = 3
22.12MHz HSI frequency
HSI_24MHZ = 4
24MHz HSI frequency
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
§impl Ord for HsiFs
impl Ord for HsiFs
§impl PartialOrd for HsiFs
impl PartialOrd for HsiFs
impl Copy for HsiFs
impl Eq for HsiFs
impl StructuralPartialEq for HsiFs
Auto Trait Implementations§
impl Freeze for HsiFs
impl RefUnwindSafe for HsiFs
impl Send for HsiFs
impl Sync for HsiFs
impl Unpin for HsiFs
impl UnwindSafe for HsiFs
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