Searched refs:nrfx_spis_init (Results 1 – 4 of 4) sorted by relevance
199 nrfx_err_t nrfx_spis_init(nrfx_spis_t const * p_instance,
176 status = nrfx_spis_init(&spis_inst, &spis_config, spis_handler, p_context); in main()
277 status = nrfx_spis_init(&spis_inst, &spis_config, spis_handler, &spis_inst); in main()
253 nrfx_err_t nrfx_spis_init(nrfx_spis_t const * p_instance, in nrfx_spis_init() function