pub enum CALW8 {
EightSeconds = 1,
}
Expand description
Use an 8-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
impl Eq for CALW8
impl StructuralPartialEq for CALW8
Auto Trait Implementations§
impl Freeze for CALW8
impl RefUnwindSafe for CALW8
impl Send for CALW8
impl Sync for CALW8
impl Unpin for CALW8
impl UnwindSafe for CALW8
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