Struct daisy::pac::hrtim_tima::cmp1ar::W
pub struct W(/* private fields */);
Expand description
Register CMP1AR
writer
Implementations§
Methods from Deref<Target = W<CMP1AR_SPEC>>§
pub 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§
§impl From<W<CMP1AR_SPEC>> for W
impl From<W<CMP1AR_SPEC>> for W
§fn from(writer: W<CMP1AR_SPEC>) -> W
fn from(writer: W<CMP1AR_SPEC>) -> W
Converts to this type from the input type.
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