pub type FIFO_RESET_W<'a, REG> = BitWriter<'a, REG>;Expand description
Field FIFO_RESET writer - To reset FIFO, firmware should set bit to 1. This bit is auto-cleared after completion of reset operation. Note: FIFO pointers will be out of reset after 2 cycles of system clocks in addition to synchronization delay (2 cycles of card clock), after the fifo_reset is cleared.
Aliased Typeยง
pub struct FIFO_RESET_W<'a, REG> { /* private fields */ }