Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/log/
Dfsl_component_log.h173 } log_module_t; typedef
273 #define LOG_MODULE_DEFINE(name, level) static const log_module_t s_LogModuleLogger = {#name, level};
464 void LOG_Printf(log_module_t const *module, log_level_t level, unsigned int timeStamp, char const *…
481 void LOG_AsyncPrintf(log_module_t const *module,
Dfsl_component_log.c440 void LOG_AsyncPrintf(log_module_t const *module, in LOG_AsyncPrintf()
523 void LOG_Printf(log_module_t const *module, log_level_t level, unsigned int timeStamp, char const *… in LOG_Printf()