Struct daisy::pac::hrtim_tima::timaicr::TIMAICR_SPEC
pub struct TIMAICR_SPEC;
Expand description
Timerx Interrupt Clear Register
This register you can write_with_zero
, reset
, write
. See API.
For information about available fields see timaicr module
Trait Implementations§
§impl RegisterSpec for TIMAICR_SPEC
impl RegisterSpec for TIMAICR_SPEC
§impl Resettable for TIMAICR_SPEC
impl Resettable for TIMAICR_SPEC
reset()
method sets TIMAICR to value 0
§fn reset_value() -> <TIMAICR_SPEC as RegisterSpec>::Ux
fn reset_value() -> <TIMAICR_SPEC as RegisterSpec>::Ux
Reset value of the register.
§impl Writable for TIMAICR_SPEC
impl Writable for TIMAICR_SPEC
write(|w| ..)
method takes timaicr::W writer structure
Auto Trait Implementations§
impl Freeze for TIMAICR_SPEC
impl RefUnwindSafe for TIMAICR_SPEC
impl Send for TIMAICR_SPEC
impl Sync for TIMAICR_SPEC
impl Unpin for TIMAICR_SPEC
impl UnwindSafe for TIMAICR_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