Searched refs:eSetValueWithOverwrite (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-3.6.0/components/freertos/test/ |
D | test_freertos_task_notify.c | 50 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/ |
D | sysview_tracing.c | 118 …if (xTaskNotifyFromISR(tim_arg->thnd, tim_arg->count, eSetValueWithOverwrite, &xHigherPriorityTask… in example_timer_isr()
|
/hal_espressif-3.6.0/components/freertos/include/freertos/ |
D | task.h | 113 …eSetValueWithOverwrite, /* Set the task's notification value to a specific value even if the… enumerator
|
/hal_espressif-3.6.0/examples/system/sysview_tracing/ |
D | README.md | 25 …if (xTaskNotifyFromISR(tim_arg->thnd, tim_arg->count, eSetValueWithOverwrite, &xHigherPriorityTask…
|
/hal_espressif-3.6.0/components/freertos/ |
D | tasks.c | 5555 case eSetValueWithOverwrite: in xTaskGenericNotify() 5701 case eSetValueWithOverwrite: in xTaskGenericNotifyFromISR()
|