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