pub struct R(_);
Expand description
Register XTAL32K
reader
Implementations§
source§impl R
impl R
sourcepub fn dres_xtal32k(&self) -> DRES_XTAL32K_R
pub fn dres_xtal32k(&self) -> DRES_XTAL32K_R
Bits 22:24 - need_des
sourcepub fn dgm_xtal32k(&self) -> DGM_XTAL32K_R
pub fn dgm_xtal32k(&self) -> DGM_XTAL32K_R
Bits 25:27 - need_des
sourcepub fn dbuf_xtal32k(&self) -> DBUF_XTAL32K_R
pub fn dbuf_xtal32k(&self) -> DBUF_XTAL32K_R
Bit 28 - need_des
sourcepub fn dac_xtal32k(&self) -> DAC_XTAL32K_R
pub fn dac_xtal32k(&self) -> DAC_XTAL32K_R
Bits 29:31 - need_des
Methods from Deref<Target = R<XTAL32K_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more