Searched refs:nrf_twi_txd_set (Results 1 – 2 of 2) sorted by relevance
298 NRF_STATIC_INLINE void nrf_twi_txd_set(NRF_TWI_Type * p_reg, uint8_t data);442 NRF_STATIC_INLINE void nrf_twi_txd_set(NRF_TWI_Type * p_reg, uint8_t data) in nrf_twi_txd_set() function
285 nrf_twi_txd_set(p_twi, p_cb->p_curr_buf[p_cb->bytes_transferred]); in twi_send_byte()
Completed in 4 milliseconds