Home
last modified time | relevance | path

Searched defs:CC_PalLogLevelSet (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/pal/freertos/
Dcc_pal_log.c21 void CC_PalLogLevelSet(int setLevel) in CC_PalLogLevelSet() function
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/pal/no_os/
Dcc_pal_log.c19 void CC_PalLogLevelSet(int setLevel) in CC_PalLogLevelSet() function
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/pal/linux/
Dcc_pal_log.c30 void CC_PalLogLevelSet(int setLevel) in CC_PalLogLevelSet() function
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/shared/include/pal/
Dcc_pal_log.h77 #define CC_PalLogLevelSet(setLevel) do {} while (0) macro
96 static inline void CC_PalLogLevelSet(int setLevel) {CC_UNUSED_PARAM(setLevel);} in CC_PalLogLevelSet() function