Struct d1_pac::gpadc::gp_fifo_intc::W
source · pub struct W(/* private fields */);
Expand description
Register gp_fifo_intc
writer
Implementations§
source§impl W
impl W
sourcepub fn fifo_flush(&mut self) -> FIFO_FLUSH_W<'_, 4>
pub fn fifo_flush(&mut self) -> FIFO_FLUSH_W<'_, 4>
Bit 4 - ADC FIFO Flush
Write 1 to flush TX FIFO, clear automatically to 0.
sourcepub fn fifo_trig_level(&mut self) -> FIFO_TRIG_LEVEL_W<'_, 8>
pub fn fifo_trig_level(&mut self) -> FIFO_TRIG_LEVEL_W<'_, 8>
Bits 8:13 - Interrupt trigger level for ADC
Trigger Level = TXTL + 1
sourcepub fn fifo_data_irq_en(&mut self) -> FIFO_DATA_IRQ_EN_W<'_, 16>
pub fn fifo_data_irq_en(&mut self) -> FIFO_DATA_IRQ_EN_W<'_, 16>
Bit 16 - ADC FIFO Data Available IRQ Enable
sourcepub fn fifo_overrun_irq_en(&mut self) -> FIFO_OVERRUN_IRQ_EN_W<'_, 17>
pub fn fifo_overrun_irq_en(&mut self) -> FIFO_OVERRUN_IRQ_EN_W<'_, 17>
Bit 17 - ADC FIFO Overrun IRQ Enable
sourcepub fn fifo_data_drq_en(&mut self) -> FIFO_DATA_DRQ_EN_W<'_, 18>
pub fn fifo_data_drq_en(&mut self) -> FIFO_DATA_DRQ_EN_W<'_, 18>
Bit 18 - ADC FIFO Date DRQ Enable
Methods from Deref<Target = W<GP_FIFO_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