Type Alias rp2040_pac::adc::inte::FIFO_W

source ·
pub type FIFO_W<'a, REG> = BitWriter<'a, REG>;
Expand description

Field FIFO writer - Triggered when the sample FIFO reaches a certain level.
This level can be programmed via the FCS_THRESH field.

Aliased Type§

struct FIFO_W<'a, REG> { /* private fields */ }