Struct daisy::pac::hrtim_tima::cpt1ar::CPT1AR_SPEC
pub struct CPT1AR_SPEC;
Expand description
Trait Implementations§
§impl Readable for CPT1AR_SPEC
impl Readable for CPT1AR_SPEC
read()
method returns cpt1ar::R reader structure
§impl RegisterSpec for CPT1AR_SPEC
impl RegisterSpec for CPT1AR_SPEC
§impl Resettable for CPT1AR_SPEC
impl Resettable for CPT1AR_SPEC
reset()
method sets CPT1AR to value 0
§fn reset_value() -> <CPT1AR_SPEC as RegisterSpec>::Ux
fn reset_value() -> <CPT1AR_SPEC as RegisterSpec>::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for CPT1AR_SPEC
impl RefUnwindSafe for CPT1AR_SPEC
impl Send for CPT1AR_SPEC
impl Sync for CPT1AR_SPEC
impl Unpin for CPT1AR_SPEC
impl UnwindSafe for CPT1AR_SPEC
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