pub struct W(_);
Expand description
Register EXT_XTL_CONF
writer
Implementations
sourceimpl W
impl W
sourcepub fn xtl_ext_ctr_lv(&mut self) -> XTL_EXT_CTR_LV_W<'_, 30>
pub fn xtl_ext_ctr_lv(&mut self) -> XTL_EXT_CTR_LV_W<'_, 30>
Bit 30 - 0: power down XTAL at high level 1: power down XTAL at low level
sourcepub fn xtl_ext_ctr_en(&mut self) -> XTL_EXT_CTR_EN_W<'_, 31>
pub fn xtl_ext_ctr_en(&mut self) -> XTL_EXT_CTR_EN_W<'_, 31>
Bit 31 - enable control XTAL by external pads
Methods from Deref<Target = W<EXT_XTL_CONF_SPEC>>
Trait Implementations
sourceimpl From<W<EXT_XTL_CONF_SPEC>> for W
impl From<W<EXT_XTL_CONF_SPEC>> for W
sourcefn from(writer: W<EXT_XTL_CONF_SPEC>) -> Self
fn from(writer: W<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