Struct d1_pac::gpadc::gp_datal_ints::W
source · pub struct W(/* private fields */);
Expand description
Register gp_datal_ints
writer
Implementations§
source§impl W
impl W
sourcepub unsafe fn ch_low_pengding<const O: u8>(
&mut self,
) -> CH_LOW_PENGDING_W<'_, O>
pub unsafe fn ch_low_pengding<const O: u8>( &mut self, ) -> CH_LOW_PENGDING_W<'_, O>
Channel Voltage Low Available Interrupt Status
sourcepub fn ch0_low_pengding(&mut self) -> CH_LOW_PENGDING_W<'_, 0>
pub fn ch0_low_pengding(&mut self) -> CH_LOW_PENGDING_W<'_, 0>
Bit 0 - Channel Voltage Low Available Interrupt Status
sourcepub fn ch1_low_pengding(&mut self) -> CH_LOW_PENGDING_W<'_, 1>
pub fn ch1_low_pengding(&mut self) -> CH_LOW_PENGDING_W<'_, 1>
Bit 1 - Channel Voltage Low Available Interrupt Status
Methods from Deref<Target = W<GP_DATAL_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