pub struct Gpadc { /* private fields */ }Implementations§
Source§impl Gpadc
impl Gpadc
Sourcepub const fn gp_adc_clear_int_reg(
&self,
) -> &'static Reg<GpAdcClearIntReg_SPEC, RW>
pub const fn gp_adc_clear_int_reg( &self, ) -> &'static Reg<GpAdcClearIntReg_SPEC, RW>
General Purpose ADC Clear Interrupt Register
Sourcepub const fn gp_adc_ctrl2_reg(&self) -> &'static Reg<GpAdcCtrl2Reg_SPEC, RW>
pub const fn gp_adc_ctrl2_reg(&self) -> &'static Reg<GpAdcCtrl2Reg_SPEC, RW>
General Purpose ADC Second Control Register
Sourcepub const fn gp_adc_ctrl3_reg(&self) -> &'static Reg<GpAdcCtrl3Reg_SPEC, RW>
pub const fn gp_adc_ctrl3_reg(&self) -> &'static Reg<GpAdcCtrl3Reg_SPEC, RW>
General Purpose ADC Third Control Register
Sourcepub const fn gp_adc_ctrl_reg(&self) -> &'static Reg<GpAdcCtrlReg_SPEC, RW>
pub const fn gp_adc_ctrl_reg(&self) -> &'static Reg<GpAdcCtrlReg_SPEC, RW>
General Purpose ADC Control Register
Sourcepub const fn gp_adc_offn_reg(&self) -> &'static Reg<GpAdcOffnReg_SPEC, RW>
pub const fn gp_adc_offn_reg(&self) -> &'static Reg<GpAdcOffnReg_SPEC, RW>
General Purpose ADC Negative Offset Register
Sourcepub const fn gp_adc_offp_reg(&self) -> &'static Reg<GpAdcOffpReg_SPEC, RW>
pub const fn gp_adc_offp_reg(&self) -> &'static Reg<GpAdcOffpReg_SPEC, RW>
General Purpose ADC Positive Offset Register
Sourcepub const fn gp_adc_result_reg(&self) -> &'static Reg<GpAdcResultReg_SPEC, RW>
pub const fn gp_adc_result_reg(&self) -> &'static Reg<GpAdcResultReg_SPEC, RW>
General Purpose ADC Result Register
Trait Implementations§
impl Copy for Gpadc
impl Eq for Gpadc
impl Send for Gpadc
GPADC registers
impl StructuralPartialEq for Gpadc
impl Sync for Gpadc
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