Type Alias FIFO
Source pub type FIFO = Reg<FIFO_SPEC>;
Expand description
FIFO (rw) register accessor: Read and write data to the USB FIFOs through this register.
You can read
this register and get fifo::R
. You can reset
, write
, write_with_zero
this register using fifo::W
. You can also modify
this register. See API.
For information about available fields see fifo
module
struct FIFO { }