pub type R = R<IDLE_CONF_SPEC>;Expand description
Register IDLE_CONF reader
Aliased Type§
struct R { /* private fields */ }Implementations§
source§impl R
impl R
sourcepub fn rx_idle_thrhd(&self) -> RX_IDLE_THRHD_R
pub fn rx_idle_thrhd(&self) -> RX_IDLE_THRHD_R
Bits 0:9 - A frame end signal is generated when the receiver takes more time to receive one byte data than this register’s value, in the unit of bit time (the time it takes to transfer one bit).
sourcepub fn tx_idle_num(&self) -> TX_IDLE_NUM_R
pub fn tx_idle_num(&self) -> TX_IDLE_NUM_R
Bits 10:19 - This register is used to configure the duration time between transfers, in the unit of bit time (the time it takes to transfer one bit).
sourcepub fn tx_brk_num(&self) -> TX_BRK_NUM_R
pub fn tx_brk_num(&self) -> TX_BRK_NUM_R
Bits 20:27 - This register is used to configure the number of 0 to be sent after the process of sending data is done. It is active when UART_TXD_BRK is set to 1.