Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/mqtt/host_test/mocks/include/freertos/
DFreeRTOSConfig.h95 #define configUSE_16_BIT_TICKS 1 macro
Dportmacro.h67 #if (configUSE_16_BIT_TICKS == 1)
/hal_espressif-3.6.0/components/freertos/include/freertos/
Dprojdefs.h66 #if ( configUSE_16_BIT_TICKS == 1 )
DFreeRTOS.h105 #ifndef configUSE_16_BIT_TICKS
106 …#error Missing definition: configUSE_16_BIT_TICKS must be defined in FreeRTOSConfig.h as either 1…
/hal_espressif-3.6.0/components/freertos/include/esp_additions/freertos/
DFreeRTOSConfig.h218 #define configUSE_16_BIT_TICKS 0 macro
/hal_espressif-3.6.0/components/freertos/port/riscv/include/freertos/
Dportmacro.h80 #if (configUSE_16_BIT_TICKS == 1)
/hal_espressif-3.6.0/components/freertos/port/xtensa/include/freertos/
Dportmacro.h87 #if( configUSE_16_BIT_TICKS == 1 )
/hal_espressif-3.6.0/components/freertos/
Devent_groups.c62 #if configUSE_16_BIT_TICKS == 1
Dtasks.c267 #if ( configUSE_16_BIT_TICKS == 1 )
DHistory.txt385 testing purposes - although setting configUSE_16_BIT_TICKS to 1 can also
1658 problems that can arise should configUSE_16_BIT_TICKS be set to 1 on a
1674 + Set configUSE_16_BIT_TICKS to 0 in the PPC405 demo projects.
/hal_espressif-3.6.0/components/esp_event/
Desp_event.c560 #if (configUSE_16_BIT_TICKS == 1) in esp_event_loop_run()