pub struct R(/* private fields */);Expand description
Register UART_INT_ST reader
Implementations§
Source§impl R
impl R
Sourcepub fn rxfifo_tout_int_st(&self) -> RXFIFO_TOUT_INT_ST_R
pub fn rxfifo_tout_int_st(&self) -> RXFIFO_TOUT_INT_ST_R
Bit 8 - The interrupt state bit for Rx time-out event
Sourcepub fn brk_det_int_st(&self) -> BRK_DET_INT_ST_R
pub fn brk_det_int_st(&self) -> BRK_DET_INT_ST_R
Bit 7 - The interrupt state bit for rx byte start error
Sourcepub fn cts_chg_int_st(&self) -> CTS_CHG_INT_ST_R
pub fn cts_chg_int_st(&self) -> CTS_CHG_INT_ST_R
Bit 6 - The interrupt state bit for CTS changing level
Sourcepub fn dsr_chg_int_st(&self) -> DSR_CHG_INT_ST_R
pub fn dsr_chg_int_st(&self) -> DSR_CHG_INT_ST_R
Bit 5 - The interrupt state bit for DSR changing level
Sourcepub fn rxfifo_ovf_int_st(&self) -> RXFIFO_OVF_INT_ST_R
pub fn rxfifo_ovf_int_st(&self) -> RXFIFO_OVF_INT_ST_R
Bit 4 - The interrupt state bit for RX fifo overflow
Sourcepub fn frm_err_int_st(&self) -> FRM_ERR_INT_ST_R
pub fn frm_err_int_st(&self) -> FRM_ERR_INT_ST_R
Bit 3 - The interrupt state for other rx error
Sourcepub fn parity_err_int_st(&self) -> PARITY_ERR_INT_ST_R
pub fn parity_err_int_st(&self) -> PARITY_ERR_INT_ST_R
Bit 2 - The interrupt state bit for rx parity error
Sourcepub fn txfifo_empty_int_st(&self) -> TXFIFO_EMPTY_INT_ST_R
pub fn txfifo_empty_int_st(&self) -> TXFIFO_EMPTY_INT_ST_R
Bit 1 - The interrupt state bit for TX fifo empty
Sourcepub fn rxfifo_full_int_st(&self) -> RXFIFO_FULL_INT_ST_R
pub fn rxfifo_full_int_st(&self) -> RXFIFO_FULL_INT_ST_R
Bit 0 - The interrupt state bit for RX fifo full event
Methods from Deref<Target = R<UART_INT_ST_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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