Struct d1_pac::gpadc::gp_data_ints::W
source · pub struct W(/* private fields */);
Expand description
Register gp_data_ints
writer
Implementations§
source§impl W
impl W
sourcepub unsafe fn ch_data_pengding<const O: u8>(
&mut self,
) -> CH_DATA_PENGDING_W<'_, O>
pub unsafe fn ch_data_pengding<const O: u8>( &mut self, ) -> CH_DATA_PENGDING_W<'_, O>
Channel Data Available Interrupt Status
sourcepub fn ch0_data_pengding(&mut self) -> CH_DATA_PENGDING_W<'_, 0>
pub fn ch0_data_pengding(&mut self) -> CH_DATA_PENGDING_W<'_, 0>
Bit 0 - Channel Data Available Interrupt Status
sourcepub fn ch1_data_pengding(&mut self) -> CH_DATA_PENGDING_W<'_, 1>
pub fn ch1_data_pengding(&mut self) -> CH_DATA_PENGDING_W<'_, 1>
Bit 1 - Channel Data Available Interrupt Status
Methods from Deref<Target = W<GP_DATA_INTS_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