Struct esp32c2_hal::pac::uart0::at_cmd_gaptout::R
pub struct R(_);
Expand description
Register AT_CMD_GAPTOUT
reader
Implementations§
§impl R
impl R
pub fn rx_gap_tout(&self) -> FieldReaderRaw<u16, u16>
pub fn rx_gap_tout(&self) -> FieldReaderRaw<u16, u16>
Bits 0:15 - This register is used to configure the duration time between the at_cmd chars.
Methods from Deref<Target = R<AT_CMD_GAPTOUT_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_GAPTOUT_SPEC>> for R
impl From<R<AT_CMD_GAPTOUT_SPEC>> for R
§fn from(reader: R<AT_CMD_GAPTOUT_SPEC>) -> R
fn from(reader: R<AT_CMD_GAPTOUT_SPEC>) -> R
Converts to this type from the input type.