Lines Matching +full:code +full:- +full:format
2 * Copyright (c) 2017 - 2020, Nordic Semiconductor ASA
4 * SPDX-License-Identifier: Apache-2.0
20 * - NRFX_<module>_CONFIG_LOG_ENABLED enables the messages (when set to 1)
21 * - NRFX_<module>_CONFIG_LOG_LEVEL specifies the severity level of the messages
56 * @param ... printf-style format string, optionally followed by arguments
64 * @param ... printf-style format string, optionally followed by arguments
72 * @param ... printf-style format string, optionally followed by arguments
80 * @param ... printf-style format string, optionally followed by arguments
122 * @brief Macro for getting the textual representation of a given error code.
124 * @param[in] error_code Error code.
126 * @return String containing the textual representation of the error code.
129 extern char const *nrfx_error_string_get(nrfx_err_t code);