Struct d1_pac::gpadc::gp_data_ints::R
source · pub struct R(/* private fields */);
Expand description
Register gp_data_ints
reader
Implementations§
source§impl R
impl R
sourcepub unsafe fn ch_data_pengding(&self, n: u8) -> CH_DATA_PENGDING_R
pub unsafe fn ch_data_pengding(&self, n: u8) -> CH_DATA_PENGDING_R
Channel Data Available Interrupt Status
sourcepub fn ch0_data_pengding(&self) -> CH_DATA_PENGDING_R
pub fn ch0_data_pengding(&self) -> CH_DATA_PENGDING_R
Bit 0 - Channel Data Available Interrupt Status
sourcepub fn ch1_data_pengding(&self) -> CH_DATA_PENGDING_R
pub fn ch1_data_pengding(&self) -> CH_DATA_PENGDING_R
Bit 1 - Channel Data Available Interrupt Status
Methods from Deref<Target = R<GP_DATA_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