#[repr(transparent)]pub struct Eventen(pub u32);Expand description
Event Enable register
Tuple Fields§
§0: u32Implementations§
Source§impl Eventen
impl Eventen
Sourcepub const fn event_oflow(&self) -> bool
pub const fn event_oflow(&self) -> bool
1 : Enable 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)
1 : Enable 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)
1 : Enable event trigger on Floating point NaN
Sourcepub const fn event_fixed(&self) -> bool
pub const fn event_fixed(&self) -> bool
1: Enable 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)
1: Enable event trigger on Fixed point Overflow
Sourcepub const fn event_uflow(&self) -> bool
pub const fn event_uflow(&self) -> bool
1 : Enable event trigger on Subnormal truncation
Sourcepub const fn set_event_uflow(&mut self, val: bool)
pub const fn set_event_uflow(&mut self, val: bool)
1 : Enable event trigger on Subnormal truncation
Sourcepub const fn event_berr(&self) -> bool
pub const fn event_berr(&self) -> bool
1: Enable event trigger on AHBM Buss Error
Sourcepub const fn set_event_berr(&mut self, val: bool)
pub const fn set_event_berr(&mut self, val: bool)
1: Enable event trigger on AHBM Buss Error
Sourcepub const fn event_comp(&self) -> bool
pub const fn event_comp(&self) -> bool
1: Enable 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)
1: Enable 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