Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/drivers/spi/
H A Dspi_wifi_rw009.c85 static struct rt_event spi_wifi_data_event; variable
293 rt_event_send(&spi_wifi_data_event, 1); in rw009_cmd()
559 rt_event_send(&spi_wifi_data_event, 1); in rw009_wifi_tx()
600 if (rt_event_recv(&spi_wifi_data_event, in spi_wifi_data_thread_entry()
613 rt_event_send(&spi_wifi_data_event, 1); in spi_wifi_data_thread_entry()
699 rt_event_init(&spi_wifi_data_event, "wifi", RT_IPC_FLAG_FIFO); in rt_hw_wifi_init()
742 rt_event_send(&spi_wifi_data_event, 1); in spi_wifi_isr()