GPIO_Init(HOST_POWERSW_PORT,&GPIO_InitStructure);#endif#endif/* By Default, DISABLE is needed on output of the Power Switch */GPIO_SetBits(HOST_POWERSW_PORT, HOST_POWERSW_VBUS);USB_OTG_BSP_mDelay(200);/* Delay is need for stabilising the Vbus Low in Reset Condition, when Vbus=1 and...