Searched refs:dma_enable (Results 1 – 4 of 4) sorted by relevance
| /external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/ |
| A D | stm32f7xx_hal_pcd.c | 335 if (hpcd->Init.dma_enable == 1) { in HAL_PCD_IRQHandler() 341 if (hpcd->Init.dma_enable == 1) { in HAL_PCD_IRQHandler() 380 if (hpcd->Init.dma_enable == 1) { in HAL_PCD_IRQHandler() 386 if (hpcd->Init.dma_enable == 1) { in HAL_PCD_IRQHandler() 835 if (hpcd->Init.dma_enable == 1) { in HAL_PCD_EP_Receive() 842 USB_EP0StartXfer(hpcd->Instance , ep, hpcd->Init.dma_enable); in HAL_PCD_EP_Receive() 844 USB_EPStartXfer(hpcd->Instance , ep, hpcd->Init.dma_enable); in HAL_PCD_EP_Receive() 882 if (hpcd->Init.dma_enable == 1) { in HAL_PCD_EP_Transmit() 889 USB_EP0StartXfer(hpcd->Instance , ep, hpcd->Init.dma_enable); in HAL_PCD_EP_Transmit() 891 USB_EPStartXfer(hpcd->Instance , ep, hpcd->Init.dma_enable); in HAL_PCD_EP_Transmit() [all …]
|
| A D | stm32f7xx_ll_usb.c | 127 if (cfg.dma_enable == ENABLE) { in USB_CoreInit() 262 if (cfg.dma_enable == 1) { in USB_DevInit() 277 if (cfg.dma_enable == DISABLE) { in USB_DevInit() 1065 if (cfg.dma_enable == DISABLE) { in USB_HostInit()
|
| A D | stm32f7xx_hal_hcd.c | 415 return USB_HC_StartXfer(hhcd->Instance, &(hhcd->hc[ch_num]), hhcd->Init.dma_enable); in HAL_HCD_HC_SubmitRequest() 773 if (hhcd->Init.dma_enable) { in HCD_HC_IN_IRQHandler()
|
| /external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/ |
| A D | stm32f7xx_ll_usb.h | 113 …uint32_t dma_enable; /*!< Enable or disable of the USB embedded DMA. … member
|
Completed in 10 milliseconds