pub struct R(_);
Expand description
Register SR
reader
Implementations§
source§impl R
impl R
sourcepub fn resp_rec(&self) -> RESP_REC_R
pub fn resp_rec(&self) -> RESP_REC_R
Bit 0 - reg_resp_rec
sourcepub fn slave_rw(&self) -> SLAVE_RW_R
pub fn slave_rw(&self) -> SLAVE_RW_R
Bit 1 - reg_slave_rw
sourcepub fn arb_lost(&self) -> ARB_LOST_R
pub fn arb_lost(&self) -> ARB_LOST_R
Bit 3 - reg_arb_lost
sourcepub fn bus_busy(&self) -> BUS_BUSY_R
pub fn bus_busy(&self) -> BUS_BUSY_R
Bit 4 - reg_bus_busy
sourcepub fn slave_addressed(&self) -> SLAVE_ADDRESSED_R
pub fn slave_addressed(&self) -> SLAVE_ADDRESSED_R
Bit 5 - reg_slave_addressed
sourcepub fn rxfifo_cnt(&self) -> RXFIFO_CNT_R
pub fn rxfifo_cnt(&self) -> RXFIFO_CNT_R
Bits 8:13 - reg_rxfifo_cnt
sourcepub fn stretch_cause(&self) -> STRETCH_CAUSE_R
pub fn stretch_cause(&self) -> STRETCH_CAUSE_R
Bits 14:15 - reg_stretch_cause
sourcepub fn txfifo_cnt(&self) -> TXFIFO_CNT_R
pub fn txfifo_cnt(&self) -> TXFIFO_CNT_R
Bits 18:23 - reg_txfifo_cnt
sourcepub fn scl_main_state_last(&self) -> SCL_MAIN_STATE_LAST_R
pub fn scl_main_state_last(&self) -> SCL_MAIN_STATE_LAST_R
Bits 24:26 - reg_scl_main_state_last
sourcepub fn scl_state_last(&self) -> SCL_STATE_LAST_R
pub fn scl_state_last(&self) -> SCL_STATE_LAST_R
Bits 28:30 - reg_scl_state_last
Methods from Deref<Target = R<SR_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