Searched refs:CC_PalLog (Results 1 – 9 of 9) sorted by relevance
/trusted-firmware-m-3.5.0/lib/ext/cryptocell-312-runtime/shared/include/pal/freertos/ |
D | cc_pal_log_plat.h | 17 void CC_PalLog(int level, const char * format, ...); 21 #define CC_PalLog(...) do {} while (0) macro
|
/trusted-firmware-m-3.5.0/lib/ext/cryptocell-312-runtime/shared/include/pal/mbedos/ |
D | cc_pal_log_plat.h | 17 void CC_PalLog(int level, const char * format, ...); 21 #define CC_PalLog(...) do {} while (0) macro
|
/trusted-firmware-m-3.5.0/lib/ext/cryptocell-312-runtime/shared/include/pal/linux/ |
D | cc_pal_log_plat.h | 13 void CC_PalLog(int level, const char * format, ...);
|
/trusted-firmware-m-3.5.0/lib/ext/cryptocell-312-runtime/shared/include/pal/no_os/ |
D | cc_pal_log_plat.h | 15 void CC_PalLog(int level, const char * format, ...);
|
/trusted-firmware-m-3.5.0/platform/ext/accelerator/cc312/ |
D | cc312_log.c | 23 void CC_PalLog(int level, const char* format, ...) in CC_PalLog() function
|
/trusted-firmware-m-3.5.0/lib/ext/cryptocell-312-runtime/host/src/pal/freertos/ |
D | cc_pal_log.c | 31 void CC_PalLog(int level, const char * format, ...) in CC_PalLog() function
|
/trusted-firmware-m-3.5.0/lib/ext/cryptocell-312-runtime/host/src/pal/no_os/ |
D | cc_pal_log.c | 29 void CC_PalLog(int level, const char * format, ...) in CC_PalLog() function
|
/trusted-firmware-m-3.5.0/lib/ext/cryptocell-312-runtime/host/src/pal/linux/ |
D | cc_pal_log.c | 40 void CC_PalLog(int level, const char * format, ...) in CC_PalLog() function
|
/trusted-firmware-m-3.5.0/lib/ext/cryptocell-312-runtime/shared/include/pal/ |
D | cc_pal_log.h | 106 …CC_PalLog(CC_PAL_LOG_LEVEL_ ## level, "%s:%s: " format "\n", CC_PAL_LOG_CUR_COMPONENT_NAME, __func…
|