Home
last modified time | relevance | path

Searched refs:woken (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-3.4.0/components/lwip/port/esp32/
Dvfs_lwip.c40 static void lwip_stop_socket_select_isr(void *sem, BaseType_t *woken) in lwip_stop_socket_select_isr() argument
42 if (sys_sem_signal_isr(sem) && woken) { in lwip_stop_socket_select_isr()
43 *woken = pdTRUE; in lwip_stop_socket_select_isr()
/hal_espressif-3.4.0/components/lwip/port/esp32/freertos/
Dsys_arch.c165 BaseType_t woken = pdFALSE; in sys_sem_signal_isr() local
166 xSemaphoreGiveFromISR(*sem, &woken); in sys_sem_signal_isr()
167 return woken == pdTRUE; in sys_sem_signal_isr()
/hal_espressif-3.4.0/components/vfs/include/
Desp_vfs.h241 void (*stop_socket_select_isr)(void *sem, BaseType_t *woken);
432 void esp_vfs_select_triggered_isr(esp_vfs_select_sem_t sem, BaseType_t *woken);
/hal_espressif-3.4.0/examples/system/ulp_fsm/ulp/
DREADME.md12 …e that the ULP program keeps running and monitoring the input signal even when the SoC is woken up.
/hal_espressif-3.4.0/components/vfs/
Dvfs.c1083 void esp_vfs_select_triggered_isr(esp_vfs_select_sem_t sem, BaseType_t *woken) in esp_vfs_select_triggered_isr() argument
1086 xSemaphoreGiveFromISR(sem.sem, woken); in esp_vfs_select_triggered_isr()
1096 vfs->vfs.stop_socket_select_isr(sem.sem, woken); in esp_vfs_select_triggered_isr()
/hal_espressif-3.4.0/docs/en/api-reference/peripherals/
Ddedic_gpio.rst85 …back_t`. Keep in mind, the callback should return true if there's some high priority task woken up.
/hal_espressif-3.4.0/docs/en/api-guides/
Ddeep-sleep-stub.rst13 * As the SoC has freshly woken from sleep, most of the peripherals are in reset states. The SPI fla…
/hal_espressif-3.4.0/components/freertos/
DHistory.txt2141 + A task being woken by an event will now preempt the currently running task