Home
last modified time | relevance | path

Searched refs:wLength (Results 1 – 5 of 5) sorted by relevance

/loramac-node-3.7.0/src/boards/mcu/stm32/STM32_USB_Device_Library/Core/Src/
Dusbd_ctlreq.c182 if((req->wLength == 0)&& (ret == USBD_OK)) in USBD_StdItfReq()
430 if((len != 0)&& (req->wLength != 0)) in USBD_GetDescriptor()
433 len = MIN(len , req->wLength); in USBD_GetDescriptor()
454 if ((req->wIndex == 0) && (req->wLength == 0)) in USBD_SetAddress()
572 if (req->wLength != 1) in USBD_GetConfig()
704 req->wLength = SWAPBYTE (pdata + 6); in USBD_ParseSetupRequest()
Dusbd_core.c269 pdev->ep0_data_len = pdev->request.wLength; in USBD_LL_SetupStage()
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32_USB_Device_Library/Class/CDC/Src/
Dusbd_cdc.c608 if (req->wLength) in USBD_CDC_Setup()
614 req->wLength); in USBD_CDC_Setup()
617 req->wLength); in USBD_CDC_Setup()
622 hcdc->CmdLength = req->wLength; in USBD_CDC_Setup()
626 req->wLength); in USBD_CDC_Setup()
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32_USB_Device_Library/Class/DFU/Src/
Dusbd_dfu.c422 len = MIN(USB_DFU_DESC_SIZ , req->wLength); in USBD_DFU_Setup()
545 req.wLength = 1; in USBD_DFU_EP0_TxReady()
744 if (req->wLength > 0) in DFU_Download()
750 hdfu->wlength = req->wLength; in DFU_Download()
806 if (req->wLength > 0) in DFU_Upload()
812 hdfu->wlength = req->wLength; in DFU_Upload()
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32_USB_Device_Library/Core/Inc/
Dusbd_def.h155 uint16_t wLength; member