Home
last modified time | relevance | path

Searched refs:wIndex (Results 1 – 2 of 2) sorted by relevance

/loramac-node-3.7.0/src/boards/mcu/stm32/STM32_USB_Device_Library/Core/Src/
Dusbd_ctlreq.c178 if (LOBYTE(req->wIndex) <= USBD_MAX_NUM_INTERFACES) in USBD_StdItfReq()
213 ep_addr = LOBYTE(req->wIndex); in USBD_StdEPReq()
454 if ((req->wIndex == 0) && (req->wLength == 0)) in USBD_SetAddress()
703 req->wIndex = SWAPBYTE (pdata + 4); in USBD_ParseSetupRequest()
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32_USB_Device_Library/Core/Inc/
Dusbd_def.h154 uint16_t wIndex; member