#[repr(transparent)]pub struct Ris(pub u32);
Expand description
Raw interrupt status register, SSPRIS on page 3-10
Tuple Fields§
§0: u32
Implementations§
source§impl Ris
impl Ris
sourcepub const fn rorris(&self) -> bool
pub const fn rorris(&self) -> bool
Gives the raw interrupt state, prior to masking, of the SSPRORINTR interrupt
sourcepub fn set_rorris(&mut self, val: bool)
pub fn set_rorris(&mut self, val: bool)
Gives the raw interrupt state, prior to masking, of the SSPRORINTR interrupt
sourcepub const fn rtris(&self) -> bool
pub const fn rtris(&self) -> bool
Gives the raw interrupt state, prior to masking, of the SSPRTINTR interrupt
sourcepub fn set_rtris(&mut self, val: bool)
pub fn set_rtris(&mut self, val: bool)
Gives the raw interrupt state, prior to masking, of the SSPRTINTR interrupt
sourcepub const fn rxris(&self) -> bool
pub const fn rxris(&self) -> bool
Gives the raw interrupt state, prior to masking, of the SSPRXINTR interrupt
sourcepub fn set_rxris(&mut self, val: bool)
pub fn set_rxris(&mut self, val: bool)
Gives the raw interrupt state, prior to masking, of the SSPRXINTR interrupt
Trait Implementations§
impl Copy for Ris
impl Eq for Ris
impl StructuralPartialEq for Ris
Auto Trait Implementations§
impl Freeze for Ris
impl RefUnwindSafe for Ris
impl Send for Ris
impl Sync for Ris
impl Unpin for Ris
impl UnwindSafe for Ris
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
)