Struct d1_pac::lradc::lradc_ints::W
source · pub struct W(/* private fields */);
Expand description
Register lradc_ints
writer
Implementations§
source§impl W
impl W
sourcepub fn adc0_data_pending(&mut self) -> ADC0_DATA_PENDING_W<'_, 0>
pub fn adc0_data_pending(&mut self) -> ADC0_DATA_PENDING_W<'_, 0>
Bit 0 - ADC0 Data Pending
sourcepub fn adc0_keydown_pending(&mut self) -> ADC0_KEYDOWN_PENDING_W<'_, 1>
pub fn adc0_keydown_pending(&mut self) -> ADC0_KEYDOWN_PENDING_W<'_, 1>
Bit 1 - ADC0 Key Down Pending
sourcepub fn adc0_hold_pending(&mut self) -> ADC0_HOLD_PENDING_W<'_, 2>
pub fn adc0_hold_pending(&mut self) -> ADC0_HOLD_PENDING_W<'_, 2>
Bit 2 - ADC0 Hold Key Pending
sourcepub fn adc0_alrdy_hold_pending(&mut self) -> ADC0_ALRDY_HOLD_PENDING_W<'_, 3>
pub fn adc0_alrdy_hold_pending(&mut self) -> ADC0_ALRDY_HOLD_PENDING_W<'_, 3>
Bit 3 - ADC0 Already Hold Key Pending
sourcepub fn adc0_keyup_pending(&mut self) -> ADC0_KEYUP_PENDING_W<'_, 4>
pub fn adc0_keyup_pending(&mut self) -> ADC0_KEYUP_PENDING_W<'_, 4>
Bit 4 - ADC0 Key Up Pending
Methods from Deref<Target = W<LRADC_INTS_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