Struct Tampfreq
#[repr(transparent)]pub struct Tampfreq(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Tampfreq
impl Tampfreq
pub const DIV32768: Self
pub const DIV32768: Self
RTCCLK / 32768 (1 Hz when RTCCLK = 32768 Hz)
pub const DIV16384: Self
pub const DIV16384: Self
RTCCLK / 16384 (2 Hz when RTCCLK = 32768 Hz)
pub const DIV8192: Self
pub const DIV8192: Self
RTCCLK / 8192 (4 Hz when RTCCLK = 32768 Hz)
pub const DIV4096: Self
pub const DIV4096: Self
RTCCLK / 4096 (8 Hz when RTCCLK = 32768 Hz)
pub const DIV2048: Self
pub const DIV2048: Self
RTCCLK / 2048 (16 Hz when RTCCLK = 32768 Hz)
pub const DIV1024: Self
pub const DIV1024: Self
RTCCLK / 1024 (32 Hz when RTCCLK = 32768 Hz)
pub const DIV512: Self
pub const DIV512: Self
RTCCLK / 512 (64 Hz when RTCCLK = 32768 Hz)
pub const DIV256: Self
pub const DIV256: Self
RTCCLK / 256 (128 Hz when RTCCLK = 32768 Hz)
Trait Implementations§
§impl Ord for Tampfreq
impl Ord for Tampfreq
§impl PartialOrd for Tampfreq
impl PartialOrd for Tampfreq
impl Copy for Tampfreq
impl Eq for Tampfreq
impl StructuralPartialEq for Tampfreq
Auto Trait Implementations§
impl Freeze for Tampfreq
impl RefUnwindSafe for Tampfreq
impl Send for Tampfreq
impl Sync for Tampfreq
impl Unpin for Tampfreq
impl UnwindSafe for Tampfreq
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