Home
last modified time | relevance | path

Searched refs:nrfx_twis_tx_prepare (Results 1 – 5 of 5) sorted by relevance

/hal_nordic-3.6.0/nrfx/samples/src/nrfx_twim_twis/tx_rx_blocking/
Dmain.c144 status = nrfx_twis_tx_prepare(&twis_inst, m_rx_buffer_slave, sizeof(m_rx_buffer_slave)); in main()
/hal_nordic-3.6.0/nrfx/drivers/include/
Dnrfx_twis.h297 nrfx_err_t nrfx_twis_tx_prepare(nrfx_twis_t const * p_instance,
/hal_nordic-3.6.0/nrfx/samples/src/nrfx_twim_twis/tx_rx_non_blocking/
Dmain.c170 status = nrfx_twis_tx_prepare(&twis_inst, m_rx_buffer_slave, sizeof(m_rx_buffer_slave)); in twis_handler()
/hal_nordic-3.6.0/nrfx/samples/src/nrfx_twim_twis/txrx/
Dmain.c266 status = nrfx_twis_tx_prepare(&m_twis_inst, in twis_handler()
/hal_nordic-3.6.0/nrfx/drivers/src/
Dnrfx_twis.c740 nrfx_err_t nrfx_twis_tx_prepare(nrfx_twis_t const * p_instance, in nrfx_twis_tx_prepare() function