pub struct R(_);
Expand description
Register EXT_XTL_CONF
reader
Implementations
sourceimpl R
impl R
sourcepub fn xtl_ext_ctr_lv(&self) -> XTL_EXT_CTR_LV_R
pub fn xtl_ext_ctr_lv(&self) -> XTL_EXT_CTR_LV_R
Bit 30 - 0: power down XTAL at high level 1: power down XTAL at low level
sourcepub fn xtl_ext_ctr_en(&self) -> XTL_EXT_CTR_EN_R
pub fn xtl_ext_ctr_en(&self) -> XTL_EXT_CTR_EN_R
Bit 31 - enable control XTAL by external pads
Methods from Deref<Target = R<EXT_XTL_CONF_SPEC>>
Trait Implementations
sourceimpl From<R<EXT_XTL_CONF_SPEC>> for R
impl From<R<EXT_XTL_CONF_SPEC>> for R
sourcefn from(reader: R<EXT_XTL_CONF_SPEC>) -> Self
fn from(reader: R<EXT_XTL_CONF_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more