#[repr(transparent)]pub struct Ier(pub u32);Expand description
Interrupt Enable
Tuple Fields§
§0: u32Implementations§
Source§impl Ier
impl Ier
Sourcepub const fn set_full_ie(&mut self, val: bool)
pub const fn set_full_ie(&mut self, val: bool)
FIFO Full Interrupt Enable
Sourcepub const fn set_empty_ie(&mut self, val: bool)
pub const fn set_empty_ie(&mut self, val: bool)
FIFO Empty Interrupt Enable
Sourcepub const fn set_swbk_ie(&mut self, val: bool)
pub const fn set_swbk_ie(&mut self, val: bool)
Swing Back One Cycle Complete Interrupt Enable
Sourcepub const fn ptgcoco_ie(&self) -> bool
pub const fn ptgcoco_ie(&self) -> bool
PTG Mode Conversion Complete Interrupt Enable
Sourcepub const fn set_ptgcoco_ie(&mut self, val: bool)
pub const fn set_ptgcoco_ie(&mut self, val: bool)
PTG Mode Conversion Complete 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