pub struct W(/* private fields */);
Expand description
Register HWCFGR
writer
Implementations§
Source§impl W
impl W
Sourcepub fn smooth_calib(&mut self) -> SMOOTH_CALIB_W<'_>
pub fn smooth_calib(&mut self) -> SMOOTH_CALIB_W<'_>
Bits 8:11 - SMOOTH_CALIB
Sourcepub fn timestamp(&mut self) -> TIMESTAMP_W<'_>
pub fn timestamp(&mut self) -> TIMESTAMP_W<'_>
Bits 12:15 - TIMESTAMP
Sourcepub fn optionreg_out(&mut self) -> OPTIONREG_OUT_W<'_>
pub fn optionreg_out(&mut self) -> OPTIONREG_OUT_W<'_>
Bits 16:23 - OPTIONREG_OUT
Sourcepub fn trust_zone(&mut self) -> TRUST_ZONE_W<'_>
pub fn trust_zone(&mut self) -> TRUST_ZONE_W<'_>
Bits 24:27 - TRUST_ZONE
Methods from Deref<Target = W<HWCFGR_SPEC>>§
Sourcepub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
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