#[repr(transparent)]pub struct Uartmis(pub u32);
Expand description
Masked Interrupt Status Register, UARTMIS
Tuple Fields§
§0: u32
Implementations§
Source§impl Uartmis
impl Uartmis
Sourcepub const fn rimmis(&self) -> bool
pub const fn rimmis(&self) -> bool
nUARTRI modem masked interrupt status. Returns the masked interrupt state of the UARTRIINTR interrupt.
Sourcepub fn set_rimmis(&mut self, val: bool)
pub fn set_rimmis(&mut self, val: bool)
nUARTRI modem masked interrupt status. Returns the masked interrupt state of the UARTRIINTR interrupt.
Sourcepub const fn ctsmmis(&self) -> bool
pub const fn ctsmmis(&self) -> bool
nUARTCTS modem masked interrupt status. Returns the masked interrupt state of the UARTCTSINTR interrupt.
Sourcepub fn set_ctsmmis(&mut self, val: bool)
pub fn set_ctsmmis(&mut self, val: bool)
nUARTCTS modem masked interrupt status. Returns the masked interrupt state of the UARTCTSINTR interrupt.
Sourcepub const fn dcdmmis(&self) -> bool
pub const fn dcdmmis(&self) -> bool
nUARTDCD modem masked interrupt status. Returns the masked interrupt state of the UARTDCDINTR interrupt.
Sourcepub fn set_dcdmmis(&mut self, val: bool)
pub fn set_dcdmmis(&mut self, val: bool)
nUARTDCD modem masked interrupt status. Returns the masked interrupt state of the UARTDCDINTR interrupt.
Sourcepub const fn dsrmmis(&self) -> bool
pub const fn dsrmmis(&self) -> bool
nUARTDSR modem masked interrupt status. Returns the masked interrupt state of the UARTDSRINTR interrupt.
Sourcepub fn set_dsrmmis(&mut self, val: bool)
pub fn set_dsrmmis(&mut self, val: bool)
nUARTDSR modem masked interrupt status. Returns the masked interrupt state of the UARTDSRINTR interrupt.
Sourcepub const fn rxmis(&self) -> bool
pub const fn rxmis(&self) -> bool
Receive masked interrupt status. Returns the masked interrupt state of the UARTRXINTR interrupt.
Sourcepub fn set_rxmis(&mut self, val: bool)
pub fn set_rxmis(&mut self, val: bool)
Receive masked interrupt status. Returns the masked interrupt state of the UARTRXINTR interrupt.
Sourcepub const fn txmis(&self) -> bool
pub const fn txmis(&self) -> bool
Transmit masked interrupt status. Returns the masked interrupt state of the UARTTXINTR interrupt.
Sourcepub fn set_txmis(&mut self, val: bool)
pub fn set_txmis(&mut self, val: bool)
Transmit masked interrupt status. Returns the masked interrupt state of the UARTTXINTR interrupt.
Sourcepub const fn rtmis(&self) -> bool
pub const fn rtmis(&self) -> bool
Receive timeout masked interrupt status. Returns the masked interrupt state of the UARTRTINTR interrupt.
Sourcepub fn set_rtmis(&mut self, val: bool)
pub fn set_rtmis(&mut self, val: bool)
Receive timeout masked interrupt status. Returns the masked interrupt state of the UARTRTINTR interrupt.
Sourcepub const fn femis(&self) -> bool
pub const fn femis(&self) -> bool
Framing error masked interrupt status. Returns the masked interrupt state of the UARTFEINTR interrupt.
Sourcepub fn set_femis(&mut self, val: bool)
pub fn set_femis(&mut self, val: bool)
Framing error masked interrupt status. Returns the masked interrupt state of the UARTFEINTR interrupt.
Sourcepub const fn pemis(&self) -> bool
pub const fn pemis(&self) -> bool
Parity error masked interrupt status. Returns the masked interrupt state of the UARTPEINTR interrupt.
Sourcepub fn set_pemis(&mut self, val: bool)
pub fn set_pemis(&mut self, val: bool)
Parity error masked interrupt status. Returns the masked interrupt state of the UARTPEINTR interrupt.
Sourcepub const fn bemis(&self) -> bool
pub const fn bemis(&self) -> bool
Break error masked interrupt status. Returns the masked interrupt state of the UARTBEINTR interrupt.
Sourcepub fn set_bemis(&mut self, val: bool)
pub fn set_bemis(&mut self, val: bool)
Break error masked interrupt status. Returns the masked interrupt state of the UARTBEINTR interrupt.