Home
last modified time | relevance | path

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

/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Src/
A DHAL_FSUSB.c206 uint8_t HAL_FSUSB_Start_EP_Transfer(uint32_t length,uint8_t ep_index) in HAL_FSUSB_Start_EP_Transfer() function
271 ret = HAL_FSUSB_Start_EP_Transfer(EPX_MAX_PACKET_SIZE, ep_index); in HAL_FSUSB_Send_Data()
293 ret = HAL_FSUSB_Start_EP_Transfer(length,ep_index); in HAL_FSUSB_Send_Data()
354 HAL_FSUSB_Start_EP_Transfer(0,USB_EP0); in HAL_FSUSB_EP0_Send_Empty_Packet()

Completed in 4 milliseconds