Struct esp32c2_hal::pac::uart0::idle_conf::R
pub struct R(_);
Expand description
Register IDLE_CONF
reader
Implementations§
§impl R
impl R
pub fn rx_idle_thrhd(&self) -> FieldReaderRaw<u16, u16>
pub fn rx_idle_thrhd(&self) -> FieldReaderRaw<u16, u16>
Bits 0:9 - It will produce frame end signal when receiver takes more time to receive one byte data than this register value.
pub fn tx_idle_num(&self) -> FieldReaderRaw<u16, u16>
pub fn tx_idle_num(&self) -> FieldReaderRaw<u16, u16>
Bits 10:19 - This register is used to configure the duration time between transfers.
Methods from Deref<Target = R<IDLE_CONF_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<IDLE_CONF_SPEC>> for R
impl From<R<IDLE_CONF_SPEC>> for R
§fn from(reader: R<IDLE_CONF_SPEC>) -> R
fn from(reader: R<IDLE_CONF_SPEC>) -> R
Converts to this type from the input type.