pub struct W(/* private fields */);Expand description
Register REFCTL0 writer
Implementations§
Source§impl W
impl W
Sourcepub fn reftcoff(&mut self) -> REFTCOFF_W<'_>
pub fn reftcoff(&mut self) -> REFTCOFF_W<'_>
Bit 3 - REF Temp.Sensor off
Sourcepub fn refgenact(&mut self) -> REFGENACT_W<'_>
pub fn refgenact(&mut self) -> REFGENACT_W<'_>
Bit 8 - REF Reference generator active
Sourcepub fn refbgact(&mut self) -> REFBGACT_W<'_>
pub fn refbgact(&mut self) -> REFBGACT_W<'_>
Bit 9 - REF Reference bandgap active
Sourcepub fn refgenbusy(&mut self) -> REFGENBUSY_W<'_>
pub fn refgenbusy(&mut self) -> REFGENBUSY_W<'_>
Bit 10 - REF Reference generator busy
Methods from Deref<Target = W<REFCTL0_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