Searched refs:bmRequestType (Results 1 – 4 of 4) sorted by relevance
118 gUsbCmd.bmRequestType = (uint8_t)(HSUSBD->SETUP1_0 & 0xfful); in HSUSBD_ProcessSetupPacket()125 switch (gUsbCmd.bmRequestType & 0x60ul) in HSUSBD_ProcessSetupPacket()334 if ((gUsbCmd.bmRequestType & 0x80ul) == 0x80ul) /* request data transfer direction */ in HSUSBD_StandardRequest()369 if (gUsbCmd.bmRequestType == 0x80ul) in HSUSBD_StandardRequest()381 else if (gUsbCmd.bmRequestType == 0x81ul) in HSUSBD_StandardRequest()386 else if (gUsbCmd.bmRequestType == 0x82ul) in HSUSBD_StandardRequest()
117 gUsbCmd.bmRequestType = (uint8_t)(HSUSBD->SETUP1_0 & 0xfful); in HSUSBD_ProcessSetupPacket()124 switch(gUsbCmd.bmRequestType & 0x60ul) in HSUSBD_ProcessSetupPacket()349 if((gUsbCmd.bmRequestType & 0x80ul) == 0x80ul) /* request data transfer direction */ in HSUSBD_StandardRequest()384 if(gUsbCmd.bmRequestType == 0x80ul) in HSUSBD_StandardRequest()400 else if(gUsbCmd.bmRequestType == 0x81ul) in HSUSBD_StandardRequest()405 else if(gUsbCmd.bmRequestType == 0x82ul) in HSUSBD_StandardRequest()
88 uint8_t bmRequestType; member
110 uint8_t bmRequestType; member