Home
last modified time | relevance | path

Searched refs:count (Results 1 – 25 of 214) sorted by relevance

123456789

/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_mmc.c602 uint32_t count; in HAL_MMC_ReadBlocks() local
695 for (count = 0U; count < 8U; count++) in HAL_MMC_ReadBlocks()
798 uint32_t count; in HAL_MMC_WriteBlocks() local
890 for (count = 0U; count < 8U; count++) in HAL_MMC_WriteBlocks()
2276 uint32_t count; in HAL_MMC_GetCardExtCSD() local
2325 for (count = 0U; count < 8U; count++) in HAL_MMC_GetCardExtCSD()
2395 uint32_t count; in HAL_MMC_ConfigWideBusOperation() local
2447 count = SDMMC_MAX_TRIAL; in HAL_MMC_ConfigWideBusOperation()
2458 count--; in HAL_MMC_ConfigWideBusOperation()
2459 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_ConfigWideBusOperation()
[all …]
Dstm32l5xx_hal_pcd.c1702 uint16_t count; in PCD_EP_ISR_Handler() local
1709 count = 0U; in PCD_EP_ISR_Handler()
1824 count = (uint16_t)PCD_GET_EP_RX_CNT(hpcd->Instance, ep->num); in PCD_EP_ISR_Handler()
1826 if (count != 0U) in PCD_EP_ISR_Handler()
1828 USB_ReadPMA(hpcd->Instance, ep->xfer_buff, ep->pmaadress, count); in PCD_EP_ISR_Handler()
1837 count = HAL_PCD_EP_DB_Receive(hpcd, ep, wEPVal); in PCD_EP_ISR_Handler()
1847 count = (uint16_t)PCD_GET_EP_DBUF0_CNT(hpcd->Instance, ep->num); in PCD_EP_ISR_Handler()
1849 if (count != 0U) in PCD_EP_ISR_Handler()
1851 USB_ReadPMA(hpcd->Instance, ep->xfer_buff, ep->pmaaddr0, count); in PCD_EP_ISR_Handler()
1857 count = (uint16_t)PCD_GET_EP_DBUF1_CNT(hpcd->Instance, ep->num); in PCD_EP_ISR_Handler()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_mmc.c608 uint32_t count; in HAL_MMC_ReadBlocks() local
701 for (count = 0U; count < (SDMMC_FIFO_SIZE / 4U); count++) in HAL_MMC_ReadBlocks()
804 uint32_t count; in HAL_MMC_WriteBlocks() local
896 for (count = 0U; count < (SDMMC_FIFO_SIZE / 4U); count++) in HAL_MMC_WriteBlocks()
2239 uint32_t count; in HAL_MMC_GetCardExtCSD() local
2288 for (count = 0U; count < (SDMMC_FIFO_SIZE / 4U); count++) in HAL_MMC_GetCardExtCSD()
2358 uint32_t count; in HAL_MMC_ConfigWideBusOperation() local
2410 count = SDMMC_MAX_TRIAL; in HAL_MMC_ConfigWideBusOperation()
2421 count--; in HAL_MMC_ConfigWideBusOperation()
2422 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_ConfigWideBusOperation()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_mmc.c610 uint32_t count; in HAL_MMC_ReadBlocks() local
703 for (count = 0U; count < 8U; count++) in HAL_MMC_ReadBlocks()
806 uint32_t count; in HAL_MMC_WriteBlocks() local
898 for (count = 0U; count < 8U; count++) in HAL_MMC_WriteBlocks()
2280 uint32_t count; in HAL_MMC_GetCardExtCSD() local
2329 for (count = 0U; count < 8U; count++) in HAL_MMC_GetCardExtCSD()
2399 uint32_t count; in HAL_MMC_ConfigWideBusOperation() local
2451 count = SDMMC_MAX_TRIAL; in HAL_MMC_ConfigWideBusOperation()
2462 count--; in HAL_MMC_ConfigWideBusOperation()
2463 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_ConfigWideBusOperation()
[all …]
Dstm32h7xx_ll_usb.c457 __IO uint32_t count = 0U; in USB_FlushTxFifo() local
462 count++; in USB_FlushTxFifo()
464 if (count > 200000U) in USB_FlushTxFifo()
471 count = 0U; in USB_FlushTxFifo()
476 count++; in USB_FlushTxFifo()
478 if (count > 200000U) in USB_FlushTxFifo()
494 __IO uint32_t count = 0U; in USB_FlushRxFifo() local
499 count++; in USB_FlushRxFifo()
501 if (count > 200000U) in USB_FlushRxFifo()
508 count = 0U; in USB_FlushRxFifo()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_mmc.c620 uint32_t count; in HAL_MMC_ReadBlocks() local
713 for (count = 0U; count < 8U; count++) in HAL_MMC_ReadBlocks()
816 uint32_t count; in HAL_MMC_WriteBlocks() local
908 for (count = 0U; count < 8U; count++) in HAL_MMC_WriteBlocks()
2251 uint32_t count; in HAL_MMC_GetCardExtCSD() local
2300 for (count = 0U; count < 8U; count++) in HAL_MMC_GetCardExtCSD()
2370 uint32_t count; in HAL_MMC_ConfigWideBusOperation() local
2422 count = SDMMC_MAX_TRIAL; in HAL_MMC_ConfigWideBusOperation()
2433 count--; in HAL_MMC_ConfigWideBusOperation()
2434 } while (((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_ConfigWideBusOperation()
[all …]
Dstm32h5xx_hal_pcd.c1702 uint16_t count; in PCD_EP_ISR_Handler() local
1709 count = 0U; in PCD_EP_ISR_Handler()
1824 count = (uint16_t)PCD_GET_EP_RX_CNT(hpcd->Instance, ep->num); in PCD_EP_ISR_Handler()
1826 if (count != 0U) in PCD_EP_ISR_Handler()
1828 USB_ReadPMA(hpcd->Instance, ep->xfer_buff, ep->pmaadress, count); in PCD_EP_ISR_Handler()
1837 count = HAL_PCD_EP_DB_Receive(hpcd, ep, wEPVal); in PCD_EP_ISR_Handler()
1847 count = (uint16_t)PCD_GET_EP_DBUF0_CNT(hpcd->Instance, ep->num); in PCD_EP_ISR_Handler()
1849 if (count != 0U) in PCD_EP_ISR_Handler()
1851 USB_ReadPMA(hpcd->Instance, ep->xfer_buff, ep->pmaaddr0, count); in PCD_EP_ISR_Handler()
1857 count = (uint16_t)PCD_GET_EP_DBUF1_CNT(hpcd->Instance, ep->num); in PCD_EP_ISR_Handler()
[all …]
Dstm32h5xx_hal_cryp.c1744 uint32_t count; in HAL_CRYP_Encrypt_DMA() local
1827 count = CRYP_TIMEOUT_KEYPREPARATION; in HAL_CRYP_Encrypt_DMA()
1830 count--; in HAL_CRYP_Encrypt_DMA()
1831 if (count == 0U) in HAL_CRYP_Encrypt_DMA()
2292 uint32_t count; in CRYP_AES_Encrypt_IT() local
2335 count = CRYP_TIMEOUT_KEYPREPARATION; in CRYP_AES_Encrypt_IT()
2338 count--; in CRYP_AES_Encrypt_IT()
2339 if (count == 0U) in CRYP_AES_Encrypt_IT()
2617 uint32_t count; in CRYP_AES_Decrypt_IT() local
2665 count = CRYP_TIMEOUT_KEYPREPARATION; in CRYP_AES_Decrypt_IT()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_subghz.c221 __IO uint32_t count; in HAL_SUBGHZ_Init() local
287 count = SUBGHZ_DEFAULT_TIMEOUT * SUBGHZ_DEFAULT_LOOP_TIME; in HAL_SUBGHZ_Init()
291 if (count == 0U) in HAL_SUBGHZ_Init()
297 count--; in HAL_SUBGHZ_Init()
338 __IO uint32_t count; in HAL_SUBGHZ_DeInit() local
390 count = SUBGHZ_DEFAULT_TIMEOUT * SUBGHZ_DEFAULT_LOOP_TIME; in HAL_SUBGHZ_DeInit()
394 if (count == 0U) in HAL_SUBGHZ_DeInit()
400 count--; in HAL_SUBGHZ_DeInit()
1630 __IO uint32_t count; in SUBGHZSPI_Transmit() local
1634 count = SUBGHZ_DEFAULT_TIMEOUT * SUBGHZ_DEFAULT_LOOP_TIME; in SUBGHZSPI_Transmit()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_mmc.c648 uint32_t count, data, dataremaining; in HAL_MMC_ReadBlocks() local
726 for(count = 0U; count < 8U; count++) in HAL_MMC_ReadBlocks()
868 uint32_t count, data, dataremaining; in HAL_MMC_WriteBlocks() local
953 for(count = 0U; count < 8U; count++) in HAL_MMC_WriteBlocks()
2445 uint32_t count; in HAL_MMC_GetCardExtCSD() local
2499 for(count = 0U; count < 8U; count++) in HAL_MMC_GetCardExtCSD()
2571 uint32_t count; in HAL_MMC_ConfigWideBusOperation() local
2627 count = SDMMC_MAX_TRIAL; in HAL_MMC_ConfigWideBusOperation()
2638 count--; in HAL_MMC_ConfigWideBusOperation()
2639 }while(((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_ConfigWideBusOperation()
[all …]
Dstm32l4xx_ll_usb.c405 __IO uint32_t count = 0U; in USB_FlushTxFifo() local
410 count++; in USB_FlushTxFifo()
412 if (count > 200000U) in USB_FlushTxFifo()
419 count = 0U; in USB_FlushTxFifo()
424 count++; in USB_FlushTxFifo()
426 if (count > 200000U) in USB_FlushTxFifo()
442 __IO uint32_t count = 0U; in USB_FlushRxFifo() local
447 count++; in USB_FlushRxFifo()
449 if (count > 200000U) in USB_FlushRxFifo()
456 count = 0U; in USB_FlushRxFifo()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_cryp.c2251 __IO uint32_t count = 0U; in CRYP_AES_Decrypt_IT() local
2286 count = CRYP_TIMEOUT_KEYPREPARATION; in CRYP_AES_Decrypt_IT()
2289 count-- ; in CRYP_AES_Decrypt_IT()
2290 if (count == 0U) in CRYP_AES_Decrypt_IT()
2351 __IO uint32_t count = 0U; in CRYP_AES_Decrypt_DMA() local
2386 count = CRYP_TIMEOUT_KEYPREPARATION; in CRYP_AES_Decrypt_DMA()
2389 count-- ; in CRYP_AES_Decrypt_DMA()
2390 if (count == 0U) in CRYP_AES_Decrypt_DMA()
2485 uint32_t count; in CRYP_DMAOutCplt() local
2530 for (count = 0U; count < lastwordsize; count ++) in CRYP_DMAOutCplt()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_usb.c502 __IO uint32_t count = 0U; in USB_FlushTxFifo() local
507 count++; in USB_FlushTxFifo()
509 if (count > 200000U) in USB_FlushTxFifo()
516 count = 0U; in USB_FlushTxFifo()
521 count++; in USB_FlushTxFifo()
523 if (count > 200000U) in USB_FlushTxFifo()
539 __IO uint32_t count = 0U; in USB_FlushRxFifo() local
544 count++; in USB_FlushRxFifo()
546 if (count > 200000U) in USB_FlushRxFifo()
553 count = 0U; in USB_FlushRxFifo()
[all …]
Dstm32f7xx_hal_mmc.c605 uint32_t count, data, dataremaining; in HAL_MMC_ReadBlocks() local
675 for(count = 0U; count < 8U; count++) in HAL_MMC_ReadBlocks()
806 uint32_t count, data, dataremaining; in HAL_MMC_WriteBlocks() local
876 for(count = 0U; count < 8U; count++) in HAL_MMC_WriteBlocks()
2133 uint32_t count; in HAL_MMC_GetCardExtCSD() local
2180 for(count = 0U; count < 8U; count++) in HAL_MMC_GetCardExtCSD()
2248 uint32_t count; in HAL_MMC_ConfigWideBusOperation() local
2285 count = SDMMC_MAX_TRIAL; in HAL_MMC_ConfigWideBusOperation()
2296 count--; in HAL_MMC_ConfigWideBusOperation()
2297 }while(((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_ConfigWideBusOperation()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_cryp.c1763 uint32_t count; in HAL_CRYP_Encrypt_DMA() local
1850 count = CRYP_TIMEOUT_KEYPREPARATION; in HAL_CRYP_Encrypt_DMA()
1853 count--; in HAL_CRYP_Encrypt_DMA()
1854 if (count == 0U) in HAL_CRYP_Encrypt_DMA()
2323 uint32_t count; in CRYP_AES_Encrypt_IT() local
2370 count = CRYP_TIMEOUT_KEYPREPARATION; in CRYP_AES_Encrypt_IT()
2373 count--; in CRYP_AES_Encrypt_IT()
2374 if (count == 0U) in CRYP_AES_Encrypt_IT()
2690 uint32_t count; in CRYP_AES_Decrypt_IT() local
2729 count = CRYP_TIMEOUT_KEYPREPARATION; in CRYP_AES_Decrypt_IT()
[all …]
Dstm32wbaxx_hal_hash.c1992 uint32_t count; in HAL_HASH_HMAC_Start_DMA() local
2047 count = HASH_TIMEOUTVALUE; in HAL_HASH_HMAC_Start_DMA()
2050 count--; in HAL_HASH_HMAC_Start_DMA()
2051 if (count == 0U) in HAL_HASH_HMAC_Start_DMA()
2322 uint32_t count; in HASH_DMAXferCplt() local
2333 count = HASH_TIMEOUTVALUE; in HASH_DMAXferCplt()
2336 count--; in HASH_DMAXferCplt()
2337 if (count == 0U) in HASH_DMAXferCplt()
2399 count = HASH_TIMEOUTVALUE; in HASH_DMAXferCplt()
2402 count--; in HASH_DMAXferCplt()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_usb.c474 __IO uint32_t count = 0U; in USB_FlushTxFifo() local
479 count++; in USB_FlushTxFifo()
481 if (count > 200000U) in USB_FlushTxFifo()
488 count = 0U; in USB_FlushTxFifo()
493 count++; in USB_FlushTxFifo()
495 if (count > 200000U) in USB_FlushTxFifo()
511 __IO uint32_t count = 0U; in USB_FlushRxFifo() local
516 count++; in USB_FlushRxFifo()
518 if (count > 200000U) in USB_FlushRxFifo()
525 count = 0U; in USB_FlushRxFifo()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_pcd.c1541 uint16_t count; in PCD_EP_ISR_Handler() local
1548 count = 0U; in PCD_EP_ISR_Handler()
1663 count = (uint16_t)PCD_GET_EP_RX_CNT(hpcd->Instance, ep->num); in PCD_EP_ISR_Handler()
1665 if (count != 0U) in PCD_EP_ISR_Handler()
1667 USB_ReadPMA(hpcd->Instance, ep->xfer_buff, ep->pmaadress, count); in PCD_EP_ISR_Handler()
1676 count = HAL_PCD_EP_DB_Receive(hpcd, ep, wEPVal); in PCD_EP_ISR_Handler()
1686 count = (uint16_t)PCD_GET_EP_DBUF0_CNT(hpcd->Instance, ep->num); in PCD_EP_ISR_Handler()
1688 if (count != 0U) in PCD_EP_ISR_Handler()
1690 USB_ReadPMA(hpcd->Instance, ep->xfer_buff, ep->pmaaddr0, count); in PCD_EP_ISR_Handler()
1696 count = (uint16_t)PCD_GET_EP_DBUF1_CNT(hpcd->Instance, ep->num); in PCD_EP_ISR_Handler()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_pcd.c1532 uint16_t count; in PCD_EP_ISR_Handler() local
1539 count = 0U; in PCD_EP_ISR_Handler()
1654 count = (uint16_t)PCD_GET_EP_RX_CNT(hpcd->Instance, ep->num); in PCD_EP_ISR_Handler()
1656 if (count != 0U) in PCD_EP_ISR_Handler()
1658 USB_ReadPMA(hpcd->Instance, ep->xfer_buff, ep->pmaadress, count); in PCD_EP_ISR_Handler()
1667 count = HAL_PCD_EP_DB_Receive(hpcd, ep, wEPVal); in PCD_EP_ISR_Handler()
1677 count = (uint16_t)PCD_GET_EP_DBUF0_CNT(hpcd->Instance, ep->num); in PCD_EP_ISR_Handler()
1679 if (count != 0U) in PCD_EP_ISR_Handler()
1681 USB_ReadPMA(hpcd->Instance, ep->xfer_buff, ep->pmaaddr0, count); in PCD_EP_ISR_Handler()
1687 count = (uint16_t)PCD_GET_EP_DBUF1_CNT(hpcd->Instance, ep->num); in PCD_EP_ISR_Handler()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_mmc.c605 uint32_t count, data, dataremaining; in HAL_MMC_ReadBlocks() local
675 for(count = 0U; count < 8U; count++) in HAL_MMC_ReadBlocks()
806 uint32_t count, data, dataremaining; in HAL_MMC_WriteBlocks() local
876 for(count = 0U; count < 8U; count++) in HAL_MMC_WriteBlocks()
2132 uint32_t count; in HAL_MMC_GetCardExtCSD() local
2179 for(count = 0U; count < 8U; count++) in HAL_MMC_GetCardExtCSD()
2247 uint32_t count; in HAL_MMC_ConfigWideBusOperation() local
2284 count = SDMMC_MAX_TRIAL; in HAL_MMC_ConfigWideBusOperation()
2295 count--; in HAL_MMC_ConfigWideBusOperation()
2296 }while(((response & 0x100U) == 0U) && (count != 0U)); in HAL_MMC_ConfigWideBusOperation()
[all …]
Dstm32f2xx_ll_usb.c443 __IO uint32_t count = 0U; in USB_FlushTxFifo() local
448 count++; in USB_FlushTxFifo()
450 if (count > 200000U) in USB_FlushTxFifo()
457 count = 0U; in USB_FlushTxFifo()
462 count++; in USB_FlushTxFifo()
464 if (count > 200000U) in USB_FlushTxFifo()
480 __IO uint32_t count = 0U; in USB_FlushRxFifo() local
485 count++; in USB_FlushRxFifo()
487 if (count > 200000U) in USB_FlushRxFifo()
494 count = 0U; in USB_FlushRxFifo()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_pcd.c1702 uint16_t count; in PCD_EP_ISR_Handler() local
1709 count = 0U; in PCD_EP_ISR_Handler()
1824 count = (uint16_t)PCD_GET_EP_RX_CNT(hpcd->Instance, ep->num); in PCD_EP_ISR_Handler()
1826 if (count != 0U) in PCD_EP_ISR_Handler()
1828 USB_ReadPMA(hpcd->Instance, ep->xfer_buff, ep->pmaadress, count); in PCD_EP_ISR_Handler()
1837 count = HAL_PCD_EP_DB_Receive(hpcd, ep, wEPVal); in PCD_EP_ISR_Handler()
1847 count = (uint16_t)PCD_GET_EP_DBUF0_CNT(hpcd->Instance, ep->num); in PCD_EP_ISR_Handler()
1849 if (count != 0U) in PCD_EP_ISR_Handler()
1851 USB_ReadPMA(hpcd->Instance, ep->xfer_buff, ep->pmaaddr0, count); in PCD_EP_ISR_Handler()
1857 count = (uint16_t)PCD_GET_EP_DBUF1_CNT(hpcd->Instance, ep->num); in PCD_EP_ISR_Handler()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_pcd.c1711 uint16_t count; in PCD_EP_ISR_Handler() local
1718 count = 0U; in PCD_EP_ISR_Handler()
1833 count = (uint16_t)PCD_GET_EP_RX_CNT(hpcd->Instance, ep->num); in PCD_EP_ISR_Handler()
1835 if (count != 0U) in PCD_EP_ISR_Handler()
1837 USB_ReadPMA(hpcd->Instance, ep->xfer_buff, ep->pmaadress, count); in PCD_EP_ISR_Handler()
1846 count = HAL_PCD_EP_DB_Receive(hpcd, ep, wEPVal); in PCD_EP_ISR_Handler()
1856 count = (uint16_t)PCD_GET_EP_DBUF0_CNT(hpcd->Instance, ep->num); in PCD_EP_ISR_Handler()
1858 if (count != 0U) in PCD_EP_ISR_Handler()
1860 USB_ReadPMA(hpcd->Instance, ep->xfer_buff, ep->pmaaddr0, count); in PCD_EP_ISR_Handler()
1866 count = (uint16_t)PCD_GET_EP_DBUF1_CNT(hpcd->Instance, ep->num); in PCD_EP_ISR_Handler()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_pcd.c1731 uint16_t count; in PCD_EP_ISR_Handler() local
1738 count = 0U; in PCD_EP_ISR_Handler()
1853 count = (uint16_t)PCD_GET_EP_RX_CNT(hpcd->Instance, ep->num); in PCD_EP_ISR_Handler()
1855 if (count != 0U) in PCD_EP_ISR_Handler()
1857 USB_ReadPMA(hpcd->Instance, ep->xfer_buff, ep->pmaadress, count); in PCD_EP_ISR_Handler()
1866 count = HAL_PCD_EP_DB_Receive(hpcd, ep, wEPVal); in PCD_EP_ISR_Handler()
1876 count = (uint16_t)PCD_GET_EP_DBUF0_CNT(hpcd->Instance, ep->num); in PCD_EP_ISR_Handler()
1878 if (count != 0U) in PCD_EP_ISR_Handler()
1880 USB_ReadPMA(hpcd->Instance, ep->xfer_buff, ep->pmaaddr0, count); in PCD_EP_ISR_Handler()
1886 count = (uint16_t)PCD_GET_EP_DBUF1_CNT(hpcd->Instance, ep->num); in PCD_EP_ISR_Handler()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_pcd.c1702 uint16_t count; in PCD_EP_ISR_Handler() local
1709 count = 0U; in PCD_EP_ISR_Handler()
1824 count = (uint16_t)PCD_GET_EP_RX_CNT(hpcd->Instance, ep->num); in PCD_EP_ISR_Handler()
1826 if (count != 0U) in PCD_EP_ISR_Handler()
1828 USB_ReadPMA(hpcd->Instance, ep->xfer_buff, ep->pmaadress, count); in PCD_EP_ISR_Handler()
1837 count = HAL_PCD_EP_DB_Receive(hpcd, ep, wEPVal); in PCD_EP_ISR_Handler()
1847 count = (uint16_t)PCD_GET_EP_DBUF0_CNT(hpcd->Instance, ep->num); in PCD_EP_ISR_Handler()
1849 if (count != 0U) in PCD_EP_ISR_Handler()
1851 USB_ReadPMA(hpcd->Instance, ep->xfer_buff, ep->pmaaddr0, count); in PCD_EP_ISR_Handler()
1857 count = (uint16_t)PCD_GET_EP_DBUF1_CNT(hpcd->Instance, ep->num); in PCD_EP_ISR_Handler()
[all …]

123456789