Searched refs:nrfx_twis_tx_prepare (Results 1 – 5 of 5) sorted by relevance
144 status = nrfx_twis_tx_prepare(&twis_inst, m_rx_buffer_slave, sizeof(m_rx_buffer_slave)); in main()
297 nrfx_err_t nrfx_twis_tx_prepare(nrfx_twis_t const * p_instance,
170 status = nrfx_twis_tx_prepare(&twis_inst, m_rx_buffer_slave, sizeof(m_rx_buffer_slave)); in twis_handler()
266 status = nrfx_twis_tx_prepare(&m_twis_inst, in twis_handler()
740 nrfx_err_t nrfx_twis_tx_prepare(nrfx_twis_t const * p_instance, in nrfx_twis_tx_prepare() function