Home
last modified time | relevance | path

Searched refs:bmRequestType (Results 1 – 4 of 4) sorted by relevance

/hal_nuvoton-latest/m48x/StdDriver/src/
Dhsusbd.c118 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()
/hal_nuvoton-latest/m46x/StdDriver/src/
Dhsusbd.c117 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()
/hal_nuvoton-latest/m48x/StdDriver/inc/
Dhsusbd.h88 uint8_t bmRequestType; member
/hal_nuvoton-latest/m46x/StdDriver/inc/
Dhsusbd.h110 uint8_t bmRequestType; member