Searched refs:VerboseLevel (Results 1 – 3 of 3) sorted by relevance
/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/System/Config/Log/ |
D | log_module.c | 144 void Log_Module_PrintWithArg(Log_Verbose_Level_t VerboseLevel, Log_Region_t Region, const char * Te… in Log_Module_PrintWithArg() argument 155 if (VerboseLevel > current_verbose_level) in Log_Module_PrintWithArg() 209 void Log_Module_Print(Log_Verbose_Level_t VerboseLevel, Log_Region_t Region, const char * Text, ...) in Log_Module_Print() argument 215 Log_Module_PrintWithArg(VerboseLevel, Region, Text, variadic_args); in Log_Module_Print() 218 UNUSED(VerboseLevel); in Log_Module_Print()
|
D | log_module.h | 198 void Log_Module_Print(Log_Verbose_Level_t VerboseLevel, Log_Region_t Region, const char * Text, ...… 210 void Log_Module_PrintWithArg(Log_Verbose_Level_t VerboseLevel, Log_Region_t Region, const char * Te…
|
/hal_stm32-latest/lib/stm32wba/Utilities/trace/adv_trace/ |
D | stm32_adv_trace.h | 188 UTIL_ADV_TRACE_Status_t UTIL_ADV_TRACE_COND_FSend(uint32_t VerboseLevel, uint32_t Region,uint32_t T… 201 UTIL_ADV_TRACE_Status_t UTIL_ADV_TRACE_COND_ZCSend_Allocation(uint32_t VerboseLevel, uint32_t Regio… 218 UTIL_ADV_TRACE_Status_t UTIL_ADV_TRACE_COND_Send(uint32_t VerboseLevel, uint32_t Region, uint32_t T…
|