Searched refs:nrfx_spim_init (Results 1 – 7 of 7) sorted by relevance
| /hal_nordic-latest/nrfx/samples/src/nrfx_spim/blocking/ |
| D | main.c | 97 status = nrfx_spim_init(&spim_inst, &spim_config, NULL, NULL); in main()
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_spim/non_blocking/ |
| D | main.c | 119 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/ |
| D | main.c | 167 status = nrfx_spim_init(&spim_inst, &spim_config, spim_handler, p_context); in main()
|
| /hal_nordic-latest/nrfx/drivers/include/ |
| D | nrfx_spim.h | 280 nrfx_err_t nrfx_spim_init(nrfx_spim_t const * p_instance,
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_spim_spis/advanced_non_blocking/ |
| D | main.c | 268 status = nrfx_spim_init(&spim_inst, &spim_config, spim_handler, p_context); in main()
|
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_spim.c | 582 nrfx_err_t nrfx_spim_init(nrfx_spim_t const * p_instance, in nrfx_spim_init() function
|
| /hal_nordic-latest/nrfx/ |
| D | CHANGELOG.md | 212 - Added the NRFX_ERROR_FORBIDDEN error being returned from the nrfx_spim_init() function when a use…
|