#[repr(transparent)]pub struct Ier(pub u32);Expand description
Interrupt Enable
Tuple Fields§
§0: u32Implementations§
Source§impl Ier
impl Ier
Sourcepub const fn set_cfr_ie(&mut self, val: bool)
pub const fn set_cfr_ie(&mut self, val: bool)
Comparator Flag Rising Interrupt Enable
Sourcepub const fn set_cff_ie(&mut self, val: bool)
pub const fn set_cff_ie(&mut self, val: bool)
Comparator Flag Falling Interrupt Enable
Sourcepub const fn set_rrf_ie(&mut self, val: bool)
pub const fn set_rrf_ie(&mut self, val: bool)
Round-Robin Flag 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