Struct stm32wlxx_hal::pac::lptim1::icr::ICR_SPEC
pub struct ICR_SPEC;
Available on crate feature
stm32wl5x_cm4
only.Expand description
interrupt clear register
This register you can write_with_zero
, reset
, write
. See API.
For information about available fields see icr module
Trait Implementations§
§impl Resettable for ICR_SPEC
impl Resettable for ICR_SPEC
reset()
method sets ICR to value 0
§fn reset_value() -> <ICR_SPEC as RegisterSpec>::Ux
fn reset_value() -> <ICR_SPEC as RegisterSpec>::Ux
Reset value of the register.
Auto Trait Implementations§
impl RefUnwindSafe for ICR_SPEC
impl Send for ICR_SPEC
impl Sync for ICR_SPEC
impl Unpin for ICR_SPEC
impl UnwindSafe for ICR_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