Struct esp32_hal::pac::rtc_cntl::ext_xtl_conf::R
pub struct R(_);
Expand description
Register EXT_XTL_CONF
reader
Implementations§
§impl R
impl R
pub fn xtl_ext_ctr_lv(&self) -> BitReaderRaw<bool>
pub fn xtl_ext_ctr_lv(&self) -> BitReaderRaw<bool>
Bit 30 - 0: power down XTAL at high level 1: power down XTAL at low level
pub fn xtl_ext_ctr_en(&self) -> BitReaderRaw<bool>
pub fn xtl_ext_ctr_en(&self) -> BitReaderRaw<bool>
Bit 31 - enable control XTAL by external pads
Methods from Deref<Target = R<EXT_XTL_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<EXT_XTL_CONF_SPEC>> for R
impl From<R<EXT_XTL_CONF_SPEC>> for R
§fn from(reader: R<EXT_XTL_CONF_SPEC>) -> R
fn from(reader: R<EXT_XTL_CONF_SPEC>) -> R
Converts to this type from the input type.