Home
last modified time | relevance | path

Searched defs:LOG_INFO_APP (Results 1 – 1 of 1) sorted by relevance

/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/System/Config/Log/
Dlog_module_conf.h221 #define LOG_INFO_APP(...) Log_Module_Print( LOG_VERBOSE_INFO, LOG_REGION_APP, __VA_ARGS__) macro
226 #define LOG_INFO_APP(...) do {} while(0) macro