pub struct R(/* private fields */);
Expand description
Register UART_INT_RAW
reader
Implementations§
Source§impl R
impl R
Sourcepub fn rxfifo_tout_int_raw(&self) -> RXFIFO_TOUT_INT_RAW_R
pub fn rxfifo_tout_int_raw(&self) -> RXFIFO_TOUT_INT_RAW_R
Bit 8 - The interrupt raw bit for Rx time-out interrupt(depands on theUART_RX_TOUT_THRHD)
Sourcepub fn brk_det_int_raw(&self) -> BRK_DET_INT_RAW_R
pub fn brk_det_int_raw(&self) -> BRK_DET_INT_RAW_R
Bit 7 - The interrupt raw bit for Rx byte start error
Sourcepub fn cts_chg_int_raw(&self) -> CTS_CHG_INT_RAW_R
pub fn cts_chg_int_raw(&self) -> CTS_CHG_INT_RAW_R
Bit 6 - The interrupt raw bit for CTS changing level
Sourcepub fn dsr_chg_int_raw(&self) -> DSR_CHG_INT_RAW_R
pub fn dsr_chg_int_raw(&self) -> DSR_CHG_INT_RAW_R
Bit 5 - The interrupt raw bit for DSR changing level
Sourcepub fn rxfifo_ovf_int_raw(&self) -> RXFIFO_OVF_INT_RAW_R
pub fn rxfifo_ovf_int_raw(&self) -> RXFIFO_OVF_INT_RAW_R
Bit 4 - The interrupt raw bit for rx fifo overflow
Sourcepub fn frm_err_int_raw(&self) -> FRM_ERR_INT_RAW_R
pub fn frm_err_int_raw(&self) -> FRM_ERR_INT_RAW_R
Bit 3 - The interrupt raw bit for other rx error
Sourcepub fn parity_err_int_raw(&self) -> PARITY_ERR_INT_RAW_R
pub fn parity_err_int_raw(&self) -> PARITY_ERR_INT_RAW_R
Bit 2 - The interrupt raw bit for parity check error
Sourcepub fn txfifo_empty_int_raw(&self) -> TXFIFO_EMPTY_INT_RAW_R
pub fn txfifo_empty_int_raw(&self) -> TXFIFO_EMPTY_INT_RAW_R
Bit 1 - The interrupt raw bit for tx fifo empty interrupt(depands onUART_TXFIFO_EMPTY_THRHD bits)
Sourcepub fn rxfifo_full_int_raw(&self) -> RXFIFO_FULL_INT_RAW_R
pub fn rxfifo_full_int_raw(&self) -> RXFIFO_FULL_INT_RAW_R
Bit 0 - The interrupt raw bit for rx fifo full interrupt(depands onUART_RXFIFO_FULL_THRHD bits)
Methods from Deref<Target = R<UART_INT_RAW_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