pub struct R(_);
Expand description
Register INT_ST
reader
Implementations
sourceimpl R
impl R
sourcepub fn rx_start_int_st(&self) -> RX_START_INT_ST_R
pub fn rx_start_int_st(&self) -> RX_START_INT_ST_R
Bit 0 - a
sourcepub fn tx_start_int_st(&self) -> TX_START_INT_ST_R
pub fn tx_start_int_st(&self) -> TX_START_INT_ST_R
Bit 1 - a
sourcepub fn rx_hung_int_st(&self) -> RX_HUNG_INT_ST_R
pub fn rx_hung_int_st(&self) -> RX_HUNG_INT_ST_R
Bit 2 - a
sourcepub fn tx_hung_int_st(&self) -> TX_HUNG_INT_ST_R
pub fn tx_hung_int_st(&self) -> TX_HUNG_INT_ST_R
Bit 3 - a
sourcepub fn send_s_reg_q_int_st(&self) -> SEND_S_REG_Q_INT_ST_R
pub fn send_s_reg_q_int_st(&self) -> SEND_S_REG_Q_INT_ST_R
Bit 4 - a
sourcepub fn send_a_reg_q_int_st(&self) -> SEND_A_REG_Q_INT_ST_R
pub fn send_a_reg_q_int_st(&self) -> SEND_A_REG_Q_INT_ST_R
Bit 5 - a
sourcepub fn outlink_eof_err_int_st(&self) -> OUTLINK_EOF_ERR_INT_ST_R
pub fn outlink_eof_err_int_st(&self) -> OUTLINK_EOF_ERR_INT_ST_R
Bit 6 - a
sourcepub fn app_ctrl0_int_st(&self) -> APP_CTRL0_INT_ST_R
pub fn app_ctrl0_int_st(&self) -> APP_CTRL0_INT_ST_R
Bit 7 - a
sourcepub fn app_ctrl1_int_st(&self) -> APP_CTRL1_INT_ST_R
pub fn app_ctrl1_int_st(&self) -> APP_CTRL1_INT_ST_R
Bit 8 - a
Methods from Deref<Target = R<INT_ST_SPEC>>
Trait Implementations
sourceimpl From<R<INT_ST_SPEC>> for R
impl From<R<INT_ST_SPEC>> for R
sourcefn from(reader: R<INT_ST_SPEC>) -> Self
fn from(reader: R<INT_ST_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more