Struct d1_pac::lradc::lradc_ints::R
source · pub struct R(/* private fields */);
Expand description
Register lradc_ints
reader
Implementations§
source§impl R
impl R
sourcepub fn adc0_data_pending(&self) -> ADC0_DATA_PENDING_R
pub fn adc0_data_pending(&self) -> ADC0_DATA_PENDING_R
Bit 0 - ADC0 Data Pending
sourcepub fn adc0_keydown_pending(&self) -> ADC0_KEYDOWN_PENDING_R
pub fn adc0_keydown_pending(&self) -> ADC0_KEYDOWN_PENDING_R
Bit 1 - ADC0 Key Down Pending
sourcepub fn adc0_hold_pending(&self) -> ADC0_HOLD_PENDING_R
pub fn adc0_hold_pending(&self) -> ADC0_HOLD_PENDING_R
Bit 2 - ADC0 Hold Key Pending
sourcepub fn adc0_alrdy_hold_pending(&self) -> ADC0_ALRDY_HOLD_PENDING_R
pub fn adc0_alrdy_hold_pending(&self) -> ADC0_ALRDY_HOLD_PENDING_R
Bit 3 - ADC0 Already Hold Key Pending
sourcepub fn adc0_keyup_pending(&self) -> ADC0_KEYUP_PENDING_R
pub fn adc0_keyup_pending(&self) -> ADC0_KEYUP_PENDING_R
Bit 4 - ADC0 Key Up Pending
Methods from Deref<Target = R<LRADC_INTS_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