pub struct R(/* private fields */);
Expand description
Register CTRL
reader
Implementations§
Source§impl R
impl R
Sourcepub fn hfxomode(&self) -> HFXOMODE_R
pub fn hfxomode(&self) -> HFXOMODE_R
Bits 0:1 - HFXO Mode
Sourcepub fn hfxoboost(&self) -> HFXOBOOST_R
pub fn hfxoboost(&self) -> HFXOBOOST_R
Bits 2:3 - HFXO Start-up Boost Current
Sourcepub fn hfxobufcur(&self) -> HFXOBUFCUR_R
pub fn hfxobufcur(&self) -> HFXOBUFCUR_R
Bits 5:6 - HFXO Boost Buffer Current
Sourcepub fn hfxoglitchdeten(&self) -> HFXOGLITCHDETEN_R
pub fn hfxoglitchdeten(&self) -> HFXOGLITCHDETEN_R
Bit 7 - HFXO Glitch Detector Enable
Sourcepub fn hfxotimeout(&self) -> HFXOTIMEOUT_R
pub fn hfxotimeout(&self) -> HFXOTIMEOUT_R
Bits 9:10 - HFXO Timeout
Sourcepub fn lfxomode(&self) -> LFXOMODE_R
pub fn lfxomode(&self) -> LFXOMODE_R
Bits 11:12 - LFXO Mode
Sourcepub fn lfxoboost(&self) -> LFXOBOOST_R
pub fn lfxoboost(&self) -> LFXOBOOST_R
Bit 13 - LFXO Start-up Boost Current
Sourcepub fn lfxobufcur(&self) -> LFXOBUFCUR_R
pub fn lfxobufcur(&self) -> LFXOBUFCUR_R
Bit 17 - LFXO Boost Buffer Current
Sourcepub fn lfxotimeout(&self) -> LFXOTIMEOUT_R
pub fn lfxotimeout(&self) -> LFXOTIMEOUT_R
Bits 18:19 - LFXO Timeout
Sourcepub fn clkoutsel0(&self) -> CLKOUTSEL0_R
pub fn clkoutsel0(&self) -> CLKOUTSEL0_R
Bits 20:22 - Clock Output Select 0
Sourcepub fn clkoutsel1(&self) -> CLKOUTSEL1_R
pub fn clkoutsel1(&self) -> CLKOUTSEL1_R
Bit 23 - Clock Output Select 1
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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