Searched refs:complete_event (Results 1 – 1 of 1) sorted by relevance
31 static struct rt_event complete_event = {0}; variable63 rt_event_send(&complete_event, RA_SPI0_EVENT); in spi0_callback()73 rt_event_send(&complete_event, RA_SPI1_EVENT); in spi1_callback()83 rt_event_send(&complete_event, RA_SPI2_EVENT); in spi2_callback()149 ra_wait_complete(&complete_event, spi_dev->ra_spi_handle_t->bus_name); in ra_write_message()170 ra_wait_complete(&complete_event, spi_dev->ra_spi_handle_t->bus_name); in ra_read_message()195 ra_wait_complete(&complete_event, spi_dev->ra_spi_handle_t->bus_name); in ra_write_read_message()306 if (RT_EOK != rt_event_init(&complete_event, "ra_spi", RT_IPC_FLAG_PRIO)) in ra_hw_spi_init()
Completed in 3 milliseconds