[][src]Type Definition esp8266::uart0::UART_FIFO

type UART_FIFO = Reg<u32, _UART_FIFO>;

UART FIFO,length 128

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see uart_fifo module

Trait Implementations

impl Readable for UART_FIFO[src]

read() method returns uart_fifo::R reader structure

impl ResetValue for UART_FIFO[src]

Register UART_FIFO reset()'s with value 0

type Type = u32

Register size

impl Writable for UART_FIFO[src]

write(|w| ..) method takes uart_fifo::W writer structure