#[repr(transparent)]pub struct FltconfIe(pub u32);Expand description
Fault Confinement Interrupt Enable
Tuple Fields§
§0: u32Implementations§
Source§impl FltconfIe
impl FltconfIe
Sourcepub const fn set_atp_ie(&mut self, val: bool)
pub const fn set_atp_ie(&mut self, val: bool)
Active to Passive Interrupt Enable
Sourcepub const fn set_pta_ie(&mut self, val: bool)
pub const fn set_pta_ie(&mut self, val: bool)
Passive to Active Interrupt Enable
Trait Implementations§
impl Copy for FltconfIe
impl Eq for FltconfIe
impl StructuralPartialEq for FltconfIe
Auto Trait Implementations§
impl Freeze for FltconfIe
impl RefUnwindSafe for FltconfIe
impl Send for FltconfIe
impl Sync for FltconfIe
impl Unpin for FltconfIe
impl UnwindSafe for FltconfIe
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