Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freertos/test/
Dtest_freertos_task_notify.c50 xTaskNotify(rec_task_handle, (MESSAGE << curcore), eSetValueWithOverwrite); in sender_task()
119 xTaskNotifyFromISR(rec_task_handle, (MESSAGE << curcore), eSetValueWithOverwrite, NULL); in sender_ISR()
/hal_espressif-3.6.0/examples/system/sysview_tracing/main/
Dsysview_tracing.c118 …if (xTaskNotifyFromISR(tim_arg->thnd, tim_arg->count, eSetValueWithOverwrite, &xHigherPriorityTask… in example_timer_isr()
/hal_espressif-3.6.0/components/freertos/include/freertos/
Dtask.h113eSetValueWithOverwrite, /* Set the task's notification value to a specific value even if the… enumerator
/hal_espressif-3.6.0/examples/system/sysview_tracing/
DREADME.md25 …if (xTaskNotifyFromISR(tim_arg->thnd, tim_arg->count, eSetValueWithOverwrite, &xHigherPriorityTask…
/hal_espressif-3.6.0/components/freertos/
Dtasks.c5555 case eSetValueWithOverwrite: in xTaskGenericNotify()
5701 case eSetValueWithOverwrite: in xTaskGenericNotifyFromISR()