Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/System/Modules/Flash/
Dflash_manager.c140 LOG_ERROR_SYSTEM("\r\nFM_Write - Destination address not part of the flash"); in FM_Write()
148 LOG_ERROR_SYSTEM("\r\nFM_Write - Source or destination address not properly aligned"); in FM_Write()
190 LOG_ERROR_SYSTEM("\r\nFM_Erase - Inconsistent request"); in FM_Erase()
198 LOG_ERROR_SYSTEM("\r\nFM_Erase - Inconsistent request"); in FM_Erase()
/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/System/Config/Log/
Dlog_module_conf.h196 #define LOG_ERROR_SYSTEM(...) Log_Module_Print( LOG_VERBOSE_ERROR, LOG_REGION_SYSTEM, __VA_ARGS… macro
201 #define LOG_ERROR_SYSTEM(...) do {} while(0) macro