#[repr(transparent)]pub struct Eventen(pub u32);Expand description
Event Enable
Tuple Fields§
§0: u32Implementations§
Source§impl Eventen
impl Eventen
Sourcepub const fn event_oflow(&self) -> bool
pub const fn event_oflow(&self) -> bool
Event Trigger on Floating-point Overflow
Sourcepub const fn set_event_oflow(&mut self, val: bool)
pub const fn set_event_oflow(&mut self, val: bool)
Event Trigger on Floating-point Overflow
Sourcepub const fn set_event_nan(&mut self, val: bool)
pub const fn set_event_nan(&mut self, val: bool)
Event Trigger on Floating-Point NaN
Sourcepub const fn event_fixed(&self) -> bool
pub const fn event_fixed(&self) -> bool
Event Trigger on Fixed-point Overflow
Sourcepub const fn set_event_fixed(&mut self, val: bool)
pub const fn set_event_fixed(&mut self, val: bool)
Event Trigger on Fixed-point Overflow
Sourcepub const fn event_uflow(&self) -> bool
pub const fn event_uflow(&self) -> bool
Event Trigger on Underflow
Sourcepub const fn set_event_uflow(&mut self, val: bool)
pub const fn set_event_uflow(&mut self, val: bool)
Event Trigger on Underflow
Sourcepub const fn event_berr(&self) -> bool
pub const fn event_berr(&self) -> bool
Event Trigger on AHBM Bus Error
Sourcepub const fn set_event_berr(&mut self, val: bool)
pub const fn set_event_berr(&mut self, val: bool)
Event Trigger on AHBM Bus Error
Sourcepub const fn event_comp(&self) -> bool
pub const fn event_comp(&self) -> bool
Event Trigger on Instruction Completion
Sourcepub const fn set_event_comp(&mut self, val: bool)
pub const fn set_event_comp(&mut self, val: bool)
Event Trigger on Instruction Completion
Trait Implementations§
impl Copy for Eventen
impl Eq for Eventen
impl StructuralPartialEq for Eventen
Auto Trait Implementations§
impl Freeze for Eventen
impl RefUnwindSafe for Eventen
impl Send for Eventen
impl Sync for Eventen
impl Unpin for Eventen
impl UnwindSafe for Eventen
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