Struct Icr
#[repr(transparent)]pub struct Icr(pub u32);
Expand description
Interrupt Clear Register
Tuple Fields§
§0: u32
Implementations§
§impl Icr
impl Icr
pub fn set_cmpmcf(&mut self, val: bool)
pub fn set_cmpmcf(&mut self, val: bool)
compare match Clear Flag
pub fn set_arrmcf(&mut self, val: bool)
pub fn set_arrmcf(&mut self, val: bool)
Autoreload match Clear Flag
pub fn set_exttrigcf(&mut self, val: bool)
pub fn set_exttrigcf(&mut self, val: bool)
External trigger valid edge Clear Flag
pub fn set_cmpokcf(&mut self, val: bool)
pub fn set_cmpokcf(&mut self, val: bool)
Compare register update OK Clear Flag
pub fn set_arrokcf(&mut self, val: bool)
pub fn set_arrokcf(&mut self, val: bool)
Autoreload register update OK Clear Flag
pub fn set_downcf(&mut self, val: bool)
pub fn set_downcf(&mut self, val: bool)
Direction change to down Clear Flag
Trait Implementations§
impl Copy for Icr
impl Eq for Icr
impl StructuralPartialEq for Icr
Auto Trait Implementations§
impl Freeze for Icr
impl RefUnwindSafe for Icr
impl Send for Icr
impl Sync for Icr
impl Unpin for Icr
impl UnwindSafe for Icr
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