[][src]Type Definition esp32::uart::uart_idle_conf_reg::W

type W = W<u32, UART_IDLE_CONF_REG>;

Writer for register UART_IDLE_CONF_REG

Methods

impl W[src]

pub fn uart_tx_brk_num(&mut self) -> UART_TX_BRK_NUM_W[src]

Bits 20:27 - This register is used to configure the num of 0 send after the process of sending data is done. it is active when txd_brk is set to 1.

pub fn uart_tx_idle_num(&mut self) -> UART_TX_IDLE_NUM_W[src]

Bits 10:19 - This register is used to configure the duration time between transfers.

pub fn uart_rx_idle_thrhd(&mut self) -> UART_RX_IDLE_THRHD_W[src]

Bits 0:9 - when receiver takes more time than this register value to receive a byte data. it will produce frame end signal for uhci to stop receiving data.