Struct esp32_hal::pac::uart0::at_cmd_precnt::R
pub struct R(_);
Expand description
Register AT_CMD_PRECNT
reader
Implementations§
§impl R
impl R
pub fn pre_idle_num(&self) -> FieldReaderRaw<u32, u32>
pub fn pre_idle_num(&self) -> FieldReaderRaw<u32, u32>
Bits 0:23 - This register is used to configure the idle duration time before the first at_cmd is received by receiver. when the the duration is less than this register value it will not take the next data received as at_cmd char.
Methods from Deref<Target = R<AT_CMD_PRECNT_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<AT_CMD_PRECNT_SPEC>> for R
impl From<R<AT_CMD_PRECNT_SPEC>> for R
§fn from(reader: R<AT_CMD_PRECNT_SPEC>) -> R
fn from(reader: R<AT_CMD_PRECNT_SPEC>) -> R
Converts to this type from the input type.