Home
last modified time | relevance | path

Searched refs:tmrTimerControl (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/freertos/include/freertos/
Dtimers.h77 struct tmrTimerControl; /* The old naming convention is used to prevent breaking kernel aware debug…
81 typedef struct tmrTimerControl * TimerHandle_t;
/hal_espressif-3.6.0/components/freertos/
Dtimers.c84 …typedef struct tmrTimerControl /* The old naming convention is used to prevent br… struct