#[repr(transparent)]pub struct Ie(pub u32);Expand description
Interrupt Enable Register
Tuple Fields§
§0: u32Implementations§
Source§impl Ie
impl Ie
Sourcepub const fn set_fwmie0(&mut self, val: Fwmie0)
pub const fn set_fwmie0(&mut self, val: Fwmie0)
FIFO 0 Watermark Interrupt Enable
Sourcepub const fn set_fofie0(&mut self, val: Fofie0)
pub const fn set_fofie0(&mut self, val: Fofie0)
Result FIFO 0 Overflow Interrupt Enable
Sourcepub const fn set_fwmie1(&mut self, val: Fwmie1)
pub const fn set_fwmie1(&mut self, val: Fwmie1)
FIFO1 Watermark Interrupt Enable
Sourcepub const fn set_fofie1(&mut self, val: Fofie1)
pub const fn set_fofie1(&mut self, val: Fofie1)
Result FIFO1 Overflow Interrupt Enable
Sourcepub const fn set_texc_ie(&mut self, val: TexcIe)
pub const fn set_texc_ie(&mut self, val: TexcIe)
Trigger Exception Interrupt Enable
Sourcepub const fn set_tcomp_ie(&mut self, val: TcompIe)
pub const fn set_tcomp_ie(&mut self, val: TcompIe)
Trigger Completion Interrupt Enable
Trait Implementations§
impl Copy for Ie
impl Eq for Ie
impl StructuralPartialEq for Ie
Auto Trait Implementations§
impl Freeze for Ie
impl RefUnwindSafe for Ie
impl Send for Ie
impl Sync for Ie
impl Unpin for Ie
impl UnwindSafe for Ie
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