Struct Hsidiv
#[repr(transparent)]pub struct Hsidiv(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Hsidiv
impl Hsidiv
pub const DIV1: Self
pub const DIV1: Self
HSI clock is not divided
pub const DIV2: Self
pub const DIV2: Self
HSI clock is divided by 2
pub const DIV4: Self
pub const DIV4: Self
HSI clock is divided by 4
pub const DIV8: Self
pub const DIV8: Self
HSI clock is divided by 8
pub const DIV16: Self
pub const DIV16: Self
HSI clock is divided by 16
pub const DIV32: Self
pub const DIV32: Self
HSI clock is divided by 32
pub const DIV64: Self
pub const DIV64: Self
HSI clock is divided by 64
pub const DIV128: Self
pub const DIV128: Self
HSI clock is divided by 128
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