Struct d1_pac::gpadc::gp_fifo_intc::R
source · pub struct R(/* private fields */);
Expand description
Register gp_fifo_intc
reader
Implementations§
source§impl R
impl R
sourcepub fn fifo_flush(&self) -> FIFO_FLUSH_R
pub fn fifo_flush(&self) -> FIFO_FLUSH_R
Bit 4 - ADC FIFO Flush
Write 1 to flush TX FIFO, clear automatically to 0.
sourcepub fn fifo_trig_level(&self) -> FIFO_TRIG_LEVEL_R
pub fn fifo_trig_level(&self) -> FIFO_TRIG_LEVEL_R
Bits 8:13 - Interrupt trigger level for ADC
Trigger Level = TXTL + 1
sourcepub fn fifo_data_irq_en(&self) -> FIFO_DATA_IRQ_EN_R
pub fn fifo_data_irq_en(&self) -> FIFO_DATA_IRQ_EN_R
Bit 16 - ADC FIFO Data Available IRQ Enable
sourcepub fn fifo_overrun_irq_en(&self) -> FIFO_OVERRUN_IRQ_EN_R
pub fn fifo_overrun_irq_en(&self) -> FIFO_OVERRUN_IRQ_EN_R
Bit 17 - ADC FIFO Overrun IRQ Enable
sourcepub fn fifo_data_drq_en(&self) -> FIFO_DATA_DRQ_EN_R
pub fn fifo_data_drq_en(&self) -> FIFO_DATA_DRQ_EN_R
Bit 18 - ADC FIFO Date DRQ Enable
Methods from Deref<Target = R<GP_FIFO_INTC_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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