Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/mdns/host_test/components/freertos_linux/include/freertos/
DFreeRTOS.h43 #define pdMS_TO_TICKS(tick) (tick) argument
/hal_espressif-3.6.0/docs/en/api-guides/
Dfreertos-smp.rst142 …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 count
268 - Executing the application tick hook
270 …endently run the tick interrupt. The tick interrupts on each core are of the same period but can b…
[all …]
/hal_espressif-3.6.0/components/mdns/test_afl_fuzz_host/
Desp32_mock.c51 static uint32_t tick = 0; in xTaskGetTickCount() local
52 return tick++; in xTaskGetTickCount()
/hal_espressif-3.6.0/examples/system/sysview_tracing/
Dsdkconfig.defaults4 # 1ms tick period
DREADME.md13 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…
/hal_espressif-3.6.0/examples/system/sysview_tracing_heap_log/
Dsdkconfig.defaults4 # 1ms tick period
/hal_espressif-3.6.0/components/log/
DKconfig101 - Milliseconds since boot is calulated from the RTOS tick count multiplied
102 by the tick period. This time will reset after a software reboot.
/hal_espressif-3.6.0/docs/en/api-reference/system/
Dpthread.rst22 …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…
Dfreertos_additions.rst407tick 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…
Desp_timer.rst9 - Maximum resolution is equal to RTOS tick period
Dpower_management.rst99 When DFS is enabled, the APB frequency can be changed multiple times within a single RTOS tick. The…
/hal_espressif-3.6.0/components/freertos/
DHistory.txt4 + Added xTaskCatchUpTicks() which corrects the tick count value after the
145 + Added xTaskCatchUpTicks(), which corrects the tick count value after the
324 important if a user defined tick hook function performs an operation that
383 + Introduced configINITIAL_TICK_COUNT to allow the tick count to take a
386 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 the
595 + Remove the restriction that prevented tick-less idle implementations
612 + General improved tick-less idle behaviour.
702 + Introduced a new critical section macro for reading the tick count that
[all …]
DKconfig35 prompt "Xtensa timer to use as the FreeRTOS tick source"
40 the main tick source to increase counters, run timers and do
92 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
/hal_espressif-3.6.0/components/esp_wifi/include/esp_private/
Dwifi_os_adapter.h65 void (* _task_delay)(uint32_t tick);
/hal_espressif-3.6.0/examples/peripherals/lcd/lvgl/
DREADME.md76 I (558) example: Install LVGL tick timer
/hal_espressif-3.6.0/components/esp_system/
DKconfig370 …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"
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Drmt.rst132 …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].
/hal_espressif-3.6.0/components/freertos/port/xtensa/
Dreadme_xtensa.txt362 of periodic tick to provide a more acceptable
385 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
/hal_espressif-3.6.0/components/spi_flash/
DKconfig144 int "CPU release time (tick) for an erase operation"