Enum stm32_metapac::tamp::vals::Atcksel
#[repr(u8)]pub enum Atcksel {
DIV1 = 0,
DIV2 = 1,
DIV4 = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
DIV128 = 7,
}
Variants§
DIV1 = 0
RTCCLK is selected
DIV2 = 1
RTCCLK/2 is selected when (PREDIV_A+1) = 128 (actually selects 1st flip flop output)
DIV4 = 2
RTCCLK/4 is selected when (PREDIV_A+1) = 128 (actually selects 2nd flip flop output)
_RESERVED_3 = 3
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
DIV128 = 7
RTCCLK/128 is selected when (PREDIV_A+1) = 128 (actually selects 7th flip flop output)
Implementations§
Trait Implementations§
§impl Ord for Atcksel
impl Ord for Atcksel
§impl PartialOrd for Atcksel
impl PartialOrd for Atcksel
impl Copy for Atcksel
impl Eq for Atcksel
impl StructuralPartialEq for Atcksel
Auto Trait Implementations§
impl Freeze for Atcksel
impl RefUnwindSafe for Atcksel
impl Send for Atcksel
impl Sync for Atcksel
impl Unpin for Atcksel
impl UnwindSafe for Atcksel
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
)