pub struct W(/* private fields */);
Expand description
Register HFXOTIMEOUTCTRL
writer
Implementations§
Source§impl W
impl W
Sourcepub fn startuptimeout(&mut self) -> STARTUPTIMEOUT_W<'_>
pub fn startuptimeout(&mut self) -> STARTUPTIMEOUT_W<'_>
Bits 0:3 - Wait Duration in HFXO Startup Enable Wait State
Sourcepub fn steadytimeout(&mut self) -> STEADYTIMEOUT_W<'_>
pub fn steadytimeout(&mut self) -> STEADYTIMEOUT_W<'_>
Bits 4:7 - Wait Duration in HFXO Startup Steady Wait State
Sourcepub fn reserved2(&mut self) -> RESERVED2_W<'_>
pub fn reserved2(&mut self) -> RESERVED2_W<'_>
Bits 8:11 - Wait Duration in HFXO Warm Startup Steady Wait State
Sourcepub fn peakdettimeout(&mut self) -> PEAKDETTIMEOUT_W<'_>
pub fn peakdettimeout(&mut self) -> PEAKDETTIMEOUT_W<'_>
Bits 12:15 - Wait Duration in HFXO Peak Detection Wait State
Sourcepub fn shuntopttimeout(&mut self) -> SHUNTOPTTIMEOUT_W<'_>
pub fn shuntopttimeout(&mut self) -> SHUNTOPTTIMEOUT_W<'_>
Bits 16:19 - Wait Duration in HFXO Shunt Current Optimization Wait State
Methods from Deref<Target = W<HFXOTIMEOUTCTRL_SPEC>>§
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