Struct esp32_hal::pac::uart0::at_cmd_postcnt::R
pub struct R(_);
Expand description
Register AT_CMD_POSTCNT
reader
Implementations§
§impl R
impl R
pub fn post_idle_num(&self) -> FieldReaderRaw<u32, u32>
pub fn post_idle_num(&self) -> FieldReaderRaw<u32, u32>
Bits 0:23 - This register is used to configure the duration time between the last at_cmd and the next data. when the duration is less than this register value it will not take the previous data as at_cmd char.
Methods from Deref<Target = R<AT_CMD_POSTCNT_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_POSTCNT_SPEC>> for R
impl From<R<AT_CMD_POSTCNT_SPEC>> for R
§fn from(reader: R<AT_CMD_POSTCNT_SPEC>) -> R
fn from(reader: R<AT_CMD_POSTCNT_SPEC>) -> R
Converts to this type from the input type.