Home
last modified time | relevance | path

Searched refs:xPortCheckValidTCBMem (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/freertos/port/riscv/include/freertos/
Dportmacro.h467 bool xPortCheckValidTCBMem(const void *ptr);
480 #define portVALID_TCB_MEM(ptr) xPortCheckValidTCBMem(ptr)
/hal_espressif-3.6.0/components/freertos/port/xtensa/include/freertos/
Dportmacro.h731 bool xPortCheckValidTCBMem(const void *ptr);
744 #define portVALID_TCB_MEM(ptr) xPortCheckValidTCBMem(ptr)
/hal_espressif-3.6.0/components/freertos/port/
Dport_common.c135 bool xPortCheckValidTCBMem(const void *ptr) in xPortCheckValidTCBMem() function