#[repr(transparent)]pub struct Inten(pub u8);Expand description
Interrupt Enable
Tuple Fields§
§0: u8Implementations§
Source§impl Inten
impl Inten
Sourcepub const fn set_usbrsten(&mut self, val: Usbrsten)
pub const fn set_usbrsten(&mut self, val: Usbrsten)
USBRST Interrupt Enable
Sourcepub const fn set_erroren(&mut self, val: Erroren)
pub const fn set_erroren(&mut self, val: Erroren)
ERROR Interrupt Enable
Sourcepub const fn set_softoken(&mut self, val: Softoken)
pub const fn set_softoken(&mut self, val: Softoken)
SOFTOK Interrupt Enable
Sourcepub const fn set_tokdneen(&mut self, val: Tokdneen)
pub const fn set_tokdneen(&mut self, val: Tokdneen)
TOKDNE Interrupt Enable
Sourcepub const fn set_sleepen(&mut self, val: Sleepen)
pub const fn set_sleepen(&mut self, val: Sleepen)
SLEEP Interrupt Enable
Sourcepub const fn set_resumeen(&mut self, val: Resumeen)
pub const fn set_resumeen(&mut self, val: Resumeen)
RESUME Interrupt Enable
Sourcepub const fn set_attachen(&mut self, val: Attachen)
pub const fn set_attachen(&mut self, val: Attachen)
ATTACH Interrupt Enable
Sourcepub const fn set_stallen(&mut self, val: Stallen)
pub const fn set_stallen(&mut self, val: Stallen)
STALL 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