Home
last modified time | relevance | path

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

/loramac-node-3.7.0/src/boards/mcu/stm32/STM32_USB_Device_Library/Core/Src/
Dusbd_ioreq.c101 pdev->ep_in[0].total_length = len; in USBD_CtlSendData()
102 pdev->ep_in[0].rem_length = len; in USBD_CtlSendData()
Dusbd_core.c349 pep = &pdev->ep_in[0]; in USBD_LL_DataInStage()
431 pdev->ep_in[0].maxpacket = USB_MAX_EP0_SIZE; in USBD_LL_Reset()
Dusbd_ctlreq.c297 pep = ((ep_addr & 0x80) == 0x80) ? &pdev->ep_in[ep_addr & 0x7F]:\ in USBD_StdEPReq()
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32_USB_Device_Library/Core/Inc/
Dusbd_def.h232 USBD_EndpointTypeDef ep_in[15]; member