Searched refs:LOG_ERROR_SYSTEM (Results 1 – 2 of 2) sorted by relevance
140 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()
196 #define LOG_ERROR_SYSTEM(...) Log_Module_Print( LOG_VERBOSE_ERROR, LOG_REGION_SYSTEM, __VA_ARGS… macro201 #define LOG_ERROR_SYSTEM(...) do {} while(0) macro