Searched refs:Setup (Results  1 – 8 of 8) sorted by relevance
| /loramac-node-latest/src/boards/mcu/stm32/STM32_USB_Device_Library/Core/Src/ | 
| D | usbd_ctlreq.c | 180       pdev->pClass->Setup (pdev, req);   in USBD_StdItfReq()218     pdev->pClass->Setup (pdev, req);  in USBD_StdEPReq()
 246       pdev->pClass->Setup (pdev, req);     in USBD_StdEPReq()
 274           pdev->pClass->Setup (pdev, req);  in USBD_StdEPReq()
 655     pdev->pClass->Setup (pdev, req);     in USBD_SetFeature()
 679       pdev->pClass->Setup (pdev, req);     in USBD_ClrFeature()
 
 | 
| /loramac-node-latest/src/boards/mcu/stm32/STM32_USB_Device_Library/Core/Inc/ | 
| D | usbd_def.h | 165   uint8_t  (*Setup)            (struct _USBD_HandleTypeDef *pdev , USBD_SetupReqTypedef  *req);    member
 | 
| /loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ | 
| D | stm32l4xx_hal_pcd.c | 1297       (void)USB_EP0_OutStart(hpcd->Instance, (uint8_t *)hpcd->Setup);  in HAL_PCD_IRQHandler()1407         (void)USB_ReadPacket(USBx, (uint8_t *)hpcd->Setup, 8U);  in HAL_PCD_IRQHandler()
 2029     (void)USB_EP0_OutStart(hpcd->Instance, (uint8_t *)hpcd->Setup);  in HAL_PCD_EP_SetStall()
 2281 …      USB_ReadPMA(hpcd->Instance, (uint8_t *)hpcd->Setup, ep->pmaadress, (uint16_t)ep->xfer_count);  in PCD_EP_ISR_Handler()
 
 | 
| /loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ | 
| D | stm32l1xx_hal_pcd.h | 179   uint32_t                Setup[12];  /*!< Setup packet buffer                */  member
 | 
| /loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ | 
| D | stm32l0xx_hal_pcd.h | 188   uint32_t                Setup[12];  /*!< Setup packet buffer                */  member
 | 
| /loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ | 
| D | stm32l4xx_hal_pcd.h | 147   uint32_t                Setup[12];   /*!< Setup packet buffer                */  member
 | 
| /loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ | 
| D | stm32l1xx_hal_pcd.c | 391           PCD_ReadPMA(hpcd->Instance, (uint8_t*)hpcd->Setup ,ep->pmaadress , ep->xfer_count);         in PCD_EP_ISR_Handler()
 | 
| /loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ | 
| D | stm32l0xx_hal_pcd.c | 1271           PCD_ReadPMA(hpcd->Instance, (uint8_t*)hpcd->Setup ,ep->pmaadress , ep->xfer_count);         in PCD_EP_ISR_Handler()
 |