[−][src]Struct bl602_pac::hbn::xtal32k::W
Register xtal32k
writer
Implementations
impl W
[src]
pub fn pu_xtal32k(&mut self) -> PU_XTAL32K_W
[src]
Bit 19
pub fn pu_xtal32k_buf(&mut self) -> PU_XTAL32K_BUF_W
[src]
Bit 18
pub fn xtal32k_ac_cap_short(&mut self) -> XTAL32K_AC_CAP_SHORT_W
[src]
Bit 17
pub fn xtal32k_capbank(&mut self) -> XTAL32K_CAPBANK_W
[src]
Bits 11:16
pub fn xtal32k_inv_stre(&mut self) -> XTAL32K_INV_STRE_W
[src]
Bits 9:10
pub fn xtal32k_otf_short(&mut self) -> XTAL32K_OTF_SHORT_W
[src]
Bit 8
pub fn xtal32k_outbuf_stre(&mut self) -> XTAL32K_OUTBUF_STRE_W
[src]
Bit 7
pub fn xtal32k_reg(&mut self) -> XTAL32K_REG_W
[src]
Bits 5:6
pub fn xtal32k_amp_ctrl(&mut self) -> XTAL32K_AMP_CTRL_W
[src]
Bits 3:4
pub fn xtal32k_ext_sel(&mut self) -> XTAL32K_EXT_SEL_W
[src]
Bit 2
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self
[src]
Writes raw bits to the register.
Methods from Deref<Target = W<XTAL32K_SPEC>>
Trait Implementations
impl Deref for W
[src]
type Target = W<XTAL32K_SPEC>
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
impl DerefMut for W
[src]
impl From<W<XTAL32K_SPEC>> for W
[src]
fn from(writer: W<XTAL32K_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>,