Struct stm32_metapac::pssi::regs::Ris
#[repr(transparent)]pub struct Ris(pub u32);
Expand description
PSSI raw interrupt status register.
Tuple Fields§
§0: u32
Implementations§
§impl Ris
impl Ris
pub const fn ovr_ris(&self) -> bool
pub const fn ovr_ris(&self) -> bool
Data buffer overrun/underrun raw interrupt status This bit is cleared by writing a 1 to the OVR_ISC bit in PSSI_ICR.
pub fn set_ovr_ris(&mut self, val: bool)
pub fn set_ovr_ris(&mut self, val: bool)
Data buffer overrun/underrun raw interrupt status This bit is cleared by writing a 1 to the OVR_ISC bit in PSSI_ICR.
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
)