pub struct W(_);
Expand description
Register CTR
writer
Implementations§
source§impl W
impl W
sourcepub fn sda_force_out(&mut self) -> SDA_FORCE_OUT_W<'_, 0>
pub fn sda_force_out(&mut self) -> SDA_FORCE_OUT_W<'_, 0>
Bit 0 - reg_sda_force_out
sourcepub fn scl_force_out(&mut self) -> SCL_FORCE_OUT_W<'_, 1>
pub fn scl_force_out(&mut self) -> SCL_FORCE_OUT_W<'_, 1>
Bit 1 - reg_scl_force_out
sourcepub fn sample_scl_level(&mut self) -> SAMPLE_SCL_LEVEL_W<'_, 2>
pub fn sample_scl_level(&mut self) -> SAMPLE_SCL_LEVEL_W<'_, 2>
Bit 2 - reg_sample_scl_level
sourcepub fn rx_full_ack_level(&mut self) -> RX_FULL_ACK_LEVEL_W<'_, 3>
pub fn rx_full_ack_level(&mut self) -> RX_FULL_ACK_LEVEL_W<'_, 3>
Bit 3 - reg_rx_full_ack_level
sourcepub fn trans_start(&mut self) -> TRANS_START_W<'_, 5>
pub fn trans_start(&mut self) -> TRANS_START_W<'_, 5>
Bit 5 - reg_trans_start
sourcepub fn tx_lsb_first(&mut self) -> TX_LSB_FIRST_W<'_, 6>
pub fn tx_lsb_first(&mut self) -> TX_LSB_FIRST_W<'_, 6>
Bit 6 - reg_tx_lsb_first
sourcepub fn rx_lsb_first(&mut self) -> RX_LSB_FIRST_W<'_, 7>
pub fn rx_lsb_first(&mut self) -> RX_LSB_FIRST_W<'_, 7>
Bit 7 - reg_rx_lsb_first
sourcepub fn arbitration_en(&mut self) -> ARBITRATION_EN_W<'_, 9>
pub fn arbitration_en(&mut self) -> ARBITRATION_EN_W<'_, 9>
Bit 9 - reg_arbitration_en
sourcepub fn conf_upgate(&mut self) -> CONF_UPGATE_W<'_, 11>
pub fn conf_upgate(&mut self) -> CONF_UPGATE_W<'_, 11>
Bit 11 - reg_conf_upgate
sourcepub fn slv_tx_auto_start_en(&mut self) -> SLV_TX_AUTO_START_EN_W<'_, 12>
pub fn slv_tx_auto_start_en(&mut self) -> SLV_TX_AUTO_START_EN_W<'_, 12>
Bit 12 - reg_slv_tx_auto_start_en
sourcepub fn addr_10bit_rw_check_en(&mut self) -> ADDR_10BIT_RW_CHECK_EN_W<'_, 13>
pub fn addr_10bit_rw_check_en(&mut self) -> ADDR_10BIT_RW_CHECK_EN_W<'_, 13>
Bit 13 - reg_addr_10bit_rw_check_en
sourcepub fn addr_broadcasting_en(&mut self) -> ADDR_BROADCASTING_EN_W<'_, 14>
pub fn addr_broadcasting_en(&mut self) -> ADDR_BROADCASTING_EN_W<'_, 14>
Bit 14 - reg_addr_broadcasting_en
Methods from Deref<Target = W<CTR_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