Enum stm32wlxx_hal::pac::rtc::cr::COSEL_A
pub enum COSEL_A {
CalFreq512hz = 0,
CalFreq1hz = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Calibration output selection
Value on reset: 0
Variants§
CalFreq512hz = 0
0: Calibration output is 512 Hz (with default prescaler setting)
CalFreq1hz = 1
1: Calibration output is 1 Hz (with default prescaler setting)
Trait Implementations§
impl Copy for COSEL_A
impl StructuralPartialEq for COSEL_A
Auto Trait Implementations§
impl RefUnwindSafe for COSEL_A
impl Send for COSEL_A
impl Sync for COSEL_A
impl Unpin for COSEL_A
impl UnwindSafe for COSEL_A
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