Home
last modified time | relevance | path

Searched refs:NRFX_ERROR_INVALID_PARAM (Results 1 – 11 of 11) sorted by relevance

/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_dppi.c135 err_code = NRFX_ERROR_INVALID_PARAM; in nrfx_dppi_channel_free()
154 err_code = NRFX_ERROR_INVALID_PARAM; in nrfx_dppi_channel_enable()
170 err_code = NRFX_ERROR_INVALID_PARAM; in nrfx_dppi_channel_disable()
216 err_code = NRFX_ERROR_INVALID_PARAM; in nrfx_dppi_group_free()
235 err_code = NRFX_ERROR_INVALID_PARAM; in nrfx_dppi_channel_include_in_group()
252 err_code = NRFX_ERROR_INVALID_PARAM; in nrfx_dppi_channel_remove_from_group()
268 err_code = NRFX_ERROR_INVALID_PARAM; in nrfx_dppi_group_clear()
284 err_code = NRFX_ERROR_INVALID_PARAM; in nrfx_dppi_group_enable()
300 err_code = NRFX_ERROR_INVALID_PARAM; in nrfx_dppi_group_disable()
A Dnrfx_ppi.c265 err_code = NRFX_ERROR_INVALID_PARAM; in nrfx_ppi_channel_free()
291 err_code = NRFX_ERROR_INVALID_PARAM; in nrfx_ppi_channel_assign()
339 err_code = NRFX_ERROR_INVALID_PARAM; in nrfx_ppi_channel_enable()
360 err_code = NRFX_ERROR_INVALID_PARAM; in nrfx_ppi_channel_disable()
413 err_code = NRFX_ERROR_INVALID_PARAM; in nrfx_ppi_group_free()
437 err_code = NRFX_ERROR_INVALID_PARAM; in nrfx_ppi_group_enable()
458 err_code = NRFX_ERROR_INVALID_PARAM; in nrfx_ppi_group_disable()
475 err_code = NRFX_ERROR_INVALID_PARAM; in nrfx_ppi_channels_remove_from_group()
483 err_code = NRFX_ERROR_INVALID_PARAM; in nrfx_ppi_channels_remove_from_group()
502 err_code = NRFX_ERROR_INVALID_PARAM; in nrfx_ppi_channels_include_in_group()
[all …]
A Dnrfx_pdm.c189 err_code = NRFX_ERROR_INVALID_PARAM; in nrfx_pdm_init()
303 return NRFX_ERROR_INVALID_PARAM; in nrfx_pdm_buffer_set()
A Dnrfx_clock.c488 return NRFX_ERROR_INVALID_PARAM; in nrfx_clock_divider_set()
497 return NRFX_ERROR_INVALID_PARAM; in nrfx_clock_divider_set()
A Dnrfx_saadc.c137 return NRFX_ERROR_INVALID_PARAM; in saadc_channel_count_get()
283 return NRFX_ERROR_INVALID_PARAM; in nrfx_saadc_channels_config()
613 return NRFX_ERROR_INVALID_PARAM; in nrfx_saadc_limits_set()
A Dnrfx_qspi.c130 return NRFX_ERROR_INVALID_PARAM; in nrfx_qspi_init()
A Dnrfx_i2s.c213 err_code = NRFX_ERROR_INVALID_PARAM; in nrfx_i2s_init()
A Dnrfx_spis.c149 err_code = NRFX_ERROR_INVALID_PARAM; in nrfx_spis_init()
A Dnrfx_nfct.c593 return NRFX_ERROR_INVALID_PARAM; in nrfx_nfct_parameter_set()
A Dnrfx_twim.c486 err_code = NRFX_ERROR_INVALID_PARAM; in twim_xfer()
/lk-master/external/platform/nrfx/drivers/
A Dnrfx_errors.h57 NRFX_ERROR_INVALID_PARAM = (NRFX_ERROR_BASE_NUM + 4), ///< Invalid parameter. enumerator

Completed in 14 milliseconds