[−][src]Struct bl602_pac::aon::xtal_cfg::W
Register xtal_cfg
writer
Implementations
impl W
[src]
pub fn xtal_rdy_sel_aon(&mut self) -> XTAL_RDY_SEL_AON_W
[src]
Bits 30:31
pub fn xtal_gm_boost_aon(&mut self) -> XTAL_GM_BOOST_AON_W
[src]
Bits 28:29
pub fn xtal_capcode_in_aon(&mut self) -> XTAL_CAPCODE_IN_AON_W
[src]
Bits 22:27
pub fn xtal_capcode_out_aon(&mut self) -> XTAL_CAPCODE_OUT_AON_W
[src]
Bits 16:21
pub fn xtal_amp_ctrl_aon(&mut self) -> XTAL_AMP_CTRL_AON_W
[src]
Bits 14:15
pub fn xtal_sleep_aon(&mut self) -> XTAL_SLEEP_AON_W
[src]
Bit 13
pub fn xtal_fast_startup_aon(&mut self) -> XTAL_FAST_STARTUP_AON_W
[src]
Bit 12
pub fn xtal_buf_hp_aon(&mut self) -> XTAL_BUF_HP_AON_W
[src]
Bits 8:11
pub fn xtal_buf_en_aon(&mut self) -> XTAL_BUF_EN_AON_W
[src]
Bits 4:7
pub fn xtal_ext_sel_aon(&mut self) -> XTAL_EXT_SEL_AON_W
[src]
Bit 3
pub fn xtal_capcode_extra_aon(&mut self) -> XTAL_CAPCODE_EXTRA_AON_W
[src]
Bit 2
pub fn xtal_bk_aon(&mut self) -> XTAL_BK_AON_W
[src]
Bits 0:1
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self
[src]
Writes raw bits to the register.
Methods from Deref<Target = W<XTAL_CFG_SPEC>>
Trait Implementations
impl Deref for W
[src]
type Target = W<XTAL_CFG_SPEC>
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
impl DerefMut for W
[src]
impl From<W<XTAL_CFG_SPEC>> for W
[src]
fn from(writer: W<XTAL_CFG_SPEC>) -> Self
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,