#[repr(transparent)]pub struct Nie(pub u32);Expand description
Normal Interrupt Enable
Tuple Fields§
§0: u32Implementations§
Source§impl Nie
impl Nie
Sourcepub const fn set_cocie0(&mut self, val: Cocie0)
pub const fn set_cocie0(&mut self, val: Cocie0)
Conversion Complete Interrupt Enable
Sourcepub const fn set_cocie1(&mut self, val: Cocie1)
pub const fn set_cocie1(&mut self, val: Cocie1)
Conversion Complete Interrupt Enable
Sourcepub const fn set_cocie2(&mut self, val: Cocie2)
pub const fn set_cocie2(&mut self, val: Cocie2)
Conversion Complete Interrupt Enable
Sourcepub const fn set_cocie3(&mut self, val: Cocie3)
pub const fn set_cocie3(&mut self, val: Cocie3)
Conversion Complete Interrupt Enable
Sourcepub const fn set_cocie4(&mut self, val: Cocie4)
pub const fn set_cocie4(&mut self, val: Cocie4)
Conversion Complete Interrupt Enable
Sourcepub const fn set_chfie0(&mut self, val: Chfie0)
pub const fn set_chfie0(&mut self, val: Chfie0)
Data Output Ready Interrupt Enable
Sourcepub const fn set_chfie1(&mut self, val: Chfie1)
pub const fn set_chfie1(&mut self, val: Chfie1)
Data Output Ready Interrupt Enable
Sourcepub const fn set_chfie2(&mut self, val: Chfie2)
pub const fn set_chfie2(&mut self, val: Chfie2)
Data Output Ready Interrupt Enable
Sourcepub const fn set_chfie3(&mut self, val: Chfie3)
pub const fn set_chfie3(&mut self, val: Chfie3)
Data Output Ready Interrupt Enable
Sourcepub const fn set_chfie4(&mut self, val: Chfie4)
pub const fn set_chfie4(&mut self, val: Chfie4)
Data Output Ready Interrupt Enable
Sourcepub const fn set_zcdie0(&mut self, val: Zcdie0)
pub const fn set_zcdie0(&mut self, val: Zcdie0)
Zero Cross Detected Interrupt Enable
Sourcepub const fn set_zcdie1(&mut self, val: Zcdie1)
pub const fn set_zcdie1(&mut self, val: Zcdie1)
Zero Cross Detected Interrupt Enable
Sourcepub const fn set_zcdie2(&mut self, val: Zcdie2)
pub const fn set_zcdie2(&mut self, val: Zcdie2)
Zero Cross Detected Interrupt Enable
Sourcepub const fn set_zcdie3(&mut self, val: Zcdie3)
pub const fn set_zcdie3(&mut self, val: Zcdie3)
Zero Cross Detected Interrupt Enable
Sourcepub const fn set_zcdie4(&mut self, val: Zcdie4)
pub const fn set_zcdie4(&mut self, val: Zcdie4)
Zero Cross Detected Interrupt Enable
Trait Implementations§
impl Copy for Nie
impl Eq for Nie
impl StructuralPartialEq for Nie
Auto Trait Implementations§
impl Freeze for Nie
impl RefUnwindSafe for Nie
impl Send for Nie
impl Sync for Nie
impl Unpin for Nie
impl UnwindSafe for Nie
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