pub type CFIFO = Reg<u8, _CFIFO>;
UART FIFO Control Register
This register you can read, reset, write, write_with_zero, modify. See API.
read
reset
write
write_with_zero
modify
For information about available fields see cfifo module
pub struct CFIFO { /* private fields */ }
Register CFIFO reset()’s with value 0
reset()
read() method returns cfifo::R reader structure
read()
write(|w| ..) method takes cfifo::W writer structure
write(|w| ..)