Enum stm32_metapac::rtc::vals::Calw16
#[repr(u8)]pub enum Calw16 {
_RESERVED_0 = 0,
SIXTEENSECONDS = 1,
}
Variants§
_RESERVED_0 = 0
SIXTEENSECONDS = 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
impl Copy for Calw16
impl Eq for Calw16
impl StructuralPartialEq for Calw16
Auto Trait Implementations§
impl Freeze for Calw16
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
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
)