Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_lwip/
Dlwip_freertos.c33 SemaphoreHandle_t init_sem = xSemaphoreCreateBinary(); in lwip_freertos_init() local
35 tcpip_init(tcpip_init_done, init_sem); in lwip_freertos_init()
36 xSemaphoreTake(init_sem, portMAX_DELAY); in lwip_freertos_init()
37 vSemaphoreDelete(init_sem); in lwip_freertos_init()