Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_system/task_wdt/
Dtask_wdt.c85 #define CORE_USER_NAME_LEN 8 // Long enough for "CPU XXX" macro
87 static char core_user_names[portNUM_PROCESSORS][CORE_USER_NAME_LEN];
300 snprintf(core_user_names[core_num], CORE_USER_NAME_LEN, "CPU %d", (uint8_t)core_num); in subscribe_idle()