Lines Matching refs:err_code
193 nrfx_err_t err_code; in nrfx_i2s_init() local
197 err_code = NRFX_ERROR_INVALID_STATE; in nrfx_i2s_init()
200 NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_i2s_init()
201 return err_code; in nrfx_i2s_init()
213 err_code = NRFX_ERROR_INVALID_PARAM; in nrfx_i2s_init()
216 NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_i2s_init()
217 return err_code; in nrfx_i2s_init()
281 nrfx_err_t err_code; in nrfx_i2s_start() local
285 err_code = NRFX_ERROR_INVALID_STATE; in nrfx_i2s_start()
288 NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_i2s_start()
289 return err_code; in nrfx_i2s_start()
298 err_code = NRFX_ERROR_INVALID_ADDR; in nrfx_i2s_start()
301 NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_i2s_start()
302 return err_code; in nrfx_i2s_start()
352 nrfx_err_t err_code; in nrfx_i2s_next_buffers_set() local
356 err_code = NRFX_ERROR_INVALID_STATE; in nrfx_i2s_next_buffers_set()
359 NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_i2s_next_buffers_set()
360 return err_code; in nrfx_i2s_next_buffers_set()
369 err_code = NRFX_ERROR_INVALID_ADDR; in nrfx_i2s_next_buffers_set()
372 NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_i2s_next_buffers_set()
373 return err_code; in nrfx_i2s_next_buffers_set()