FIFO

Type Alias FIFO 

Source
pub type FIFO = Reg<FIFOrs>;
Expand description

FIFO (rw) register accessor: bits 31:0 = FIFOData: Receive and transmit FIFO data

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.

See register structure

For information about available fields see fifo module

Aliased Typeยง

pub struct FIFO { /* private fields */ }