Enum stm32_metapac::rtc::vals::Cosel
#[repr(u8)]pub enum Cosel {
CALFREQ_512HZ = 0,
CALFREQ_1HZ = 1,
}
Variants§
CALFREQ_512HZ = 0
Calibration output is 512 Hz (with default prescaler setting)
CALFREQ_1HZ = 1
Calibration output is 1 Hz (with default prescaler setting)
Implementations§
Trait Implementations§
§impl Ord for Cosel
impl Ord for Cosel
§impl PartialOrd for Cosel
impl PartialOrd for Cosel
impl Copy for Cosel
impl Eq for Cosel
impl StructuralPartialEq for Cosel
Auto Trait Implementations§
impl Freeze for Cosel
impl RefUnwindSafe for Cosel
impl Send for Cosel
impl Sync for Cosel
impl Unpin for Cosel
impl UnwindSafe for Cosel
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
)