Home
last modified time | relevance | path

Searched refs:nrfx_twis_rx_prepare (Results 1 – 6 of 6) sorted by relevance

/hal_nordic-3.6.0/nrfx/samples/src/nrfx_twim_twis/txtx/
Dmain.c231 nrfx_err_t status = nrfx_twis_rx_prepare(&m_twis_inst, &reg_buff, sizeof(reg_buff)); in twis_handler()
237 nrfx_err_t status = nrfx_twis_rx_prepare(&m_twis_inst, in twis_handler()
/hal_nordic-3.6.0/nrfx/samples/src/nrfx_twim_twis/tx_rx_blocking/
Dmain.c134 status = nrfx_twis_rx_prepare(&twis_inst, m_rx_buffer_slave, sizeof(m_rx_buffer_slave)); in main()
/hal_nordic-3.6.0/nrfx/drivers/include/
Dnrfx_twis.h331 nrfx_err_t nrfx_twis_rx_prepare(nrfx_twis_t const * p_instance,
/hal_nordic-3.6.0/nrfx/samples/src/nrfx_twim_twis/tx_rx_non_blocking/
Dmain.c164 status = nrfx_twis_rx_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.c261 status = nrfx_twis_rx_prepare(&m_twis_inst, &reg_buff, sizeof(reg_buff)); in twis_handler()
/hal_nordic-3.6.0/nrfx/drivers/src/
Dnrfx_twis.c785 nrfx_err_t nrfx_twis_rx_prepare(nrfx_twis_t const * p_instance, in nrfx_twis_rx_prepare() function