Struct Ier
#[repr(transparent)]pub struct Ier(pub u32);
Expand description
Interrupt Enable Register
Tuple Fields§
§0: u32
Implementations§
§impl Ier
impl Ier
pub fn set_cmpmie(&mut self, val: bool)
pub fn set_cmpmie(&mut self, val: bool)
Compare match Interrupt Enable
pub fn set_arrmie(&mut self, val: bool)
pub fn set_arrmie(&mut self, val: bool)
Autoreload match Interrupt Enable
pub fn set_exttrigie(&mut self, val: bool)
pub fn set_exttrigie(&mut self, val: bool)
External trigger valid edge Interrupt Enable
pub fn set_cmpokie(&mut self, val: bool)
pub fn set_cmpokie(&mut self, val: bool)
Compare register update OK Interrupt Enable
pub fn set_arrokie(&mut self, val: bool)
pub fn set_arrokie(&mut self, val: bool)
Autoreload register update OK Interrupt Enable
pub fn set_downie(&mut self, val: bool)
pub fn set_downie(&mut self, val: bool)
Direction change to down Interrupt Enable
Trait Implementations§
impl Copy for Ier
impl Eq for Ier
impl StructuralPartialEq for Ier
Auto Trait Implementations§
impl Freeze for Ier
impl RefUnwindSafe for Ier
impl Send for Ier
impl Sync for Ier
impl Unpin for Ier
impl UnwindSafe for Ier
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