pub struct R(_);
Expand description
Register INT_RAW
reader
Implementations§
source§impl R
impl R
sourcepub fn rx_start_int_raw(&self) -> RX_START_INT_RAW_R
pub fn rx_start_int_raw(&self) -> RX_START_INT_RAW_R
Bit 0 - a
sourcepub fn tx_start_int_raw(&self) -> TX_START_INT_RAW_R
pub fn tx_start_int_raw(&self) -> TX_START_INT_RAW_R
Bit 1 - a
sourcepub fn rx_hung_int_raw(&self) -> RX_HUNG_INT_RAW_R
pub fn rx_hung_int_raw(&self) -> RX_HUNG_INT_RAW_R
Bit 2 - a
sourcepub fn tx_hung_int_raw(&self) -> TX_HUNG_INT_RAW_R
pub fn tx_hung_int_raw(&self) -> TX_HUNG_INT_RAW_R
Bit 3 - a
sourcepub fn send_s_reg_q_int_raw(&self) -> SEND_S_REG_Q_INT_RAW_R
pub fn send_s_reg_q_int_raw(&self) -> SEND_S_REG_Q_INT_RAW_R
Bit 4 - a
sourcepub fn send_a_reg_q_int_raw(&self) -> SEND_A_REG_Q_INT_RAW_R
pub fn send_a_reg_q_int_raw(&self) -> SEND_A_REG_Q_INT_RAW_R
Bit 5 - a
sourcepub fn out_eof_int_raw(&self) -> OUT_EOF_INT_RAW_R
pub fn out_eof_int_raw(&self) -> OUT_EOF_INT_RAW_R
Bit 6 - This is the interrupt raw bit. Triggered when there are some errors in EOF in the
sourcepub fn app_ctrl0_int_raw(&self) -> APP_CTRL0_INT_RAW_R
pub fn app_ctrl0_int_raw(&self) -> APP_CTRL0_INT_RAW_R
Bit 7 - Soft control int raw bit.
sourcepub fn app_ctrl1_int_raw(&self) -> APP_CTRL1_INT_RAW_R
pub fn app_ctrl1_int_raw(&self) -> APP_CTRL1_INT_RAW_R
Bit 8 - Soft control int raw bit.
Methods from Deref<Target = R<INT_RAW_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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