#[repr(transparent)]pub struct M33nmisrcsel(pub u32);Expand description
M33 nmi source selection
Tuple Fields§
§0: u32Implementations§
Source§impl M33nmisrcsel
impl M33nmisrcsel
Sourcepub const fn nmisrcsel(&self) -> u8
pub const fn nmisrcsel(&self) -> u8
Selects one of the M33 interrupt sources as the NMI source. See M33 Interrupt Slot Table for Interrupt Slot Numers.
Sourcepub const fn set_nmisrcsel(&mut self, val: u8)
pub const fn set_nmisrcsel(&mut self, val: u8)
Selects one of the M33 interrupt sources as the NMI source. See M33 Interrupt Slot Table for Interrupt Slot Numers.
Trait Implementations§
Source§impl Clone for M33nmisrcsel
impl Clone for M33nmisrcsel
Source§fn clone(&self) -> M33nmisrcsel
fn clone(&self) -> M33nmisrcsel
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for M33nmisrcsel
impl Debug for M33nmisrcsel
Source§impl Default for M33nmisrcsel
impl Default for M33nmisrcsel
Source§fn default() -> M33nmisrcsel
fn default() -> M33nmisrcsel
Returns the “default value” for a type. Read more
Source§impl PartialEq for M33nmisrcsel
impl PartialEq for M33nmisrcsel
impl Copy for M33nmisrcsel
impl Eq for M33nmisrcsel
impl StructuralPartialEq for M33nmisrcsel
Auto Trait Implementations§
impl Freeze for M33nmisrcsel
impl RefUnwindSafe for M33nmisrcsel
impl Send for M33nmisrcsel
impl Sync for M33nmisrcsel
impl Unpin for M33nmisrcsel
impl UnwindSafe for M33nmisrcsel
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