Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_pcd.c1544 uint16_t TxPctSize; in PCD_EP_ISR_Handler() local
1764 TxPctSize = (uint16_t)PCD_GET_EP_TX_CNT(hpcd->Instance, ep->num); in PCD_EP_ISR_Handler()
1766 if (ep->xfer_len > TxPctSize) in PCD_EP_ISR_Handler()
1768 ep->xfer_len -= TxPctSize; in PCD_EP_ISR_Handler()
1788 ep->xfer_buff += TxPctSize; in PCD_EP_ISR_Handler()
1789 ep->xfer_count += TxPctSize; in PCD_EP_ISR_Handler()
1902 uint16_t TxPctSize; in HAL_PCD_EP_DB_Transmit() local
1908 TxPctSize = (uint16_t)PCD_GET_EP_DBUF0_CNT(hpcd->Instance, ep->num); in HAL_PCD_EP_DB_Transmit()
1910 if (ep->xfer_len > TxPctSize) in HAL_PCD_EP_DB_Transmit()
1912 ep->xfer_len -= TxPctSize; in HAL_PCD_EP_DB_Transmit()
[all …]
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_pcd.c1544 uint16_t TxPctSize; in PCD_EP_ISR_Handler() local
1764 TxPctSize = (uint16_t)PCD_GET_EP_TX_CNT(hpcd->Instance, ep->num); in PCD_EP_ISR_Handler()
1766 if (ep->xfer_len > TxPctSize) in PCD_EP_ISR_Handler()
1768 ep->xfer_len -= TxPctSize; in PCD_EP_ISR_Handler()
1788 ep->xfer_buff += TxPctSize; in PCD_EP_ISR_Handler()
1789 ep->xfer_count += TxPctSize; in PCD_EP_ISR_Handler()
1902 uint16_t TxPctSize; in HAL_PCD_EP_DB_Transmit() local
1908 TxPctSize = (uint16_t)PCD_GET_EP_DBUF0_CNT(hpcd->Instance, ep->num); in HAL_PCD_EP_DB_Transmit()
1910 if (ep->xfer_len > TxPctSize) in HAL_PCD_EP_DB_Transmit()
1912 ep->xfer_len -= TxPctSize; in HAL_PCD_EP_DB_Transmit()
[all …]
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_pcd.c1714 uint16_t TxPctSize; in PCD_EP_ISR_Handler() local
1934 TxPctSize = (uint16_t)PCD_GET_EP_TX_CNT(hpcd->Instance, ep->num); in PCD_EP_ISR_Handler()
1936 if (ep->xfer_len > TxPctSize) in PCD_EP_ISR_Handler()
1938 ep->xfer_len -= TxPctSize; in PCD_EP_ISR_Handler()
1958 ep->xfer_buff += TxPctSize; in PCD_EP_ISR_Handler()
1959 ep->xfer_count += TxPctSize; in PCD_EP_ISR_Handler()
2072 uint16_t TxPctSize; in HAL_PCD_EP_DB_Transmit() local
2078 TxPctSize = (uint16_t)PCD_GET_EP_DBUF0_CNT(hpcd->Instance, ep->num); in HAL_PCD_EP_DB_Transmit()
2080 if (ep->xfer_len > TxPctSize) in HAL_PCD_EP_DB_Transmit()
2082 ep->xfer_len -= TxPctSize; in HAL_PCD_EP_DB_Transmit()
[all …]
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_pcd.c1714 uint16_t TxPctSize; in PCD_EP_ISR_Handler() local
1933 TxPctSize = (uint16_t)PCD_GET_EP_TX_CNT(hpcd->Instance, ep->num); in PCD_EP_ISR_Handler()
1935 if (ep->xfer_len > TxPctSize) in PCD_EP_ISR_Handler()
1937 ep->xfer_len -= TxPctSize; in PCD_EP_ISR_Handler()
1957 ep->xfer_buff += TxPctSize; in PCD_EP_ISR_Handler()
1958 ep->xfer_count += TxPctSize; in PCD_EP_ISR_Handler()
2071 uint16_t TxPctSize; in HAL_PCD_EP_DB_Transmit() local
2077 TxPctSize = (uint16_t)PCD_GET_EP_DBUF0_CNT(hpcd->Instance, ep->num); in HAL_PCD_EP_DB_Transmit()
2079 if (ep->xfer_len > TxPctSize) in HAL_PCD_EP_DB_Transmit()
2081 ep->xfer_len -= TxPctSize; in HAL_PCD_EP_DB_Transmit()
[all …]
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_pcd.c1714 uint16_t TxPctSize; in PCD_EP_ISR_Handler() local
1934 TxPctSize = (uint16_t)PCD_GET_EP_TX_CNT(hpcd->Instance, ep->num); in PCD_EP_ISR_Handler()
1936 if (ep->xfer_len > TxPctSize) in PCD_EP_ISR_Handler()
1938 ep->xfer_len -= TxPctSize; in PCD_EP_ISR_Handler()
1958 ep->xfer_buff += TxPctSize; in PCD_EP_ISR_Handler()
1959 ep->xfer_count += TxPctSize; in PCD_EP_ISR_Handler()
2072 uint16_t TxPctSize; in HAL_PCD_EP_DB_Transmit() local
2078 TxPctSize = (uint16_t)PCD_GET_EP_DBUF0_CNT(hpcd->Instance, ep->num); in HAL_PCD_EP_DB_Transmit()
2080 if (ep->xfer_len > TxPctSize) in HAL_PCD_EP_DB_Transmit()
2082 ep->xfer_len -= TxPctSize; in HAL_PCD_EP_DB_Transmit()
[all …]
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_pcd.c1714 uint16_t TxPctSize; in PCD_EP_ISR_Handler() local
1934 TxPctSize = (uint16_t)PCD_GET_EP_TX_CNT(hpcd->Instance, ep->num); in PCD_EP_ISR_Handler()
1936 if (ep->xfer_len > TxPctSize) in PCD_EP_ISR_Handler()
1938 ep->xfer_len -= TxPctSize; in PCD_EP_ISR_Handler()
1958 ep->xfer_buff += TxPctSize; in PCD_EP_ISR_Handler()
1959 ep->xfer_count += TxPctSize; in PCD_EP_ISR_Handler()
2072 uint16_t TxPctSize; in HAL_PCD_EP_DB_Transmit() local
2078 TxPctSize = (uint16_t)PCD_GET_EP_DBUF0_CNT(hpcd->Instance, ep->num); in HAL_PCD_EP_DB_Transmit()
2080 if (ep->xfer_len > TxPctSize) in HAL_PCD_EP_DB_Transmit()
2082 ep->xfer_len -= TxPctSize; in HAL_PCD_EP_DB_Transmit()
[all …]
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_pcd.c1705 uint16_t TxPctSize; in PCD_EP_ISR_Handler() local
1925 TxPctSize = (uint16_t)PCD_GET_EP_TX_CNT(hpcd->Instance, ep->num); in PCD_EP_ISR_Handler()
1927 if (ep->xfer_len > TxPctSize) in PCD_EP_ISR_Handler()
1929 ep->xfer_len -= TxPctSize; in PCD_EP_ISR_Handler()
1949 ep->xfer_buff += TxPctSize; in PCD_EP_ISR_Handler()
1950 ep->xfer_count += TxPctSize; in PCD_EP_ISR_Handler()
2063 uint16_t TxPctSize; in HAL_PCD_EP_DB_Transmit() local
2069 TxPctSize = (uint16_t)PCD_GET_EP_DBUF0_CNT(hpcd->Instance, ep->num); in HAL_PCD_EP_DB_Transmit()
2071 if (ep->xfer_len > TxPctSize) in HAL_PCD_EP_DB_Transmit()
2073 ep->xfer_len -= TxPctSize; in HAL_PCD_EP_DB_Transmit()
[all …]
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_pcd.c1714 uint16_t TxPctSize; in PCD_EP_ISR_Handler() local
1934 TxPctSize = (uint16_t)PCD_GET_EP_TX_CNT(hpcd->Instance, ep->num); in PCD_EP_ISR_Handler()
1936 if (ep->xfer_len > TxPctSize) in PCD_EP_ISR_Handler()
1938 ep->xfer_len -= TxPctSize; in PCD_EP_ISR_Handler()
1958 ep->xfer_buff += TxPctSize; in PCD_EP_ISR_Handler()
1959 ep->xfer_count += TxPctSize; in PCD_EP_ISR_Handler()
2072 uint16_t TxPctSize; in HAL_PCD_EP_DB_Transmit() local
2078 TxPctSize = (uint16_t)PCD_GET_EP_DBUF0_CNT(hpcd->Instance, ep->num); in HAL_PCD_EP_DB_Transmit()
2080 if (ep->xfer_len > TxPctSize) in HAL_PCD_EP_DB_Transmit()
2082 ep->xfer_len -= TxPctSize; in HAL_PCD_EP_DB_Transmit()
[all …]
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_pcd.c1720 uint16_t TxPctSize; in PCD_EP_ISR_Handler() local
1940 TxPctSize = (uint16_t)PCD_GET_EP_TX_CNT(hpcd->Instance, ep->num); in PCD_EP_ISR_Handler()
1942 if (ep->xfer_len > TxPctSize) in PCD_EP_ISR_Handler()
1944 ep->xfer_len -= TxPctSize; in PCD_EP_ISR_Handler()
1964 ep->xfer_buff += TxPctSize; in PCD_EP_ISR_Handler()
1965 ep->xfer_count += TxPctSize; in PCD_EP_ISR_Handler()
2078 uint16_t TxPctSize; in HAL_PCD_EP_DB_Transmit() local
2084 TxPctSize = (uint16_t)PCD_GET_EP_DBUF0_CNT(hpcd->Instance, ep->num); in HAL_PCD_EP_DB_Transmit()
2086 if (ep->xfer_len > TxPctSize) in HAL_PCD_EP_DB_Transmit()
2088 ep->xfer_len -= TxPctSize; in HAL_PCD_EP_DB_Transmit()
[all …]
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_pcd.c1714 uint16_t TxPctSize; in PCD_EP_ISR_Handler() local
1933 TxPctSize = (uint16_t)PCD_GET_EP_TX_CNT(hpcd->Instance, ep->num); in PCD_EP_ISR_Handler()
1935 if (ep->xfer_len > TxPctSize) in PCD_EP_ISR_Handler()
1937 ep->xfer_len -= TxPctSize; in PCD_EP_ISR_Handler()
1957 ep->xfer_buff += TxPctSize; in PCD_EP_ISR_Handler()
1958 ep->xfer_count += TxPctSize; in PCD_EP_ISR_Handler()
2071 uint16_t TxPctSize; in HAL_PCD_EP_DB_Transmit() local
2077 TxPctSize = (uint16_t)PCD_GET_EP_DBUF0_CNT(hpcd->Instance, ep->num); in HAL_PCD_EP_DB_Transmit()
2079 if (ep->xfer_len > TxPctSize) in HAL_PCD_EP_DB_Transmit()
2081 ep->xfer_len -= TxPctSize; in HAL_PCD_EP_DB_Transmit()
[all …]
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_pcd.c2191 uint16_t TxPctSize; in PCD_EP_ISR_Handler() local
2411 TxPctSize = (uint16_t)PCD_GET_EP_TX_CNT(hpcd->Instance, ep->num); in PCD_EP_ISR_Handler()
2413 if (ep->xfer_len > TxPctSize) in PCD_EP_ISR_Handler()
2415 ep->xfer_len -= TxPctSize; in PCD_EP_ISR_Handler()
2435 ep->xfer_buff += TxPctSize; in PCD_EP_ISR_Handler()
2436 ep->xfer_count += TxPctSize; in PCD_EP_ISR_Handler()
2549 uint16_t TxPctSize; in HAL_PCD_EP_DB_Transmit() local
2555 TxPctSize = (uint16_t)PCD_GET_EP_DBUF0_CNT(hpcd->Instance, ep->num); in HAL_PCD_EP_DB_Transmit()
2557 if (ep->xfer_len > TxPctSize) in HAL_PCD_EP_DB_Transmit()
2559 ep->xfer_len -= TxPctSize; in HAL_PCD_EP_DB_Transmit()
[all …]
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_pcd.c2398 uint16_t TxPctSize; in PCD_EP_ISR_Handler() local
2617 TxPctSize = (uint16_t)PCD_GET_EP_TX_CNT(hpcd->Instance, ep->num); in PCD_EP_ISR_Handler()
2619 if (ep->xfer_len > TxPctSize) in PCD_EP_ISR_Handler()
2621 ep->xfer_len -= TxPctSize; in PCD_EP_ISR_Handler()
2641 ep->xfer_buff += TxPctSize; in PCD_EP_ISR_Handler()
2642 ep->xfer_count += TxPctSize; in PCD_EP_ISR_Handler()
2755 uint16_t TxPctSize; in HAL_PCD_EP_DB_Transmit() local
2761 TxPctSize = (uint16_t)PCD_GET_EP_DBUF0_CNT(hpcd->Instance, ep->num); in HAL_PCD_EP_DB_Transmit()
2763 if (ep->xfer_len > TxPctSize) in HAL_PCD_EP_DB_Transmit()
2765 ep->xfer_len -= TxPctSize; in HAL_PCD_EP_DB_Transmit()
[all …]
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_pcd.c2546 uint16_t TxPctSize; in PCD_EP_ISR_Handler() local
2766 TxPctSize = (uint16_t)PCD_GET_EP_TX_CNT(hpcd->Instance, ep->num); in PCD_EP_ISR_Handler()
2768 if (ep->xfer_len > TxPctSize) in PCD_EP_ISR_Handler()
2770 ep->xfer_len -= TxPctSize; in PCD_EP_ISR_Handler()
2790 ep->xfer_buff += TxPctSize; in PCD_EP_ISR_Handler()
2791 ep->xfer_count += TxPctSize; in PCD_EP_ISR_Handler()
2904 uint16_t TxPctSize; in HAL_PCD_EP_DB_Transmit() local
2910 TxPctSize = (uint16_t)PCD_GET_EP_DBUF0_CNT(hpcd->Instance, ep->num); in HAL_PCD_EP_DB_Transmit()
2912 if (ep->xfer_len > TxPctSize) in HAL_PCD_EP_DB_Transmit()
2914 ep->xfer_len -= TxPctSize; in HAL_PCD_EP_DB_Transmit()
[all …]
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_pcd.c2546 uint16_t TxPctSize; in PCD_EP_ISR_Handler() local
2765 TxPctSize = (uint16_t)PCD_GET_EP_TX_CNT(hpcd->Instance, ep->num); in PCD_EP_ISR_Handler()
2767 if (ep->xfer_len > TxPctSize) in PCD_EP_ISR_Handler()
2769 ep->xfer_len -= TxPctSize; in PCD_EP_ISR_Handler()
2789 ep->xfer_buff += TxPctSize; in PCD_EP_ISR_Handler()
2790 ep->xfer_count += TxPctSize; in PCD_EP_ISR_Handler()
2903 uint16_t TxPctSize; in HAL_PCD_EP_DB_Transmit() local
2909 TxPctSize = (uint16_t)PCD_GET_EP_DBUF0_CNT(hpcd->Instance, ep->num); in HAL_PCD_EP_DB_Transmit()
2911 if (ep->xfer_len > TxPctSize) in HAL_PCD_EP_DB_Transmit()
2913 ep->xfer_len -= TxPctSize; in HAL_PCD_EP_DB_Transmit()
[all …]