Enum stm32_metapac::rtc::vals::Calw8
#[repr(u8)]pub enum Calw8 {
_RESERVED_0 = 0,
EIGHT_SECOND = 1,
}
Variants§
_RESERVED_0 = 0
EIGHT_SECOND = 1
When CALW8 is set to ‘1’, the 8-second calibration cycle period is selected
Implementations§
Trait Implementations§
§impl Ord for Calw8
impl Ord for Calw8
§impl PartialOrd for Calw8
impl PartialOrd for Calw8
§fn partial_cmp(&self, other: &Calw8) -> Option<Ordering>
fn partial_cmp(&self, other: &Calw8) -> 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 Calw8
impl Eq for Calw8
impl StructuralEq for Calw8
impl StructuralPartialEq for Calw8
Auto Trait Implementations§
impl RefUnwindSafe for Calw8
impl Send for Calw8
impl Sync for Calw8
impl Unpin for Calw8
impl UnwindSafe for Calw8
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