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 - It will produce frame end signal when receiver takes more time to receive one byte data than this register value.
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.
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