Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/Core/Inc/
Dapp_conf.h232 #define APP_DBG LOG_INFO_APP
233 #define APP_DBG_MSG LOG_INFO_APP
/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