Searched refs:HAL_PCDEx_SetTxFiFo (Results 1 – 5 of 5) sorted by relevance
71 HAL_StatusTypeDef HAL_PCDEx_SetTxFiFo(PCD_HandleTypeDef *hpcd, uint8_t fifo, uint16_t size);
87 HAL_StatusTypeDef HAL_PCDEx_SetTxFiFo(PCD_HandleTypeDef *hpcd, uint8_t fifo, uint16_t size) in HAL_PCDEx_SetTxFiFo() function
66 HAL_PCDEx_SetTxFiFo(&usbc.handle, 0, 0x40); in stm32_usbc_init()235 HAL_PCDEx_SetTxFiFo(&usbc.handle, ep, width); in usbc_setup_endpoint()
2393 #define HAL_PCD_SetTxFiFo HAL_PCDEx_SetTxFiFo
3397 #define HAL_PCD_SetTxFiFo HAL_PCDEx_SetTxFiFo
Completed in 29 milliseconds