Searched refs:NRFX_ERROR_NO_MEM (Results 1 – 6 of 6) sorted by relevance
55 NRFX_ERROR_NO_MEM = (NRFX_ERROR_BASE_NUM + 2), ///< No memory for operation. enumerator
110 err_code = NRFX_ERROR_NO_MEM; in nrfx_dppi_channel_alloc()191 err_code = NRFX_ERROR_NO_MEM; in nrfx_dppi_group_alloc()
232 err_code = NRFX_ERROR_NO_MEM; in nrfx_ppi_channel_alloc()382 err_code = NRFX_ERROR_NO_MEM; in nrfx_ppi_group_alloc()
146 result = NRFX_ERROR_NO_MEM; in nrfx_wdt_channel_alloc()
307 err_code = NRFX_ERROR_NO_MEM; in nrfx_gpiote_out_init()554 err_code = NRFX_ERROR_NO_MEM; in nrfx_gpiote_in_init()
470 return NRFX_ERROR_NO_MEM; in nrfx_saadc_mode_trigger()
Completed in 11 milliseconds