Enum stm32wlxx_hal::pac::rtc::icsr::BIN_A
#[repr(u8)]pub enum BIN_A {
Bcd = 0,
Binary = 1,
BinBcd = 2,
BinBcd2 = 3,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Binary mode
Value on reset: 0
Variants§
Bcd = 0
0: Free running BCD calendar mode (Binary mode disabled)
Binary = 1
1: Free running Binary mode (BCD mode disabled)
BinBcd = 2
2: Free running BCD calendar and Binary modes
BinBcd2 = 3
3: Free running BCD calendar and Binary modes
Trait Implementations§
impl Copy for BIN_A
impl StructuralPartialEq for BIN_A
Auto Trait Implementations§
impl RefUnwindSafe for BIN_A
impl Send for BIN_A
impl Sync for BIN_A
impl Unpin for BIN_A
impl UnwindSafe for BIN_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