pub struct W(_);Expand description
Register XTAL32K writer
Implementations§
source§impl W
 
impl W
sourcepub fn dres_xtal32k(&mut self) -> DRES_XTAL32K_W<'_, 22>
 
pub fn dres_xtal32k(&mut self) -> DRES_XTAL32K_W<'_, 22>
Bits 22:24 - need_des
sourcepub fn dgm_xtal32k(&mut self) -> DGM_XTAL32K_W<'_, 25>
 
pub fn dgm_xtal32k(&mut self) -> DGM_XTAL32K_W<'_, 25>
Bits 25:27 - need_des
sourcepub fn dbuf_xtal32k(&mut self) -> DBUF_XTAL32K_W<'_, 28>
 
pub fn dbuf_xtal32k(&mut self) -> DBUF_XTAL32K_W<'_, 28>
Bit 28 - need_des
sourcepub fn dac_xtal32k(&mut self) -> DAC_XTAL32K_W<'_, 29>
 
pub fn dac_xtal32k(&mut self) -> DAC_XTAL32K_W<'_, 29>
Bits 29:31 - need_des
Methods from Deref<Target = W<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