Struct d1_pac::gpadc::gp_fifo_ints::W
source · pub struct W(/* private fields */);
Expand description
Register gp_fifo_ints
writer
Implementations§
source§impl W
impl W
sourcepub fn fifo_data_pending(&mut self) -> FIFO_DATA_PENDING_W<'_, 16>
pub fn fifo_data_pending(&mut self) -> FIFO_DATA_PENDING_W<'_, 16>
Bit 16 - ADC FIFO Data Available Pending Bit
sourcepub fn fifo_overrun_pending(&mut self) -> FIFO_OVERRUN_PENDING_W<'_, 17>
pub fn fifo_overrun_pending(&mut self) -> FIFO_OVERRUN_PENDING_W<'_, 17>
Bit 17 - ADC FIFO Overrun IRQ Pending
Methods from Deref<Target = W<GP_FIFO_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