pub struct W(_);
Expand description
Register IDLE_CONF
writer
Implementations§
source§impl W
impl W
sourcepub fn rx_idle_thrhd(&mut self) -> RX_IDLE_THRHD_W<'_, 0>
pub fn rx_idle_thrhd(&mut self) -> RX_IDLE_THRHD_W<'_, 0>
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(&mut self) -> TX_IDLE_NUM_W<'_, 10>
pub fn tx_idle_num(&mut self) -> TX_IDLE_NUM_W<'_, 10>
Bits 10:19 - This register is used to configure the duration time between transfers.
Methods from Deref<Target = W<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