Struct d1_pac::lradc::lradc_intc::W
source · pub struct W(/* private fields */);
Expand description
Register lradc_intc
writer
Implementations§
source§impl W
impl W
sourcepub fn adc0_data_irq_en(&mut self) -> ADC0_DATA_IRQ_EN_W<'_, 0>
pub fn adc0_data_irq_en(&mut self) -> ADC0_DATA_IRQ_EN_W<'_, 0>
Bit 0 - ADC0 Data Interrupt Enable
sourcepub fn adc0_keydown_irq_en(&mut self) -> ADC0_KEYDOWN_IRQ_EN_W<'_, 1>
pub fn adc0_keydown_irq_en(&mut self) -> ADC0_KEYDOWN_IRQ_EN_W<'_, 1>
Bit 1 - ADC0 Key Down Interrupt Enable
sourcepub fn adc0_hold_irq_en(&mut self) -> ADC0_HOLD_IRQ_EN_W<'_, 2>
pub fn adc0_hold_irq_en(&mut self) -> ADC0_HOLD_IRQ_EN_W<'_, 2>
Bit 2 - ADC0 Hold Key Interrupt Enable
sourcepub fn adc0_alrdy_hold_irq_en(&mut self) -> ADC0_ALRDY_HOLD_IRQ_EN_W<'_, 3>
pub fn adc0_alrdy_hold_irq_en(&mut self) -> ADC0_ALRDY_HOLD_IRQ_EN_W<'_, 3>
Bit 3 - ADC0 Already Hold Key Interrupt Enable
sourcepub fn adc0_keyup_irq_en(&mut self) -> ADC0_KEYUP_IRQ_EN_W<'_, 4>
pub fn adc0_keyup_irq_en(&mut self) -> ADC0_KEYUP_IRQ_EN_W<'_, 4>
Bit 4 - ADC0 Key Up Interrupt Enable
Methods from Deref<Target = W<LRADC_INTC_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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