Struct d1_pac::gpadc::gp_datah_ints::R
source · pub struct R(/* private fields */);
Expand description
Register gp_datah_ints
reader
Implementations§
source§impl R
impl R
sourcepub unsafe fn ch_hig_pengding(&self, n: u8) -> CH_HIG_PENGDING_R
pub unsafe fn ch_hig_pengding(&self, n: u8) -> CH_HIG_PENGDING_R
Channel Voltage High Available Interrupt Status
sourcepub fn ch0_hig_pengding(&self) -> CH_HIG_PENGDING_R
pub fn ch0_hig_pengding(&self) -> CH_HIG_PENGDING_R
Bit 0 - Channel Voltage High Available Interrupt Status
sourcepub fn ch1_hig_pengding(&self) -> CH_HIG_PENGDING_R
pub fn ch1_hig_pengding(&self) -> CH_HIG_PENGDING_R
Bit 1 - Channel Voltage High Available Interrupt Status
Methods from Deref<Target = R<GP_DATAH_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