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

type UART_DATE = Reg<u32, _UART_DATE>;

UART HW INFO

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

For information about available fields see uart_date module

Trait Implementations

impl Readable for UART_DATE[src]

read() method returns uart_date::R reader structure

impl ResetValue for UART_DATE[src]

Register UART_DATE reset()'s with value 0

type Type = u32

Register size

impl Writable for UART_DATE[src]

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