Enum stm32_metapac::rtc::vals::Bcdu
#[repr(u8)]pub enum Bcdu {
BIT7 = 0,
BIT8 = 1,
BIT9 = 2,
BIT10 = 3,
BIT11 = 4,
BIT12 = 5,
BIT13 = 6,
BIT14 = 7,
}
Variants§
BIT7 = 0
1s increment each time SS[7:0]=0
BIT8 = 1
1s increment each time SS[8:0]=0
BIT9 = 2
1s increment each time SS[9:0]=0
BIT10 = 3
1s increment each time SS[10:0]=0
BIT11 = 4
1s increment each time SS[11:0]=0
BIT12 = 5
1s increment each time SS[12:0]=0
BIT13 = 6
1s increment each time SS[13:0]=0
BIT14 = 7
1s increment each time SS[14:0]=0
Implementations§
Trait Implementations§
§impl Ord for Bcdu
impl Ord for Bcdu
§impl PartialOrd for Bcdu
impl PartialOrd for Bcdu
impl Copy for Bcdu
impl Eq for Bcdu
impl StructuralPartialEq for Bcdu
Auto Trait Implementations§
impl Freeze for Bcdu
impl RefUnwindSafe for Bcdu
impl Send for Bcdu
impl Sync for Bcdu
impl Unpin for Bcdu
impl UnwindSafe for Bcdu
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
)