pub struct R(_);
Expand description
Register IDLE_CONF
reader
Implementations
sourceimpl 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
sourceimpl From<R<IDLE_CONF_SPEC>> for R
impl From<R<IDLE_CONF_SPEC>> for R
sourcefn from(reader: R<IDLE_CONF_SPEC>) -> Self
fn from(reader: R<IDLE_CONF_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more