Struct d1_pac::lradc::lradc_intc::R
source · pub struct R(/* private fields */);
Expand description
Register lradc_intc
reader
Implementations§
source§impl R
impl R
sourcepub fn adc0_data_irq_en(&self) -> ADC0_DATA_IRQ_EN_R
pub fn adc0_data_irq_en(&self) -> ADC0_DATA_IRQ_EN_R
Bit 0 - ADC0 Data Interrupt Enable
sourcepub fn adc0_keydown_irq_en(&self) -> ADC0_KEYDOWN_IRQ_EN_R
pub fn adc0_keydown_irq_en(&self) -> ADC0_KEYDOWN_IRQ_EN_R
Bit 1 - ADC0 Key Down Interrupt Enable
sourcepub fn adc0_hold_irq_en(&self) -> ADC0_HOLD_IRQ_EN_R
pub fn adc0_hold_irq_en(&self) -> ADC0_HOLD_IRQ_EN_R
Bit 2 - ADC0 Hold Key Interrupt Enable
sourcepub fn adc0_alrdy_hold_irq_en(&self) -> ADC0_ALRDY_HOLD_IRQ_EN_R
pub fn adc0_alrdy_hold_irq_en(&self) -> ADC0_ALRDY_HOLD_IRQ_EN_R
Bit 3 - ADC0 Already Hold Key Interrupt Enable
sourcepub fn adc0_keyup_irq_en(&self) -> ADC0_KEYUP_IRQ_EN_R
pub fn adc0_keyup_irq_en(&self) -> ADC0_KEYUP_IRQ_EN_R
Bit 4 - ADC0 Key Up Interrupt Enable
Methods from Deref<Target = R<LRADC_INTC_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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