Struct esp32c2_hal::pac::uart0::negpulse::R
pub struct R(_);
Expand description
Register NEGPULSE
reader
Implementations§
§impl R
impl R
pub fn negedge_min_cnt(&self) -> FieldReaderRaw<u16, u16>
pub fn negedge_min_cnt(&self) -> FieldReaderRaw<u16, u16>
Bits 0:11 - This register stores the minimal input clock count between two negative edges. It is used in boudrate-detect process.
Methods from Deref<Target = R<NEGPULSE_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<NEGPULSE_SPEC>> for R
impl From<R<NEGPULSE_SPEC>> for R
§fn from(reader: R<NEGPULSE_SPEC>) -> R
fn from(reader: R<NEGPULSE_SPEC>) -> R
Converts to this type from the input type.