Home
last modified time | relevance | path

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

/Zephyr-latest/modules/hal_nordic/nrfx/
Dnrfx_glue.c27 #define NRFX_ERROR_STRING_CASE(code) case code: return #code in nrfx_error_string_get() macro
29 NRFX_ERROR_STRING_CASE(NRFX_SUCCESS); in nrfx_error_string_get()
30 NRFX_ERROR_STRING_CASE(NRFX_ERROR_INTERNAL); in nrfx_error_string_get()
31 NRFX_ERROR_STRING_CASE(NRFX_ERROR_NO_MEM); in nrfx_error_string_get()
32 NRFX_ERROR_STRING_CASE(NRFX_ERROR_NOT_SUPPORTED); in nrfx_error_string_get()
33 NRFX_ERROR_STRING_CASE(NRFX_ERROR_INVALID_PARAM); in nrfx_error_string_get()
34 NRFX_ERROR_STRING_CASE(NRFX_ERROR_INVALID_STATE); in nrfx_error_string_get()
35 NRFX_ERROR_STRING_CASE(NRFX_ERROR_INVALID_LENGTH); in nrfx_error_string_get()
36 NRFX_ERROR_STRING_CASE(NRFX_ERROR_TIMEOUT); in nrfx_error_string_get()
37 NRFX_ERROR_STRING_CASE(NRFX_ERROR_FORBIDDEN); in nrfx_error_string_get()
[all …]