Home
last modified time | relevance | path

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

/Zephyr-latest/modules/hal_nordic/nrfx/
Dnrfx_log.h128 #define NRFX_LOG_ERROR_STRING_GET(error_code) nrfx_error_string_get(error_code)
129 extern char const *nrfx_error_string_get(nrfx_err_t code);
Dnrfx_glue.c25 char const *nrfx_error_string_get(nrfx_err_t code) in nrfx_error_string_get() function