Searched refs:configUSE_16_BIT_TICKS (Results 1 – 11 of 11) sorted by relevance
95 #define configUSE_16_BIT_TICKS 1 macro
67 #if (configUSE_16_BIT_TICKS == 1)
66 #if ( configUSE_16_BIT_TICKS == 1 )
105 #ifndef configUSE_16_BIT_TICKS106 …#error Missing definition: configUSE_16_BIT_TICKS must be defined in FreeRTOSConfig.h as either 1…
218 #define configUSE_16_BIT_TICKS 0 macro
80 #if (configUSE_16_BIT_TICKS == 1)
87 #if( configUSE_16_BIT_TICKS == 1 )
62 #if configUSE_16_BIT_TICKS == 1
267 #if ( configUSE_16_BIT_TICKS == 1 )
385 testing purposes - although setting configUSE_16_BIT_TICKS to 1 can also1658 problems that can arise should configUSE_16_BIT_TICKS be set to 1 on a1674 + Set configUSE_16_BIT_TICKS to 0 in the PPC405 demo projects.
560 #if (configUSE_16_BIT_TICKS == 1) in esp_event_loop_run()