Home
last modified time | relevance | path

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/
Dcc_pal_log_plat.h17 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/
Dcc_pal_log_plat.h17 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/
Dcc_pal_log_plat.h13 void CC_PalLog(int level, const char * format, ...);
/trusted-firmware-m-3.5.0/lib/ext/cryptocell-312-runtime/shared/include/pal/no_os/
Dcc_pal_log_plat.h15 void CC_PalLog(int level, const char * format, ...);
/trusted-firmware-m-3.5.0/platform/ext/accelerator/cc312/
Dcc312_log.c23 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/
Dcc_pal_log.c31 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/
Dcc_pal_log.c29 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/
Dcc_pal_log.c40 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/
Dcc_pal_log.h106CC_PalLog(CC_PAL_LOG_LEVEL_ ## level, "%s:%s: " format "\n", CC_PAL_LOG_CUR_COMPONENT_NAME, __func…