Struct d1_pac::twi::twi_drv_int_ctrl::R
source · pub struct R(/* private fields */);
Expand description
Register twi_drv_int_ctrl
reader
Implementations§
source§impl R
impl R
sourcepub fn tran_com_pd(&self) -> TRAN_COM_PD_R
pub fn tran_com_pd(&self) -> TRAN_COM_PD_R
Bit 0
sourcepub fn tran_err_pd(&self) -> TRAN_ERR_PD_R
pub fn tran_err_pd(&self) -> TRAN_ERR_PD_R
Bit 1
sourcepub fn tx_req_pd(&self) -> TX_REQ_PD_R
pub fn tx_req_pd(&self) -> TX_REQ_PD_R
Bit 2
sourcepub fn rx_req_pd(&self) -> RX_REQ_PD_R
pub fn rx_req_pd(&self) -> RX_REQ_PD_R
Bit 3
sourcepub fn tran_com_int_en(&self) -> TRAN_COM_INT_EN_R
pub fn tran_com_int_en(&self) -> TRAN_COM_INT_EN_R
Bit 16
sourcepub fn tran_err_int_en(&self) -> TRAN_ERR_INT_EN_R
pub fn tran_err_int_en(&self) -> TRAN_ERR_INT_EN_R
Bit 17
sourcepub fn tx_req_int_en(&self) -> TX_REQ_INT_EN_R
pub fn tx_req_int_en(&self) -> TX_REQ_INT_EN_R
Bit 18
sourcepub fn rx_req_int_en(&self) -> RX_REQ_INT_EN_R
pub fn rx_req_int_en(&self) -> RX_REQ_INT_EN_R
Bit 19
Methods from Deref<Target = R<TWI_DRV_INT_CTRL_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