Home
last modified time | relevance | path

Searched refs:nrfx_spim_init (Results 1 – 7 of 7) sorted by relevance

/hal_nordic-latest/nrfx/samples/src/nrfx_spim/blocking/
Dmain.c97 status = nrfx_spim_init(&spim_inst, &spim_config, NULL, NULL); in main()
/hal_nordic-latest/nrfx/samples/src/nrfx_spim/non_blocking/
Dmain.c119 status = nrfx_spim_init(&spim_inst, &spim_config, spim_handler, p_context); in main()
/hal_nordic-latest/nrfx/samples/src/nrfx_spim_spis/non_blocking/
Dmain.c167 status = nrfx_spim_init(&spim_inst, &spim_config, spim_handler, p_context); in main()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_spim.h280 nrfx_err_t nrfx_spim_init(nrfx_spim_t const * p_instance,
/hal_nordic-latest/nrfx/samples/src/nrfx_spim_spis/advanced_non_blocking/
Dmain.c268 status = nrfx_spim_init(&spim_inst, &spim_config, spim_handler, p_context); in main()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_spim.c582 nrfx_err_t nrfx_spim_init(nrfx_spim_t const * p_instance, in nrfx_spim_init() function
/hal_nordic-latest/nrfx/
DCHANGELOG.md212 - Added the NRFX_ERROR_FORBIDDEN error being returned from the nrfx_spim_init() function when a use…