Struct rp2040_pac2::spi::regs::Sspmis [−][src]
Masked interrupt status register, SSPMIS on page 3-11
Implementations
impl Sspmis
[src]
pub const fn txmis(&self) -> bool
[src]
Gives the transmit FIFO masked interrupt state, after masking, of the SSPTXINTR interrupt
pub fn set_txmis(&mut self, val: bool)
[src]
Gives the transmit FIFO masked interrupt state, after masking, of the SSPTXINTR interrupt
pub const fn rxmis(&self) -> bool
[src]
Gives the receive FIFO masked interrupt state, after masking, of the SSPRXINTR interrupt
pub fn set_rxmis(&mut self, val: bool)
[src]
Gives the receive FIFO masked interrupt state, after masking, of the SSPRXINTR interrupt
pub const fn rtmis(&self) -> bool
[src]
Gives the receive timeout masked interrupt state, after masking, of the SSPRTINTR interrupt
pub fn set_rtmis(&mut self, val: bool)
[src]
Gives the receive timeout masked interrupt state, after masking, of the SSPRTINTR interrupt
pub const fn rormis(&self) -> bool
[src]
Gives the receive over run masked interrupt status, after masking, of the SSPRORINTR interrupt
pub fn set_rormis(&mut self, val: bool)
[src]
Gives the receive over run masked interrupt status, after masking, of the SSPRORINTR interrupt
Trait Implementations
impl Clone for Sspmis
[src]
fn clone(&self) -> Sspmis
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for Sspmis
[src]
impl Default for Sspmis
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,