Struct esp32c2_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<u16, u16>
pub fn post_idle_num(&self) -> FieldReaderRaw<u16, u16>
Bits 0:15 - This register is used to configure the duration time between the last at_cmd and the next data.
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.