#[repr(transparent)]pub struct IntEn(pub u32);Expand description
Interrupt Enable
Tuple Fields§
§0: u32Implementations§
Source§impl IntEn
impl IntEn
Sourcepub const fn measure_int_en(&self) -> MeasureIntEn
pub const fn measure_int_en(&self) -> MeasureIntEn
Measure Interrupt Enable
Sourcepub const fn set_measure_int_en(&mut self, val: MeasureIntEn)
pub const fn set_measure_int_en(&mut self, val: MeasureIntEn)
Measure Interrupt Enable
Sourcepub const fn detect_int_en(&self) -> DetectIntEn
pub const fn detect_int_en(&self) -> DetectIntEn
Detect Interrupt Enable
Sourcepub const fn set_detect_int_en(&mut self, val: DetectIntEn)
pub const fn set_detect_int_en(&mut self, val: DetectIntEn)
Detect Interrupt Enable
Sourcepub const fn idle_sw_int_en(&self) -> IdleSwIntEn
pub const fn idle_sw_int_en(&self) -> IdleSwIntEn
Idle Software Interrupt Enable
Sourcepub const fn set_idle_sw_int_en(&mut self, val: IdleSwIntEn)
pub const fn set_idle_sw_int_en(&mut self, val: IdleSwIntEn)
Idle Software Interrupt Enable
Trait Implementations§
impl Copy for IntEn
impl Eq for IntEn
impl StructuralPartialEq for IntEn
Auto Trait Implementations§
impl Freeze for IntEn
impl RefUnwindSafe for IntEn
impl Send for IntEn
impl Sync for IntEn
impl Unpin for IntEn
impl UnwindSafe for IntEn
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