#[repr(transparent)]pub struct Edier(pub u32);Expand description
EFT Detect Interrupt Enable
Tuple Fields§
§0: u32Implementations§
Source§impl Edier
impl Edier
Sourcepub const fn set_edie10(&mut self, val: Edie10)
pub const fn set_edie10(&mut self, val: Edie10)
EFT Detect Interrupt Enable
Sourcepub const fn set_edie11(&mut self, val: Edie11)
pub const fn set_edie11(&mut self, val: Edie11)
EFT Detect Interrupt Enable
Sourcepub const fn set_edie12(&mut self, val: Edie12)
pub const fn set_edie12(&mut self, val: Edie12)
EFT Detect Interrupt Enable
Sourcepub const fn set_edie13(&mut self, val: Edie13)
pub const fn set_edie13(&mut self, val: Edie13)
EFT Detect Interrupt Enable
Sourcepub const fn set_edie14(&mut self, val: Edie14)
pub const fn set_edie14(&mut self, val: Edie14)
EFT Detect Interrupt Enable
Sourcepub const fn set_edie15(&mut self, val: Edie15)
pub const fn set_edie15(&mut self, val: Edie15)
EFT Detect Interrupt Enable
Sourcepub const fn set_edie16(&mut self, val: Edie16)
pub const fn set_edie16(&mut self, val: Edie16)
EFT Detect Interrupt Enable
Sourcepub const fn set_edie17(&mut self, val: Edie17)
pub const fn set_edie17(&mut self, val: Edie17)
EFT Detect Interrupt Enable
Sourcepub const fn set_edie18(&mut self, val: Edie18)
pub const fn set_edie18(&mut self, val: Edie18)
EFT Detect Interrupt Enable
Sourcepub const fn set_edie19(&mut self, val: Edie19)
pub const fn set_edie19(&mut self, val: Edie19)
EFT Detect Interrupt Enable
Sourcepub const fn set_edie20(&mut self, val: Edie20)
pub const fn set_edie20(&mut self, val: Edie20)
EFT Detect Interrupt Enable
Sourcepub const fn set_edie21(&mut self, val: Edie21)
pub const fn set_edie21(&mut self, val: Edie21)
EFT Detect Interrupt Enable
Sourcepub const fn set_edie22(&mut self, val: Edie22)
pub const fn set_edie22(&mut self, val: Edie22)
EFT Detect Interrupt Enable
Sourcepub const fn set_edie23(&mut self, val: Edie23)
pub const fn set_edie23(&mut self, val: Edie23)
EFT Detect Interrupt Enable
Sourcepub const fn set_edie24(&mut self, val: Edie24)
pub const fn set_edie24(&mut self, val: Edie24)
EFT Detect Interrupt Enable
Sourcepub const fn set_edie25(&mut self, val: Edie25)
pub const fn set_edie25(&mut self, val: Edie25)
EFT Detect Interrupt Enable
Sourcepub const fn set_edie26(&mut self, val: Edie26)
pub const fn set_edie26(&mut self, val: Edie26)
EFT Detect Interrupt Enable
Sourcepub const fn set_edie27(&mut self, val: Edie27)
pub const fn set_edie27(&mut self, val: Edie27)
EFT Detect Interrupt Enable
Sourcepub const fn set_edie28(&mut self, val: Edie28)
pub const fn set_edie28(&mut self, val: Edie28)
EFT Detect Interrupt Enable
Sourcepub const fn set_edie29(&mut self, val: Edie29)
pub const fn set_edie29(&mut self, val: Edie29)
EFT Detect Interrupt Enable
Sourcepub const fn set_edie30(&mut self, val: Edie30)
pub const fn set_edie30(&mut self, val: Edie30)
EFT Detect Interrupt Enable
Sourcepub const fn set_edie31(&mut self, val: Edie31)
pub const fn set_edie31(&mut self, val: Edie31)
EFT Detect Interrupt Enable
Trait Implementations§
impl Copy for Edier
impl Eq for Edier
impl StructuralPartialEq for Edier
Auto Trait Implementations§
impl Freeze for Edier
impl RefUnwindSafe for Edier
impl Send for Edier
impl Sync for Edier
impl Unpin for Edier
impl UnwindSafe for Edier
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