Searched refs:occupied (Results 1 – 6 of 6) sorted by relevance
125 uint8_t occupied; /*!< 0 - the instance is not occupied; 1 - the instance is occupied*/ member
199 if (g_UsbHostInstance[i].occupied != 1) in USB_HostGetInstance()206 g_UsbHostInstance[i].occupied = 1; in USB_HostGetInstance()224 hostInstance->occupied = 0; in USB_HostReleaseInstance()
1226 if ((g_UsbHostInstance[index].occupied == 1) && in USB_HostOpenDeviceInterface()1277 if ((g_UsbHostInstance[index].occupied == 1) && in USB_HostCloseDeviceInterface()
110 uint8_t occupied; /*!< 0 - the instance is not occupied; 1 - the instance is occupied*/ member
176 if (g_UsbHostInstance[i].occupied != 1U) in USB_HostGetInstance()183 g_UsbHostInstance[i].occupied = 1; in USB_HostGetInstance()201 hostInstance->occupied = 0; in USB_HostReleaseInstance()
1321 if ((g_UsbHostInstance[index].occupied == 1U) && in USB_HostOpenDeviceInterface()1372 if ((g_UsbHostInstance[index].occupied == 1U) && in USB_HostCloseDeviceInterface()
Completed in 54 milliseconds