pub struct W(/* private fields */);Expand description
Register temp_comp writer
Implementations§
Source§impl W
impl W
Sourcepub fn const_acal(&mut self) -> CONST_ACAL_W<'_, 0>
pub fn const_acal(&mut self) -> CONST_ACAL_W<'_, 0>
Bits 0:7
Sourcepub fn const_fcal(&mut self) -> CONST_FCAL_W<'_, 8>
pub fn const_fcal(&mut self) -> CONST_FCAL_W<'_, 8>
Bits 8:15
Sourcepub fn temp_comp_en(&mut self) -> TEMP_COMP_EN_W<'_, 16>
pub fn temp_comp_en(&mut self) -> TEMP_COMP_EN_W<'_, 16>
Bit 16
Methods from Deref<Target = W<TEMP_COMP_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