Enum stm32_metapac::rtc::vals::Calw16
#[repr(u8)]pub enum Calw16 {
_RESERVED_0 = 0,
SIXTEEN_SECOND = 1,
}
Variants§
_RESERVED_0 = 0
SIXTEEN_SECOND = 1
When CALW16 is set to ‘1’, the 16-second calibration cycle period is selected.This bit must not be set to ‘1’ if CALW8=1
Implementations§
Trait Implementations§
§impl Ord for Calw16
impl Ord for Calw16
§impl PartialOrd for Calw16
impl PartialOrd for Calw16
§fn partial_cmp(&self, other: &Calw16) -> Option<Ordering>
fn partial_cmp(&self, other: &Calw16) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Calw16
impl Eq for Calw16
impl StructuralEq for Calw16
impl StructuralPartialEq for Calw16
Auto Trait Implementations§
impl RefUnwindSafe for Calw16
impl Send for Calw16
impl Sync for Calw16
impl Unpin for Calw16
impl UnwindSafe for Calw16
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