#[repr(transparent)]pub struct Uartris(pub u32);
Expand description
Raw Interrupt Status Register, UARTRIS
Tuple Fields§
§0: u32
Implementations§
Source§impl Uartris
impl Uartris
Sourcepub const fn rirmis(&self) -> bool
pub const fn rirmis(&self) -> bool
nUARTRI modem interrupt status. Returns the raw interrupt state of the UARTRIINTR interrupt.
Sourcepub fn set_rirmis(&mut self, val: bool)
pub fn set_rirmis(&mut self, val: bool)
nUARTRI modem interrupt status. Returns the raw interrupt state of the UARTRIINTR interrupt.
Sourcepub const fn ctsrmis(&self) -> bool
pub const fn ctsrmis(&self) -> bool
nUARTCTS modem interrupt status. Returns the raw interrupt state of the UARTCTSINTR interrupt.
Sourcepub fn set_ctsrmis(&mut self, val: bool)
pub fn set_ctsrmis(&mut self, val: bool)
nUARTCTS modem interrupt status. Returns the raw interrupt state of the UARTCTSINTR interrupt.
Sourcepub const fn dcdrmis(&self) -> bool
pub const fn dcdrmis(&self) -> bool
nUARTDCD modem interrupt status. Returns the raw interrupt state of the UARTDCDINTR interrupt.
Sourcepub fn set_dcdrmis(&mut self, val: bool)
pub fn set_dcdrmis(&mut self, val: bool)
nUARTDCD modem interrupt status. Returns the raw interrupt state of the UARTDCDINTR interrupt.
Sourcepub const fn dsrrmis(&self) -> bool
pub const fn dsrrmis(&self) -> bool
nUARTDSR modem interrupt status. Returns the raw interrupt state of the UARTDSRINTR interrupt.
Sourcepub fn set_dsrrmis(&mut self, val: bool)
pub fn set_dsrrmis(&mut self, val: bool)
nUARTDSR modem interrupt status. Returns the raw interrupt state of the UARTDSRINTR interrupt.
Sourcepub const fn rxris(&self) -> bool
pub const fn rxris(&self) -> bool
Receive interrupt status. Returns the raw interrupt state of the UARTRXINTR interrupt.
Sourcepub fn set_rxris(&mut self, val: bool)
pub fn set_rxris(&mut self, val: bool)
Receive interrupt status. Returns the raw interrupt state of the UARTRXINTR interrupt.
Sourcepub const fn txris(&self) -> bool
pub const fn txris(&self) -> bool
Transmit interrupt status. Returns the raw interrupt state of the UARTTXINTR interrupt.
Sourcepub fn set_txris(&mut self, val: bool)
pub fn set_txris(&mut self, val: bool)
Transmit interrupt status. Returns the raw interrupt state of the UARTTXINTR interrupt.
Sourcepub const fn rtris(&self) -> bool
pub const fn rtris(&self) -> bool
Receive timeout interrupt status. Returns the raw interrupt state of the UARTRTINTR interrupt. a
Sourcepub fn set_rtris(&mut self, val: bool)
pub fn set_rtris(&mut self, val: bool)
Receive timeout interrupt status. Returns the raw interrupt state of the UARTRTINTR interrupt. a
Sourcepub const fn feris(&self) -> bool
pub const fn feris(&self) -> bool
Framing error interrupt status. Returns the raw interrupt state of the UARTFEINTR interrupt.
Sourcepub fn set_feris(&mut self, val: bool)
pub fn set_feris(&mut self, val: bool)
Framing error interrupt status. Returns the raw interrupt state of the UARTFEINTR interrupt.
Sourcepub const fn peris(&self) -> bool
pub const fn peris(&self) -> bool
Parity error interrupt status. Returns the raw interrupt state of the UARTPEINTR interrupt.
Sourcepub fn set_peris(&mut self, val: bool)
pub fn set_peris(&mut self, val: bool)
Parity error interrupt status. Returns the raw interrupt state of the UARTPEINTR interrupt.
Sourcepub const fn beris(&self) -> bool
pub const fn beris(&self) -> bool
Break error interrupt status. Returns the raw interrupt state of the UARTBEINTR interrupt.
Sourcepub fn set_beris(&mut self, val: bool)
pub fn set_beris(&mut self, val: bool)
Break error interrupt status. Returns the raw interrupt state of the UARTBEINTR interrupt.