pub struct R(_);Expand description
Register IDLE_CONF reader
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.
Methods from Deref<Target = R<IDLE_CONF_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more