pub enum CALW16 {
SixteenSecond = 1,
}
Expand description
Use a 16-second calibration cycle period
Value on reset: 0
Variants§
SixteenSecond = 1
1: When CALW16 is set to ‘1’, the 16-second calibration cycle period is selected.This bit must not be set to ‘1’ if CALW8=1
Trait Implementations§
impl Copy for CALW16
impl Eq for CALW16
impl StructuralPartialEq for CALW16
Auto Trait Implementations§
impl Freeze for CALW16
impl RefUnwindSafe for CALW16
impl Send for CALW16
impl Sync for CALW16
impl Unpin for CALW16
impl UnwindSafe for CALW16
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