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ยง
pub struct FIFO_W<'a, REG> { /* private fields */ }