pub struct W(/* private fields */);
Expand description
Register CTRL
writer
Implementations§
Source§impl W
impl W
Sourcepub fn hfxomode(&mut self) -> HFXOMODE_W<'_>
pub fn hfxomode(&mut self) -> HFXOMODE_W<'_>
Bits 0:1 - HFXO Mode
Sourcepub fn hfxoboost(&mut self) -> HFXOBOOST_W<'_>
pub fn hfxoboost(&mut self) -> HFXOBOOST_W<'_>
Bits 2:3 - HFXO Start-up Boost Current
Sourcepub fn hfxobufcur(&mut self) -> HFXOBUFCUR_W<'_>
pub fn hfxobufcur(&mut self) -> HFXOBUFCUR_W<'_>
Bits 5:6 - HFXO Boost Buffer Current
Sourcepub fn hfxoglitchdeten(&mut self) -> HFXOGLITCHDETEN_W<'_>
pub fn hfxoglitchdeten(&mut self) -> HFXOGLITCHDETEN_W<'_>
Bit 7 - HFXO Glitch Detector Enable
Sourcepub fn hfxotimeout(&mut self) -> HFXOTIMEOUT_W<'_>
pub fn hfxotimeout(&mut self) -> HFXOTIMEOUT_W<'_>
Bits 9:10 - HFXO Timeout
Sourcepub fn lfxomode(&mut self) -> LFXOMODE_W<'_>
pub fn lfxomode(&mut self) -> LFXOMODE_W<'_>
Bits 11:12 - LFXO Mode
Sourcepub fn lfxoboost(&mut self) -> LFXOBOOST_W<'_>
pub fn lfxoboost(&mut self) -> LFXOBOOST_W<'_>
Bit 13 - LFXO Start-up Boost Current
Sourcepub fn hfclkdiv(&mut self) -> HFCLKDIV_W<'_>
pub fn hfclkdiv(&mut self) -> HFCLKDIV_W<'_>
Bits 14:16 - HFCLK Division
Sourcepub fn lfxobufcur(&mut self) -> LFXOBUFCUR_W<'_>
pub fn lfxobufcur(&mut self) -> LFXOBUFCUR_W<'_>
Bit 17 - LFXO Boost Buffer Current
Sourcepub fn lfxotimeout(&mut self) -> LFXOTIMEOUT_W<'_>
pub fn lfxotimeout(&mut self) -> LFXOTIMEOUT_W<'_>
Bits 18:19 - LFXO Timeout
Sourcepub fn clkoutsel0(&mut self) -> CLKOUTSEL0_W<'_>
pub fn clkoutsel0(&mut self) -> CLKOUTSEL0_W<'_>
Bits 20:22 - Clock Output Select 0
Sourcepub fn clkoutsel1(&mut self) -> CLKOUTSEL1_W<'_>
pub fn clkoutsel1(&mut self) -> CLKOUTSEL1_W<'_>
Bits 23:26 - Clock Output Select 1
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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