Searched refs:si91x_bus_events (Results 1 – 2 of 2) sorted by relevance
159 osEventFlagsId_t si91x_bus_events = 0; variable1044 if (NULL == si91x_bus_events) { in sl_si91x_platform_init()1045 si91x_bus_events = osEventFlagsNew(NULL); in sl_si91x_platform_init()1116 osEventFlagsSet(si91x_bus_events, SL_SI91X_TERMINATE_BUS_THREAD_EVENT); in sl_si91x_platform_deinit()1140 if (NULL != si91x_bus_events) { in sl_si91x_platform_deinit()1141 osEventFlagsDelete(si91x_bus_events); in sl_si91x_platform_deinit()1142 si91x_bus_events = NULL; in sl_si91x_platform_deinit()1193 osEventFlagsSet(si91x_bus_events, event_mask); in sl_si91x_host_set_bus_event()1705 uint32_t result = osEventFlagsWait(si91x_bus_events, event_mask, osFlagsWaitAny, timeout); in si91x_host_wait_for_bus_event()
45 extern osEventFlagsId_t si91x_bus_events;