pub enum CALW8_A {
EightSecond = 1,
}
Expand description
Use an 8-second calibration cycle period
Value on reset: 0
Variants§
EightSecond = 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 Freeze for CALW8_A
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