Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_lwip/
Dlwip_freertos.c21 static SemaphoreHandle_t tcpip_task_blocker; variable
34 tcpip_task_blocker = xSemaphoreCreateBinary(); in lwip_freertos_init()
39 xSemaphoreGive(tcpip_task_blocker); in lwip_freertos_init()
56 xSemaphoreTake(tcpip_task_blocker, portMAX_DELAY); in pico_lwip_custom_lock_tcpip_core()