[][src]Type Definition esp8266::uart1::UART_INT_ENA

type UART_INT_ENA = Reg<u32, _UART_INT_ENA>;

UART INTERRUPT ENABLE REGISTER

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

For information about available fields see uart_int_ena module

Trait Implementations

impl Readable for UART_INT_ENA[src]

read() method returns uart_int_ena::R reader structure

impl ResetValue for UART_INT_ENA[src]

Register UART_INT_ENA reset()'s with value 0

type Type = u32

Register size

impl Writable for UART_INT_ENA[src]

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