Enum stm32wlxx_hal::pac::rtc::icsr::BCDU_A
#[repr(u8)]pub enum BCDU_A {
Bit7 = 0,
Bit8 = 1,
Bit9 = 2,
Bit10 = 3,
Bit11 = 4,
Bit12 = 5,
Bit13 = 6,
Bit14 = 7,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
BCD update
Value on reset: 0
Variants§
Bit7 = 0
0: 1s increment each time SS[7:0]=0
Bit8 = 1
1: 1s increment each time SS[8:0]=0
Bit9 = 2
2: 1s increment each time SS[9:0]=0
Bit10 = 3
3: 1s increment each time SS[10:0]=0
Bit11 = 4
4: 1s increment each time SS[11:0]=0
Bit12 = 5
5: 1s increment each time SS[12:0]=0
Bit13 = 6
6: 1s increment each time SS[13:0]=0
Bit14 = 7
7: 1s increment each time SS[14:0]=0
Trait Implementations§
impl Copy for BCDU_A
impl StructuralPartialEq for BCDU_A
Auto Trait Implementations§
impl RefUnwindSafe for BCDU_A
impl Send for BCDU_A
impl Sync for BCDU_A
impl Unpin for BCDU_A
impl UnwindSafe for BCDU_A
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