[−][src]Struct bl602_pac::hbn::xtal32k::R
Register xtal32k
reader
Implementations
impl R
[src]
pub fn pu_xtal32k(&self) -> PU_XTAL32K_R
[src]
Bit 19
pub fn pu_xtal32k_buf(&self) -> PU_XTAL32K_BUF_R
[src]
Bit 18
pub fn xtal32k_ac_cap_short(&self) -> XTAL32K_AC_CAP_SHORT_R
[src]
Bit 17
pub fn xtal32k_capbank(&self) -> XTAL32K_CAPBANK_R
[src]
Bits 11:16
pub fn xtal32k_inv_stre(&self) -> XTAL32K_INV_STRE_R
[src]
Bits 9:10
pub fn xtal32k_otf_short(&self) -> XTAL32K_OTF_SHORT_R
[src]
Bit 8
pub fn xtal32k_outbuf_stre(&self) -> XTAL32K_OUTBUF_STRE_R
[src]
Bit 7
pub fn xtal32k_reg(&self) -> XTAL32K_REG_R
[src]
Bits 5:6
pub fn xtal32k_amp_ctrl(&self) -> XTAL32K_AMP_CTRL_R
[src]
Bits 3:4
pub fn xtal32k_ext_sel(&self) -> XTAL32K_EXT_SEL_R
[src]
Bit 2
Methods from Deref<Target = R<XTAL32K_SPEC>>
Trait Implementations
impl Deref for R
[src]
type Target = R<XTAL32K_SPEC>
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
impl From<R<XTAL32K_SPEC>> for R
[src]
fn from(reader: R<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>,