Struct esp8266::uart0::uart_int_ena::W [−][src]
pub struct W(_);Expand description
Register UART_INT_ENA writer
Implementations
Bit 8 - The interrupt enable bit for rx time-out interrupt
Bit 7 - The interrupt enable bit for rx byte start error
Bit 6 - The interrupt enable bit for CTS changing level
Bit 5 - The interrupt enable bit for DSR changing level
Bit 4 - The interrupt enable bit for rx fifo overflow
Bit 3 - The interrupt enable bit for other rx error
Bit 2 - The interrupt enable bit for parity error
Bit 1 - The interrupt enable bit for tx fifo empty event
Bit 0 - The interrupt enable bit for rx fifo full event
Methods from Deref<Target = W<UART_INT_ENA_SPEC>>
Trait Implementations
Performs the conversion.