Struct esp32c2_hal::pac::uart0::sleep_conf::R
pub struct R(_);
Expand description
Register SLEEP_CONF
reader
Implementations§
§impl R
impl R
pub fn active_threshold(&self) -> FieldReaderRaw<u16, u16>
pub fn active_threshold(&self) -> FieldReaderRaw<u16, u16>
Bits 0:9 - The uart is activated from light sleeping mode when the input rxd edge changes more times than this register value.
Methods from Deref<Target = R<SLEEP_CONF_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<SLEEP_CONF_SPEC>> for R
impl From<R<SLEEP_CONF_SPEC>> for R
§fn from(reader: R<SLEEP_CONF_SPEC>) -> R
fn from(reader: R<SLEEP_CONF_SPEC>) -> R
Converts to this type from the input type.