Struct Adc
pub struct Adc { /* private fields */ }Expand description
ADC address block description.
Implementations§
§impl Adc
impl Adc
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
pub const fn version_id(self) -> Reg<VersionId, R>
pub const fn version_id(self) -> Reg<VersionId, R>
VERSION_ID register.
pub const fn ds_dataout(self) -> Reg<DsDataout, R>
pub const fn ds_dataout(self) -> Reg<DsDataout, R>
DS_DATAOUT register.
pub const fn df_dataout(self) -> Reg<DfDataout, R>
pub const fn df_dataout(self) -> Reg<DfDataout, R>
Decimation filter Data output register.
pub const fn irq_status(self) -> Reg<IrqStatus, RW>
pub const fn irq_status(self) -> Reg<IrqStatus, RW>
IRQ_STATUS register.
pub const fn irq_enable(self) -> Reg<IrqEnable, RW>
pub const fn irq_enable(self) -> Reg<IrqEnable, RW>
IRQ_ENABLE register.
pub const fn timer_conf(self) -> Reg<TimerConf, RW>
pub const fn timer_conf(self) -> Reg<TimerConf, RW>
Time to add after an LDO Enable or ADC Enable to let the HW to be stable before using it.
Trait Implementations§
impl Copy for Adc
impl Eq for Adc
impl Send for Adc
impl StructuralPartialEq for Adc
impl Sync for Adc
Auto Trait Implementations§
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