Struct d1_pac::twi::twi_drv_int_ctrl::W
source · pub struct W(/* private fields */);
Expand description
Register twi_drv_int_ctrl
writer
Implementations§
source§impl W
impl W
sourcepub fn tran_com_pd(&mut self) -> TRAN_COM_PD_W<'_, 0>
pub fn tran_com_pd(&mut self) -> TRAN_COM_PD_W<'_, 0>
Bit 0
sourcepub fn tran_err_pd(&mut self) -> TRAN_ERR_PD_W<'_, 1>
pub fn tran_err_pd(&mut self) -> TRAN_ERR_PD_W<'_, 1>
Bit 1
sourcepub fn tx_req_pd(&mut self) -> TX_REQ_PD_W<'_, 2>
pub fn tx_req_pd(&mut self) -> TX_REQ_PD_W<'_, 2>
Bit 2
sourcepub fn rx_req_pd(&mut self) -> RX_REQ_PD_W<'_, 3>
pub fn rx_req_pd(&mut self) -> RX_REQ_PD_W<'_, 3>
Bit 3
sourcepub fn tran_com_int_en(&mut self) -> TRAN_COM_INT_EN_W<'_, 16>
pub fn tran_com_int_en(&mut self) -> TRAN_COM_INT_EN_W<'_, 16>
Bit 16
sourcepub fn tran_err_int_en(&mut self) -> TRAN_ERR_INT_EN_W<'_, 17>
pub fn tran_err_int_en(&mut self) -> TRAN_ERR_INT_EN_W<'_, 17>
Bit 17
sourcepub fn tx_req_int_en(&mut self) -> TX_REQ_INT_EN_W<'_, 18>
pub fn tx_req_int_en(&mut self) -> TX_REQ_INT_EN_W<'_, 18>
Bit 18
sourcepub fn rx_req_int_en(&mut self) -> RX_REQ_INT_EN_W<'_, 19>
pub fn rx_req_int_en(&mut self) -> RX_REQ_INT_EN_W<'_, 19>
Bit 19
Methods from Deref<Target = W<TWI_DRV_INT_CTRL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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