Home
last modified time | relevance | path

Searched refs:HAL_PCD_EP_Receive (Results 1 – 6 of 6) sorted by relevance

/lk-master/platform/stm32f7xx/
A Dusbc.c98 HAL_PCD_EP_Receive(&usbc.handle, 0, 0, 0); in HAL_PCD_DataInStageCallback()
223 HAL_PCD_EP_Receive(&usbc.handle, 0, (void *)buf, len); in usbc_ep0_recv()
252 HAL_PCD_EP_Receive(&usbc.handle, ep, transfer->buf, transfer->buflen); in usbc_queue_rx()
/lk-master/platform/stm32f0xx/
A Dusbc.c133 HAL_PCD_EP_Receive(&usbc.handle, 0, 0, 0); in HAL_PCD_DataInStageCallback()
259 HAL_PCD_EP_Receive(&usbc.handle, 0, (void *)buf, len); in usbc_ep0_recv()
294 HAL_PCD_EP_Receive(&usbc.handle, ep, transfer->buf, transfer->buflen); in usbc_queue_rx()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_pcd.h270 HAL_StatusTypeDef HAL_PCD_EP_Receive(PCD_HandleTypeDef *hpcd, uint8_t ep_addr, uint8_t *pBuf, uint3…
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_pcd.c832 HAL_StatusTypeDef HAL_PCD_EP_Receive(PCD_HandleTypeDef *hpcd, uint8_t ep_addr, uint8_t *pBuf, uint3… in HAL_PCD_EP_Receive() function
1327 HAL_PCD_EP_Receive(hpcd, ep->num, ep->xfer_buff, ep->xfer_len); in PCD_EP_ISR_Handler()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_pcd.h280 HAL_StatusTypeDef HAL_PCD_EP_Receive(PCD_HandleTypeDef *hpcd, uint8_t ep_addr, uint8_t *pBuf, uint3…
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_pcd.c822 HAL_StatusTypeDef HAL_PCD_EP_Receive(PCD_HandleTypeDef *hpcd, uint8_t ep_addr, uint8_t *pBuf, uint3… in HAL_PCD_EP_Receive() function

Completed in 10 milliseconds