rp2040_pac::adc::inte

Type Alias 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 */ }