#[repr(transparent)]pub struct Mis(pub u32);
Expand description
Masked interrupt status register, SSPMIS on page 3-11
Tuple Fields§
§0: u32
Implementations§
source§impl Mis
impl Mis
sourcepub const fn rormis(&self) -> bool
pub const fn rormis(&self) -> bool
Gives the receive over run masked interrupt status, after masking, of the SSPRORINTR interrupt
sourcepub fn set_rormis(&mut self, val: bool)
pub fn set_rormis(&mut self, val: bool)
Gives the receive over run masked interrupt status, after masking, of the SSPRORINTR interrupt
sourcepub const fn rtmis(&self) -> bool
pub const fn rtmis(&self) -> bool
Gives the receive timeout masked interrupt state, after masking, of the SSPRTINTR interrupt
sourcepub fn set_rtmis(&mut self, val: bool)
pub fn set_rtmis(&mut self, val: bool)
Gives the receive timeout masked interrupt state, after masking, of the SSPRTINTR interrupt
sourcepub const fn rxmis(&self) -> bool
pub const fn rxmis(&self) -> bool
Gives the receive FIFO masked interrupt state, after masking, of the SSPRXINTR interrupt
sourcepub fn set_rxmis(&mut self, val: bool)
pub fn set_rxmis(&mut self, val: bool)
Gives the receive FIFO masked interrupt state, after masking, of the SSPRXINTR interrupt
Trait Implementations§
impl Copy for Mis
impl Eq for Mis
impl StructuralPartialEq for Mis
Auto Trait Implementations§
impl Freeze for Mis
impl RefUnwindSafe for Mis
impl Send for Mis
impl Sync for Mis
impl Unpin for Mis
impl UnwindSafe for Mis
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)