pub struct Sdadc { /* private fields */ }Implementations§
Source§impl Sdadc
impl Sdadc
Sourcepub const fn sdadc_clear_int_reg(
&self,
) -> &'static Reg<SdadcClearIntReg_SPEC, RW>
pub const fn sdadc_clear_int_reg( &self, ) -> &'static Reg<SdadcClearIntReg_SPEC, RW>
Sigma Delta ADC Clear Interrupt Register
Sourcepub const fn sdadc_ctrl_reg(&self) -> &'static Reg<SdadcCtrlReg_SPEC, RW>
pub const fn sdadc_ctrl_reg(&self) -> &'static Reg<SdadcCtrlReg_SPEC, RW>
Sigma Delta ADC Control Register
Sourcepub const fn sdadc_gain_corr_reg(
&self,
) -> &'static Reg<SdadcGainCorrReg_SPEC, RW>
pub const fn sdadc_gain_corr_reg( &self, ) -> &'static Reg<SdadcGainCorrReg_SPEC, RW>
Sigma Delta ADC Gain Correction Register
Sourcepub const fn sdadc_offs_corr_reg(
&self,
) -> &'static Reg<SdadcOffsCorrReg_SPEC, RW>
pub const fn sdadc_offs_corr_reg( &self, ) -> &'static Reg<SdadcOffsCorrReg_SPEC, RW>
Sigma Delta ADC Offset Correction Register
Sourcepub const fn sdadc_result_reg(&self) -> &'static Reg<SdadcResultReg_SPEC, RW>
pub const fn sdadc_result_reg(&self) -> &'static Reg<SdadcResultReg_SPEC, RW>
Sigma Delta ADC Result Register
Trait Implementations§
impl Copy for Sdadc
impl Eq for Sdadc
impl Send for Sdadc
SDADC registers
impl StructuralPartialEq for Sdadc
impl Sync for Sdadc
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