Searched refs:nrfx_error_string_get (Results 1 – 2 of 2) sorted by relevance
128 #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);
25 char const *nrfx_error_string_get(nrfx_err_t code) in nrfx_error_string_get() function