pub struct R(_);
Expand description
Register NEGPULSE
reader
Implementations§
§impl R
impl R
pub fn negedge_min_cnt(&self) -> FieldReaderRaw<u32, u32>
pub fn negedge_min_cnt(&self) -> FieldReaderRaw<u32, u32>
Bits 0:19 - This register stores the count of rxd negedge edge. 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.