Struct esp32c2_hal::pac::uart0::rxd_cnt::R
pub struct R(_);
Expand description
Register RXD_CNT
reader
Implementations§
§impl R
impl R
pub fn rxd_edge_cnt(&self) -> FieldReaderRaw<u16, u16>
pub fn rxd_edge_cnt(&self) -> FieldReaderRaw<u16, u16>
Bits 0:9 - This register stores the count of rxd edge change. It is used in baud rate-detect process.
Methods from Deref<Target = R<RXD_CNT_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<RXD_CNT_SPEC>> for R
impl From<R<RXD_CNT_SPEC>> for R
§fn from(reader: R<RXD_CNT_SPEC>) -> R
fn from(reader: R<RXD_CNT_SPEC>) -> R
Converts to this type from the input type.