Searched refs:app_event (Results 1 – 2 of 2) sorted by relevance
119 msc_host_event_t app_event; in wait_for_msc_device() local121 xQueueReceive(app_queue, &app_event, portMAX_DELAY); in wait_for_msc_device()122 assert( app_event.event == MSC_DEVICE_CONNECTED ); in wait_for_msc_device()123 return app_event.device.address; in wait_for_msc_device()
213 msc_host_event_t app_event; in msc_setup() local214 xQueueReceive(app_queue, &app_event, portMAX_DELAY); in msc_setup()215 TEST_ASSERT( app_event.event == MSC_DEVICE_CONNECTED ); in msc_setup()216 uint8_t device_addr = app_event.device.address; in msc_setup()