#[repr(transparent)]pub struct IntSigEn(pub u32);Expand description
Interrupt Enable Register
Tuple Fields§
§0: u32Implementations§
Source§impl IntSigEn
impl IntSigEn
Sourcepub const fn set_reserved0(&mut self, val: bool)
pub const fn set_reserved0(&mut self, val: bool)
Reserved
Sourcepub const fn set_reserved1(&mut self, val: bool)
pub const fn set_reserved1(&mut self, val: bool)
Reserved
Sourcepub const fn set_reserved2(&mut self, val: bool)
pub const fn set_reserved2(&mut self, val: bool)
Reserved
Sourcepub const fn itcm_err_sig_en(&self) -> ItcmErrSigEn
pub const fn itcm_err_sig_en(&self) -> ItcmErrSigEn
ITCM Access Error Interrupt Enable
Sourcepub const fn set_itcm_err_sig_en(&mut self, val: ItcmErrSigEn)
pub const fn set_itcm_err_sig_en(&mut self, val: ItcmErrSigEn)
ITCM Access Error Interrupt Enable
Sourcepub const fn dtcm_err_sig_en(&self) -> DtcmErrSigEn
pub const fn dtcm_err_sig_en(&self) -> DtcmErrSigEn
DTCM Access Error Interrupt Enable
Sourcepub const fn set_dtcm_err_sig_en(&mut self, val: DtcmErrSigEn)
pub const fn set_dtcm_err_sig_en(&mut self, val: DtcmErrSigEn)
DTCM Access Error Interrupt Enable
Sourcepub const fn ocram_err_sig_en(&self) -> OcramErrSigEn
pub const fn ocram_err_sig_en(&self) -> OcramErrSigEn
OCRAM Access Error Interrupt Enable
Sourcepub const fn set_ocram_err_sig_en(&mut self, val: OcramErrSigEn)
pub const fn set_ocram_err_sig_en(&mut self, val: OcramErrSigEn)
OCRAM Access Error Interrupt Enable
Sourcepub const fn set_reserved(&mut self, val: u32)
pub const fn set_reserved(&mut self, val: u32)
Reserved
Trait Implementations§
impl Copy for IntSigEn
impl Eq for IntSigEn
impl StructuralPartialEq for IntSigEn
Auto Trait Implementations§
impl Freeze for IntSigEn
impl RefUnwindSafe for IntSigEn
impl Send for IntSigEn
impl Sync for IntSigEn
impl Unpin for IntSigEn
impl UnwindSafe for IntSigEn
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