Home
last modified time | relevance | path

Searched refs:Setup (Results 1 – 8 of 8) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32_USB_Device_Library/Core/Src/
Dusbd_ctlreq.c180 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/
Dusbd_def.h165 uint8_t (*Setup) (struct _USBD_HandleTypeDef *pdev , USBD_SetupReqTypedef *req); member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_pcd.c1297 (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/
Dstm32l1xx_hal_pcd.h179 uint32_t Setup[12]; /*!< Setup packet buffer */ member
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_pcd.h188 uint32_t Setup[12]; /*!< Setup packet buffer */ member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_pcd.h147 uint32_t Setup[12]; /*!< Setup packet buffer */ member
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_pcd.c391 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/
Dstm32l0xx_hal_pcd.c1271 PCD_ReadPMA(hpcd->Instance, (uint8_t*)hpcd->Setup ,ep->pmaadress , ep->xfer_count); in PCD_EP_ISR_Handler()