Home
last modified time | relevance | path

Searched defs:portTASK_FUNCTION_PROTO (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/mqtt/host_test/mocks/include/freertos/
Dportmacro.h168 #define portTASK_FUNCTION_PROTO(vFunction, pvParameters) void vFunction(void* pvParameters) macro
/hal_espressif-3.6.0/components/freertos/port/riscv/include/freertos/
Dportmacro.h89 #define portTASK_FUNCTION_PROTO(vFunction, pvParameters) void vFunction(void *pvParameters) macro
/hal_espressif-3.6.0/components/freertos/port/xtensa/include/freertos/
Dportmacro.h96 #define portTASK_FUNCTION_PROTO( vFunction, pvParameters ) void vFunction( void *pvParameters ) macro