/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_pcd.c | 180 hpcd->Init.dma_enable = 0U; in HAL_PCD_Init() 1046 if (hpcd->Init.dma_enable == 1U) in HAL_PCD_IRQHandler() 1176 (void)USB_EP0_OutStart(hpcd->Instance, (uint8_t)hpcd->Init.dma_enable, in HAL_PCD_IRQHandler() 1664 if (hpcd->Init.dma_enable == 1U) in HAL_PCD_EP_Receive() 1669 (void)USB_EPStartXfer(hpcd->Instance, ep, (uint8_t)hpcd->Init.dma_enable); in HAL_PCD_EP_Receive() 1705 if (hpcd->Init.dma_enable == 1U) in HAL_PCD_EP_Transmit() 1710 (void)USB_EPStartXfer(hpcd->Instance, ep, (uint8_t)hpcd->Init.dma_enable); in HAL_PCD_EP_Transmit() 1750 (void)USB_EP0_OutStart(hpcd->Instance, (uint8_t)hpcd->Init.dma_enable, (uint8_t *)hpcd->Setup); in HAL_PCD_EP_SetStall() 1979 (uint8_t)hpcd->Init.dma_enable); in PCD_WriteEmptyTxFifo() 2009 if (hpcd->Init.dma_enable == 1U) in PCD_EP_OutXfrComplete_int() [all …]
|
D | stm32f2xx_hal_hcd.c | 161 hhcd->Init.dma_enable = 0U; in HAL_HCD_Init() 530 return USB_HC_StartXfer(hhcd->Instance, &hhcd->hc[ch_num], (uint8_t)hhcd->Init.dma_enable); in HAL_HCD_HC_SubmitRequest() 1337 if (hhcd->Init.dma_enable != 0U) in HCD_HC_IN_IRQHandler() 1369 if (hhcd->Init.dma_enable == 1U) in HCD_HC_IN_IRQHandler() 1566 if ((hhcd->Init.dma_enable == 0U) || (hhcd->hc[chnum].do_csplit == 1U)) in HCD_HC_IN_IRQHandler() 1701 if (hhcd->Init.dma_enable == 0U) in HCD_HC_OUT_IRQHandler() 1745 if (hhcd->Init.dma_enable == 0U) in HCD_HC_OUT_IRQHandler() 1750 if ((hhcd->Init.dma_enable == 1U) && (hhcd->hc[chnum].xfer_len > 0U)) in HCD_HC_OUT_IRQHandler()
|
D | stm32f2xx_ll_usb.c | 115 if (cfg.dma_enable == 1U) in USB_CoreInit() 409 if (cfg.dma_enable == 0U) in USB_DevInit() 1488 if (cfg.dma_enable == 0U) in USB_HostInit()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_pcd.c | 180 hpcd->Init.dma_enable = 0U; in HAL_PCD_Init() 1125 if (hpcd->Init.dma_enable == 1U) in HAL_PCD_IRQHandler() 1295 (void)USB_EP0_OutStart(hpcd->Instance, (uint8_t)hpcd->Init.dma_enable, in HAL_PCD_IRQHandler() 1783 if (hpcd->Init.dma_enable == 1U) in HAL_PCD_EP_Receive() 1788 (void)USB_EPStartXfer(hpcd->Instance, ep, (uint8_t)hpcd->Init.dma_enable); in HAL_PCD_EP_Receive() 1824 if (hpcd->Init.dma_enable == 1U) in HAL_PCD_EP_Transmit() 1829 (void)USB_EPStartXfer(hpcd->Instance, ep, (uint8_t)hpcd->Init.dma_enable); in HAL_PCD_EP_Transmit() 1869 (void)USB_EP0_OutStart(hpcd->Instance, (uint8_t)hpcd->Init.dma_enable, (uint8_t *)hpcd->Setup); in HAL_PCD_EP_SetStall() 2098 (uint8_t)hpcd->Init.dma_enable); in PCD_WriteEmptyTxFifo() 2128 if (hpcd->Init.dma_enable == 1U) in PCD_EP_OutXfrComplete_int() [all …]
|
D | stm32f7xx_hal_hcd.c | 161 hhcd->Init.dma_enable = 0U; in HAL_HCD_Init() 530 return USB_HC_StartXfer(hhcd->Instance, &hhcd->hc[ch_num], (uint8_t)hhcd->Init.dma_enable); in HAL_HCD_HC_SubmitRequest() 1337 if (hhcd->Init.dma_enable != 0U) in HCD_HC_IN_IRQHandler() 1369 if (hhcd->Init.dma_enable == 1U) in HCD_HC_IN_IRQHandler() 1566 if ((hhcd->Init.dma_enable == 0U) || (hhcd->hc[chnum].do_csplit == 1U)) in HCD_HC_IN_IRQHandler() 1701 if (hhcd->Init.dma_enable == 0U) in HCD_HC_OUT_IRQHandler() 1751 if (hhcd->Init.dma_enable == 0U) in HCD_HC_OUT_IRQHandler() 1756 if ((hhcd->Init.dma_enable == 1U) && (hhcd->hc[chnum].xfer_len > 0U)) in HCD_HC_OUT_IRQHandler()
|
D | stm32f7xx_ll_usb.c | 161 if (cfg.dma_enable == 1U) in USB_CoreInit() 471 if (cfg.dma_enable == 0U) in USB_DevInit() 1618 if (cfg.dma_enable == 0U) in USB_HostInit()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_pcd.c | 182 hpcd->Init.dma_enable = 0U; in HAL_PCD_Init() 1219 if (hpcd->Init.dma_enable == 1U) in HAL_PCD_IRQHandler() 1389 (void)USB_EP0_OutStart(hpcd->Instance, (uint8_t)hpcd->Init.dma_enable, in HAL_PCD_IRQHandler() 1871 if (hpcd->Init.dma_enable == 1U) in HAL_PCD_EP_Receive() 1876 (void)USB_EPStartXfer(hpcd->Instance, ep, (uint8_t)hpcd->Init.dma_enable); in HAL_PCD_EP_Receive() 1912 if (hpcd->Init.dma_enable == 1U) in HAL_PCD_EP_Transmit() 1917 (void)USB_EPStartXfer(hpcd->Instance, ep, (uint8_t)hpcd->Init.dma_enable); in HAL_PCD_EP_Transmit() 1957 (void)USB_EP0_OutStart(hpcd->Instance, (uint8_t)hpcd->Init.dma_enable, (uint8_t *)hpcd->Setup); in HAL_PCD_EP_SetStall() 2186 (uint8_t)hpcd->Init.dma_enable); in PCD_WriteEmptyTxFifo() 2216 if (hpcd->Init.dma_enable == 1U) in PCD_EP_OutXfrComplete_int() [all …]
|
D | stm32h7rsxx_hal_hcd.c | 160 hhcd->Init.dma_enable = 0U; in HAL_HCD_Init() 529 return USB_HC_StartXfer(hhcd->Instance, &hhcd->hc[ch_num], (uint8_t)hhcd->Init.dma_enable); in HAL_HCD_HC_SubmitRequest() 1325 if (hhcd->Init.dma_enable != 0U) in HCD_HC_IN_IRQHandler() 1357 if (hhcd->Init.dma_enable == 1U) in HCD_HC_IN_IRQHandler() 1554 if ((hhcd->Init.dma_enable == 0U) || (hhcd->hc[chnum].do_csplit == 1U)) in HCD_HC_IN_IRQHandler() 1689 if (hhcd->Init.dma_enable == 0U) in HCD_HC_OUT_IRQHandler() 1733 if (hhcd->Init.dma_enable == 0U) in HCD_HC_OUT_IRQHandler() 1738 if ((hhcd->Init.dma_enable == 1U) && (hhcd->hc[chnum].xfer_len > 0U)) in HCD_HC_OUT_IRQHandler()
|
D | stm32h7rsxx_ll_usb.c | 98 if (cfg.dma_enable == 1U) in USB_CoreInit() 438 if (cfg.dma_enable == 0U) in USB_DevInit() 1538 if (cfg.dma_enable == 0U) in USB_HostInit()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_pcd.c | 182 hpcd->Init.dma_enable = 0U; in HAL_PCD_Init() 1223 if (hpcd->Init.dma_enable == 1U) in HAL_PCD_IRQHandler() 1397 (void)USB_EP0_OutStart(hpcd->Instance, (uint8_t)hpcd->Init.dma_enable, in HAL_PCD_IRQHandler() 1904 if (hpcd->Init.dma_enable == 1U) in HAL_PCD_EP_Receive() 1909 (void)USB_EPStartXfer(hpcd->Instance, ep, (uint8_t)hpcd->Init.dma_enable); in HAL_PCD_EP_Receive() 1945 if (hpcd->Init.dma_enable == 1U) in HAL_PCD_EP_Transmit() 1950 (void)USB_EPStartXfer(hpcd->Instance, ep, (uint8_t)hpcd->Init.dma_enable); in HAL_PCD_EP_Transmit() 1990 (void)USB_EP0_OutStart(hpcd->Instance, (uint8_t)hpcd->Init.dma_enable, (uint8_t *)hpcd->Setup); in HAL_PCD_EP_SetStall() 2219 (uint8_t)hpcd->Init.dma_enable); in PCD_WriteEmptyTxFifo() 2249 if (hpcd->Init.dma_enable == 1U) in PCD_EP_OutXfrComplete_int() [all …]
|
D | stm32f4xx_hal_hcd.c | 161 hhcd->Init.dma_enable = 0U; in HAL_HCD_Init() 530 return USB_HC_StartXfer(hhcd->Instance, &hhcd->hc[ch_num], (uint8_t)hhcd->Init.dma_enable); in HAL_HCD_HC_SubmitRequest() 1337 if (hhcd->Init.dma_enable != 0U) in HCD_HC_IN_IRQHandler() 1369 if (hhcd->Init.dma_enable == 1U) in HCD_HC_IN_IRQHandler() 1566 if ((hhcd->Init.dma_enable == 0U) || (hhcd->hc[chnum].do_csplit == 1U)) in HCD_HC_IN_IRQHandler() 1701 if (hhcd->Init.dma_enable == 0U) in HCD_HC_OUT_IRQHandler() 1751 if (hhcd->Init.dma_enable == 0U) in HCD_HC_OUT_IRQHandler() 1756 if ((hhcd->Init.dma_enable == 1U) && (hhcd->hc[chnum].xfer_len > 0U)) in HCD_HC_OUT_IRQHandler()
|
D | stm32f4xx_ll_usb.c | 123 if (cfg.dma_enable == 1U) in USB_CoreInit() 441 if (cfg.dma_enable == 0U) in USB_DevInit() 1538 if (cfg.dma_enable == 0U) in USB_HostInit()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_pcd.c | 1184 if (hpcd->Init.dma_enable == 1U) in HAL_PCD_IRQHandler() 1354 (void)USB_EP0_OutStart(hpcd->Instance, (uint8_t)hpcd->Init.dma_enable, in HAL_PCD_IRQHandler() 1817 if (hpcd->Init.dma_enable == 1U) in HAL_PCD_EP_Receive() 1822 (void)USB_EPStartXfer(hpcd->Instance, ep, (uint8_t)hpcd->Init.dma_enable); in HAL_PCD_EP_Receive() 1858 if (hpcd->Init.dma_enable == 1U) in HAL_PCD_EP_Transmit() 1863 (void)USB_EPStartXfer(hpcd->Instance, ep, (uint8_t)hpcd->Init.dma_enable); in HAL_PCD_EP_Transmit() 1903 (void)USB_EP0_OutStart(hpcd->Instance, (uint8_t)hpcd->Init.dma_enable, (uint8_t *)hpcd->Setup); in HAL_PCD_EP_SetStall() 2132 (uint8_t)hpcd->Init.dma_enable); in PCD_WriteEmptyTxFifo() 2162 if (hpcd->Init.dma_enable == 1U) in PCD_EP_OutXfrComplete_int() 2286 if ((gSNPSiD > USB_OTG_CORE_ID_300A) && (hpcd->Init.dma_enable == 1U)) in PCD_EP_OutSetupPacket_int()
|
D | stm32n6xx_hal_hcd.c | 514 return USB_HC_StartXfer(hhcd->Instance, &hhcd->hc[ch_num], (uint8_t)hhcd->Init.dma_enable); in HAL_HCD_HC_SubmitRequest() 1305 if (hhcd->Init.dma_enable != 0U) in HCD_HC_IN_IRQHandler() 1337 if (hhcd->Init.dma_enable == 1U) in HCD_HC_IN_IRQHandler() 1534 if ((hhcd->Init.dma_enable == 0U) || (hhcd->hc[chnum].do_csplit == 1U)) in HCD_HC_IN_IRQHandler() 1669 if (hhcd->Init.dma_enable == 0U) in HCD_HC_OUT_IRQHandler() 1719 if (hhcd->Init.dma_enable == 0U) in HCD_HC_OUT_IRQHandler() 1724 if ((hhcd->Init.dma_enable == 1U) && (hhcd->hc[chnum].xfer_len > 0U)) in HCD_HC_OUT_IRQHandler()
|
D | stm32n6xx_ll_usb.c | 101 if (cfg.dma_enable == 1U) in USB_CoreInit() 397 if (cfg.dma_enable == 0U) in USB_DevInit() 1469 if (cfg.dma_enable == 0U) in USB_HostInit()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_pcd.c | 1204 if (hpcd->Init.dma_enable == 1U) in HAL_PCD_IRQHandler() 1374 (void)USB_EP0_OutStart(hpcd->Instance, (uint8_t)hpcd->Init.dma_enable, in HAL_PCD_IRQHandler() 1856 if (hpcd->Init.dma_enable == 1U) in HAL_PCD_EP_Receive() 1861 (void)USB_EPStartXfer(hpcd->Instance, ep, (uint8_t)hpcd->Init.dma_enable); in HAL_PCD_EP_Receive() 1897 if (hpcd->Init.dma_enable == 1U) in HAL_PCD_EP_Transmit() 1902 (void)USB_EPStartXfer(hpcd->Instance, ep, (uint8_t)hpcd->Init.dma_enable); in HAL_PCD_EP_Transmit() 1942 (void)USB_EP0_OutStart(hpcd->Instance, (uint8_t)hpcd->Init.dma_enable, (uint8_t *)hpcd->Setup); in HAL_PCD_EP_SetStall() 2172 (uint8_t)hpcd->Init.dma_enable); in PCD_WriteEmptyTxFifo() 2202 if (hpcd->Init.dma_enable == 1U) in PCD_EP_OutXfrComplete_int() 2326 if ((gSNPSiD > USB_OTG_CORE_ID_300A) && (hpcd->Init.dma_enable == 1U)) in PCD_EP_OutSetupPacket_int()
|
D | stm32h7xx_hal_hcd.c | 514 return USB_HC_StartXfer(hhcd->Instance, &hhcd->hc[ch_num], (uint8_t)hhcd->Init.dma_enable); in HAL_HCD_HC_SubmitRequest() 1310 if (hhcd->Init.dma_enable != 0U) in HCD_HC_IN_IRQHandler() 1342 if (hhcd->Init.dma_enable == 1U) in HCD_HC_IN_IRQHandler() 1539 if ((hhcd->Init.dma_enable == 0U) || (hhcd->hc[chnum].do_csplit == 1U)) in HCD_HC_IN_IRQHandler() 1674 if (hhcd->Init.dma_enable == 0U) in HCD_HC_OUT_IRQHandler() 1724 if (hhcd->Init.dma_enable == 0U) in HCD_HC_OUT_IRQHandler() 1729 if ((hhcd->Init.dma_enable == 1U) && (hhcd->hc[chnum].xfer_len > 0U)) in HCD_HC_OUT_IRQHandler()
|
D | stm32h7xx_ll_usb.c | 123 if (cfg.dma_enable == 1U) in USB_CoreInit() 420 if (cfg.dma_enable == 0U) in USB_DevInit() 1489 if (cfg.dma_enable == 0U) in USB_HostInit()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_pcd.c | 191 hpcd->Init.dma_enable = 0U; in HAL_PCD_Init() 1236 if (hpcd->Init.dma_enable == 1U) in HAL_PCD_IRQHandler() 1406 (void)USB_EP0_OutStart(hpcd->Instance, (uint8_t)hpcd->Init.dma_enable, in HAL_PCD_IRQHandler() 2043 if (hpcd->Init.dma_enable == 1U) in HAL_PCD_EP_Receive() 2048 (void)USB_EPStartXfer(hpcd->Instance, ep, (uint8_t)hpcd->Init.dma_enable); in HAL_PCD_EP_Receive() 2092 if (hpcd->Init.dma_enable == 1U) in HAL_PCD_EP_Transmit() 2097 (void)USB_EPStartXfer(hpcd->Instance, ep, (uint8_t)hpcd->Init.dma_enable); in HAL_PCD_EP_Transmit() 2141 (void)USB_EP0_OutStart(hpcd->Instance, (uint8_t)hpcd->Init.dma_enable, (uint8_t *)hpcd->Setup); in HAL_PCD_EP_SetStall() 2371 (uint8_t)hpcd->Init.dma_enable); in PCD_WriteEmptyTxFifo() 2401 if (hpcd->Init.dma_enable == 1U) in PCD_EP_OutXfrComplete_int() [all …]
|
D | stm32h5xx_hal_hcd.c | 162 hhcd->Init.dma_enable = 0U; in HAL_HCD_Init() 531 return USB_HC_StartXfer(hhcd->Instance, &hhcd->hc[ch_num], (uint8_t)hhcd->Init.dma_enable); in HAL_HCD_HC_SubmitRequest() 1327 if (hhcd->Init.dma_enable != 0U) in HCD_HC_IN_IRQHandler() 1359 if (hhcd->Init.dma_enable == 1U) in HCD_HC_IN_IRQHandler() 1556 if ((hhcd->Init.dma_enable == 0U) || (hhcd->hc[chnum].do_csplit == 1U)) in HCD_HC_IN_IRQHandler() 1691 if (hhcd->Init.dma_enable == 0U) in HCD_HC_OUT_IRQHandler() 1741 if (hhcd->Init.dma_enable == 0U) in HCD_HC_OUT_IRQHandler() 1746 if ((hhcd->Init.dma_enable == 1U) && (hhcd->hc[chnum].xfer_len > 0U)) in HCD_HC_OUT_IRQHandler() 2085 hhcd->Init.dma_enable = 0U; in HAL_HCD_Init()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_pcd.c | 191 hpcd->Init.dma_enable = 0U; in HAL_PCD_Init() 1236 if (hpcd->Init.dma_enable == 1U) in HAL_PCD_IRQHandler() 1406 (void)USB_EP0_OutStart(hpcd->Instance, (uint8_t)hpcd->Init.dma_enable, in HAL_PCD_IRQHandler() 2043 if (hpcd->Init.dma_enable == 1U) in HAL_PCD_EP_Receive() 2048 (void)USB_EPStartXfer(hpcd->Instance, ep, (uint8_t)hpcd->Init.dma_enable); in HAL_PCD_EP_Receive() 2092 if (hpcd->Init.dma_enable == 1U) in HAL_PCD_EP_Transmit() 2097 (void)USB_EPStartXfer(hpcd->Instance, ep, (uint8_t)hpcd->Init.dma_enable); in HAL_PCD_EP_Transmit() 2141 (void)USB_EP0_OutStart(hpcd->Instance, (uint8_t)hpcd->Init.dma_enable, (uint8_t *)hpcd->Setup); in HAL_PCD_EP_SetStall() 2371 (uint8_t)hpcd->Init.dma_enable); in PCD_WriteEmptyTxFifo() 2401 if (hpcd->Init.dma_enable == 1U) in PCD_EP_OutXfrComplete_int() [all …]
|
D | stm32u5xx_hal_hcd.c | 162 hhcd->Init.dma_enable = 0U; in HAL_HCD_Init() 531 return USB_HC_StartXfer(hhcd->Instance, &hhcd->hc[ch_num], (uint8_t)hhcd->Init.dma_enable); in HAL_HCD_HC_SubmitRequest() 1327 if (hhcd->Init.dma_enable != 0U) in HCD_HC_IN_IRQHandler() 1359 if (hhcd->Init.dma_enable == 1U) in HCD_HC_IN_IRQHandler() 1556 if ((hhcd->Init.dma_enable == 0U) || (hhcd->hc[chnum].do_csplit == 1U)) in HCD_HC_IN_IRQHandler() 1691 if (hhcd->Init.dma_enable == 0U) in HCD_HC_OUT_IRQHandler() 1741 if (hhcd->Init.dma_enable == 0U) in HCD_HC_OUT_IRQHandler() 1746 if ((hhcd->Init.dma_enable == 1U) && (hhcd->hc[chnum].xfer_len > 0U)) in HCD_HC_OUT_IRQHandler() 2085 hhcd->Init.dma_enable = 0U; in HAL_HCD_Init()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_hcd.c | 147 hhcd->Init.dma_enable = 0U; in HAL_HCD_Init() 1293 if (hhcd->Init.dma_enable == 1U) in HCD_HC_IN_IRQHandler() 1502 if (hhcd->Init.dma_enable == 0U) in HCD_HC_OUT_IRQHandler() 1507 if ((hhcd->Init.dma_enable == 1U) && (hhcd->hc[chnum].xfer_len > 0U)) in HCD_HC_OUT_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_hcd.c | 147 hhcd->Init.dma_enable = 0U; in HAL_HCD_Init() 1282 if (hhcd->Init.dma_enable == 1U) in HCD_HC_IN_IRQHandler() 1491 if (hhcd->Init.dma_enable == 0U) in HCD_HC_OUT_IRQHandler() 1496 if ((hhcd->Init.dma_enable == 1U) && (hhcd->hc[chnum].xfer_len > 0U)) in HCD_HC_OUT_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_usb.h | 103 uint8_t dma_enable; /*!< USB DMA state. member
|