#[repr(u8)]pub enum Cicosr {
Show 16 variants
CICOSR_0 = 0,
CICOSR_1 = 1,
CICOSR_2_2 = 2,
CICOSR_2_3 = 3,
CICOSR_2_4 = 4,
CICOSR_2_5 = 5,
CICOSR_2_6 = 6,
CICOSR_2_7 = 7,
CICOSR_2_8 = 8,
CICOSR_2_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
CICOSR_15 = 15,
}Variants§
CICOSR_0 = 0
CIC oversampling rate = 0
CICOSR_1 = 1
CIC oversampling rate = 1
CICOSR_2_2 = 2
…
CICOSR_2_3 = 3
…
CICOSR_2_4 = 4
…
CICOSR_2_5 = 5
…
CICOSR_2_6 = 6
…
CICOSR_2_7 = 7
…
CICOSR_2_8 = 8
…
CICOSR_2_9 = 9
…
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
CICOSR_15 = 15
CIC oversampling rate = 15
Implementations§
Trait Implementations§
Source§impl Ord for Cicosr
impl Ord for Cicosr
Source§impl PartialOrd for Cicosr
impl PartialOrd for Cicosr
impl Copy for Cicosr
impl Eq for Cicosr
impl StructuralPartialEq for Cicosr
Auto Trait Implementations§
impl Freeze for Cicosr
impl RefUnwindSafe for Cicosr
impl Send for Cicosr
impl Sync for Cicosr
impl Unpin for Cicosr
impl UnwindSafe for Cicosr
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