#[repr(u8)]
pub enum CCTRL_A {
    CC100K,
    CC1M,
    CC12M,
}Expand description
Current Control
Value on reset: 0
Variants
CC100K
0: 100kSPS
CC1M
1: 500kSPS
CC12M
2: 1MSPS
Trait Implementations
impl Copy for CCTRL_A
impl StructuralPartialEq for CCTRL_A
Auto Trait Implementations
impl RefUnwindSafe for CCTRL_A
impl Send for CCTRL_A
impl Sync for CCTRL_A
impl Unpin for CCTRL_A
impl UnwindSafe for CCTRL_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more