#[repr(transparent)]pub struct Eie(pub u32);Expand description
Error Interrupt Enable
Tuple Fields§
§0: u32Implementations§
Source§impl Eie
impl Eie
Sourcepub const fn set_scdie0(&mut self, val: Scdie0)
pub const fn set_scdie0(&mut self, val: Scdie0)
Short Circuit Detected Interrupt Enable
Sourcepub const fn set_scdie1(&mut self, val: Scdie1)
pub const fn set_scdie1(&mut self, val: Scdie1)
Short Circuit Detected Interrupt Enable
Sourcepub const fn set_scdie2(&mut self, val: Scdie2)
pub const fn set_scdie2(&mut self, val: Scdie2)
Short Circuit Detected Interrupt Enable
Sourcepub const fn set_scdie3(&mut self, val: Scdie3)
pub const fn set_scdie3(&mut self, val: Scdie3)
Short Circuit Detected Interrupt Enable
Sourcepub const fn set_scdie4(&mut self, val: Scdie4)
pub const fn set_scdie4(&mut self, val: Scdie4)
Short Circuit Detected Interrupt Enable
Sourcepub const fn set_wlmtie0(&mut self, val: Wlmtie0)
pub const fn set_wlmtie0(&mut self, val: Wlmtie0)
Window Limit Interrupt Enable
Sourcepub const fn set_wlmtie1(&mut self, val: Wlmtie1)
pub const fn set_wlmtie1(&mut self, val: Wlmtie1)
Window Limit Interrupt Enable
Sourcepub const fn set_wlmtie2(&mut self, val: Wlmtie2)
pub const fn set_wlmtie2(&mut self, val: Wlmtie2)
Window Limit Interrupt Enable
Sourcepub const fn set_wlmtie3(&mut self, val: Wlmtie3)
pub const fn set_wlmtie3(&mut self, val: Wlmtie3)
Window Limit Interrupt Enable
Sourcepub const fn set_wlmtie4(&mut self, val: Wlmtie4)
pub const fn set_wlmtie4(&mut self, val: Wlmtie4)
Window Limit Interrupt Enable
Sourcepub const fn set_llmtie0(&mut self, val: Llmtie0)
pub const fn set_llmtie0(&mut self, val: Llmtie0)
Low Limit Interrupt Enable
Sourcepub const fn set_llmtie1(&mut self, val: Llmtie1)
pub const fn set_llmtie1(&mut self, val: Llmtie1)
Low Limit Interrupt Enable
Sourcepub const fn set_llmtie2(&mut self, val: Llmtie2)
pub const fn set_llmtie2(&mut self, val: Llmtie2)
Low Limit Interrupt Enable
Sourcepub const fn set_llmtie3(&mut self, val: Llmtie3)
pub const fn set_llmtie3(&mut self, val: Llmtie3)
Low Limit Interrupt Enable
Sourcepub const fn set_llmtie4(&mut self, val: Llmtie4)
pub const fn set_llmtie4(&mut self, val: Llmtie4)
Low Limit Interrupt Enable
Sourcepub const fn set_hlmtie0(&mut self, val: Hlmtie0)
pub const fn set_hlmtie0(&mut self, val: Hlmtie0)
High Limit Interrupt Enable
Sourcepub const fn set_hlmtie1(&mut self, val: Hlmtie1)
pub const fn set_hlmtie1(&mut self, val: Hlmtie1)
High Limit Interrupt Enable
Sourcepub const fn set_hlmtie2(&mut self, val: Hlmtie2)
pub const fn set_hlmtie2(&mut self, val: Hlmtie2)
High Limit Interrupt Enable
Sourcepub const fn set_hlmtie3(&mut self, val: Hlmtie3)
pub const fn set_hlmtie3(&mut self, val: Hlmtie3)
High Limit Interrupt Enable
Sourcepub const fn set_hlmtie4(&mut self, val: Hlmtie4)
pub const fn set_hlmtie4(&mut self, val: Hlmtie4)
High Limit Interrupt Enable
Trait Implementations§
impl Copy for Eie
impl Eq for Eie
impl StructuralPartialEq for Eie
Auto Trait Implementations§
impl Freeze for Eie
impl RefUnwindSafe for Eie
impl Send for Eie
impl Sync for Eie
impl Unpin for Eie
impl UnwindSafe for Eie
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