Struct Hpre
#[repr(transparent)]pub struct Hpre(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Hpre
impl Hpre
pub const DIV1: Self
pub const DIV1: Self
SYSCLK not divided
pub const DIV2: Self
pub const DIV2: Self
SYSCLK divided by 2
pub const DIV4: Self
pub const DIV4: Self
SYSCLK divided by 4
pub const DIV8: Self
pub const DIV8: Self
SYSCLK divided by 8
pub const DIV16: Self
pub const DIV16: Self
SYSCLK divided by 16
pub const DIV64: Self
pub const DIV64: Self
SYSCLK divided by 64
pub const DIV128: Self
pub const DIV128: Self
SYSCLK divided by 128
pub const DIV256: Self
pub const DIV256: Self
SYSCLK divided by 256
pub const DIV512: Self
pub const DIV512: Self
SYSCLK divided by 512
Trait Implementations§
§impl Ord for Hpre
impl Ord for Hpre
§impl PartialOrd for Hpre
impl PartialOrd for Hpre
impl Copy for Hpre
impl Eq for Hpre
impl StructuralPartialEq for Hpre
Auto Trait Implementations§
impl Freeze for Hpre
impl RefUnwindSafe for Hpre
impl Send for Hpre
impl Sync for Hpre
impl Unpin for Hpre
impl UnwindSafe for Hpre
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