Searched refs:tick (Results 1 – 19 of 19) sorted by relevance
43 #define pdMS_TO_TICKS(tick) (tick) argument
142 …asks of the same priority (in a round robin fashion). Time slicing is governed by a tick interrupt.187 …d tasks a higher priority on the next scheduling iteration (i.e., the next tick interrupt or yield)207 2. Core 0 has tick interrupt and searches for a task to run.218 3. Core 1 has a tick interrupt and searches for a task to run.230 4. Core 0 has another tick interrupt and searches for a task to run.242 5. Core 1 has another tick and searches for a task to run.263 Vanilla FreeRTOS requires that a periodic tick interrupt occurs. The tick interrupt is responsible …265 - Incrementing the scheduler's tick count268 - Executing the application tick hook270 …endently run the tick interrupt. The tick interrupts on each core are of the same period but can b…[all …]
51 static uint32_t tick = 0; in xTaskGetTickCount() local52 return tick++; in xTaskGetTickCount()
4 # 1ms tick period
13 Consider the following situation. User program have a timer and a task. Upon every tick the timer s…68 …me events will be lost. Possible solution for this is to increase timer's tick period or to use so…
101 - Milliseconds since boot is calulated from the RTOS tick count multiplied102 by the tick period. This time will reset after a software reboot.
22 …ock and yield the CPU if the sleep time is longer than :ref:`one FreeRTOS tick period <CONFIG_FREE…97 …timedwait()`` timeouts is the RTOS tick period (see :ref:`CONFIG_FREERTOS_HZ`). Timeouts may be de…
407 …tick and idle hooks are registered at run time. Each tick hook and idle hook must be registered to…410 …is disabled and hence ``vApplicationTickHook()`` (legacy case) or ESP-IDF tick hooks must be place…
9 - Maximum resolution is equal to RTOS tick period
99 When DFS is enabled, the APB frequency can be changed multiple times within a single RTOS tick. The…
4 + Added xTaskCatchUpTicks() which corrects the tick count value after the145 + Added xTaskCatchUpTicks(), which corrects the tick count value after the324 important if a user defined tick hook function performs an operation that383 + Introduced configINITIAL_TICK_COUNT to allow the tick count to take a386 be used to test frequent tick overflows.514 that will then occur during the next tick interrupt.558 tick interrupt as weak symbols so they can be overridden by the595 + Remove the restriction that prevented tick-less idle implementations612 + General improved tick-less idle behaviour.702 + Introduced a new critical section macro for reading the tick count that[all …]
35 prompt "Xtensa timer to use as the FreeRTOS tick source"40 the main tick source to increase counters, run timers and do92 Select the tick rate at which FreeRTOS does pre-emptive context switching.238 tick happens, the idle thread runs etc. esp-idf replaces these by runtime registerable
65 void (* _task_delay)(uint32_t tick);
76 I (558) example: Install LVGL tick timer
370 …This watchdog timer can detect if the FreeRTOS tick interrupt has not been called for a certain ti…382 … The timeout of the watchdog, in miliseconds. Make this higher than the FreeRTOS tick rate.385 bool "Also watch CPU1 tick interrupt"
132 …The period of a square wave after the clock divider is called a 'tick'. The length of the pulses g…161 …er than this setting will be filtered out. Note, that the range of entered tick values is [0..255].
362 of periodic tick to provide a more acceptable385 XT_TICK_PER_SEC=n Specifies the frequency of the periodic tick.387 XT_TIMER_INDEX=n Specifies which timer to use for periodic tick.604 handler for the system timer tick, which calls _frxt_timer_int then
144 int "CPU release time (tick) for an erase operation"