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