Struct d1_pac::gpadc::gp_data_intc::R
source · pub struct R(/* private fields */);
Expand description
Register gp_data_intc
reader
Implementations§
source§impl R
impl R
sourcepub unsafe fn ch_data_irq_en(&self, n: u8) -> CH_DATA_IRQ_EN_R
pub unsafe fn ch_data_irq_en(&self, n: u8) -> CH_DATA_IRQ_EN_R
Channel Data Interrupt Enable
sourcepub fn ch0_data_irq_en(&self) -> CH_DATA_IRQ_EN_R
pub fn ch0_data_irq_en(&self) -> CH_DATA_IRQ_EN_R
Bit 0 - Channel Data Interrupt Enable
sourcepub fn ch1_data_irq_en(&self) -> CH_DATA_IRQ_EN_R
pub fn ch1_data_irq_en(&self) -> CH_DATA_IRQ_EN_R
Bit 1 - Channel Data Interrupt Enable
Methods from Deref<Target = R<GP_DATA_INTC_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