Enum AdcCfg
#[repr(u8)]pub enum AdcCfg {
BANK_A = 0,
BANK_B = 1,
}
Variants§
BANK_A = 0
Bank A selected for channels ADC_IN0..31
BANK_B = 1
Bank B selected for channels ADC_IN0..31b
Implementations§
Trait Implementations§
§impl Ord for AdcCfg
impl Ord for AdcCfg
§impl PartialOrd for AdcCfg
impl PartialOrd for AdcCfg
impl Copy for AdcCfg
impl Eq for AdcCfg
impl StructuralPartialEq for AdcCfg
Auto Trait Implementations§
impl Freeze for AdcCfg
impl RefUnwindSafe for AdcCfg
impl Send for AdcCfg
impl Sync for AdcCfg
impl Unpin for AdcCfg
impl UnwindSafe for AdcCfg
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)