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
impl Copy for Calw8
impl Eq for Calw8
impl StructuralPartialEq for Calw8
Auto Trait Implementations§
impl Freeze for Calw8
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
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
)