Struct Wucksel
#[repr(transparent)]pub struct Wucksel(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Wucksel
impl Wucksel
pub const DIV16: Self
pub const DIV16: Self
RTC/16 clock is selected
pub const DIV8: Self
pub const DIV8: Self
RTC/8 clock is selected
pub const DIV4: Self
pub const DIV4: Self
RTC/4 clock is selected
pub const DIV2: Self
pub const DIV2: Self
RTC/2 clock is selected
pub const CLOCKSPARE: Self
pub const CLOCKSPARE: Self
ck_spre (usually 1 Hz) clock is selected
pub const CLOCKSPAREWITHOFFSET: Self
pub const CLOCKSPAREWITHOFFSET: Self
ck_spre (usually 1 Hz) clock is selected and 2^16 is added to the WUT counter value
Trait Implementations§
§impl Ord for Wucksel
impl Ord for Wucksel
§impl PartialOrd for Wucksel
impl PartialOrd for Wucksel
impl Copy for Wucksel
impl Eq for Wucksel
impl StructuralPartialEq for Wucksel
Auto Trait Implementations§
impl Freeze for Wucksel
impl RefUnwindSafe for Wucksel
impl Send for Wucksel
impl Sync for Wucksel
impl Unpin for Wucksel
impl UnwindSafe for Wucksel
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