Enum stm32wlxx_hal::pac::rtc::calr::CALW8_A
pub enum CALW8_A {
EightSeconds = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Use a 16-second calibration cycle period
Value on reset: 0
Variants§
EightSeconds = 1
1: When CALW8 is set to ‘1’, the 8-second calibration cycle period is selected
Trait Implementations§
impl Copy for CALW8_A
impl StructuralPartialEq for CALW8_A
Auto Trait Implementations§
impl RefUnwindSafe for CALW8_A
impl Send for CALW8_A
impl Sync for CALW8_A
impl Unpin for CALW8_A
impl UnwindSafe for CALW8_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