pub struct ADC1 { /* private fields */ }
Trait Implementations§
Source§impl CalibrationAccess for ADC1
impl CalibrationAccess for ADC1
const ADC_CAL_CNT_MAX: u16 = 32u16
const ADC_CAL_CHANNEL: u16 = 15u16
const ADC_VAL_MASK: u16 = 4_095u16
fn enable_vdef(enable: bool)
Source§fn connect_cal(source: AdcCalSource, enable: bool)
fn connect_cal(source: AdcCalSource, enable: bool)
Enable internal calibration voltage source
Source§impl Peripheral for ADC1
impl Peripheral for ADC1
Auto Trait Implementations§
impl Freeze for ADC1
impl RefUnwindSafe for ADC1
impl Send for ADC1
impl Sync for ADC1
impl Unpin for ADC1
impl UnwindSafe for ADC1
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