Enum HsiSysDiv
#[repr(u8)]pub enum HsiSysDiv {
DIV1 = 0,
DIV2 = 1,
DIV4 = 2,
DIV8 = 3,
DIV16 = 4,
DIV32 = 5,
DIV64 = 6,
DIV128 = 7,
}
Variants§
DIV1 = 0
HSI clock is not divided
DIV2 = 1
HSI clock is divided by 2
DIV4 = 2
HSI clock is divided by 4
DIV8 = 3
HSI clock is divided by 8
DIV16 = 4
HSI clock is divided by 16
DIV32 = 5
HSI clock is divided by 32
DIV64 = 6
HSI clock is divided by 64
DIV128 = 7
HSI clock is divided by 128
Implementations§
Trait Implementations§
§impl Ord for Hsidiv
impl Ord for Hsidiv
§impl PartialOrd for Hsidiv
impl PartialOrd for Hsidiv
impl Copy for Hsidiv
impl Eq for Hsidiv
impl StructuralPartialEq for Hsidiv
Auto Trait Implementations§
impl Freeze for Hsidiv
impl RefUnwindSafe for Hsidiv
impl Send for Hsidiv
impl Sync for Hsidiv
impl Unpin for Hsidiv
impl UnwindSafe for Hsidiv
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)