Home
last modified time | relevance | path

Searched refs:mps_t (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_hcd.c2522 uint16_t mps_t = mps; in HAL_HCD_GetFreePMA() local
2526 if ((mps_t > 64U) && ((mps_t % 32U) != 0U)) in HAL_HCD_GetFreePMA()
2530 mps_t = (uint16_t)(((mps_t / 32U) + 1U) * 32U); in HAL_HCD_GetFreePMA()
2534 NbrReqBlocks = mps_t / 8U; in HAL_HCD_GetFreePMA()
2537 if ((mps_t % 8U) != 0U) in HAL_HCD_GetFreePMA()
2803 uint16_t mps_t = mps; in HAL_HCD_PMAFree() local
2807 if ((mps_t > 64U) && ((mps_t % 32U) != 0U)) in HAL_HCD_PMAFree()
2811 mps_t = (uint16_t)(((mps_t / 32U) + 1U) * 32U); in HAL_HCD_PMAFree()
2815 if ((mps_t / 8U) != 0U) in HAL_HCD_PMAFree()
2817 block_nbr = ((uint32_t)mps_t / 8U); in HAL_HCD_PMAFree()
[all …]
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_hcd.c2522 uint16_t mps_t = mps; in HAL_HCD_GetFreePMA() local
2526 if ((mps_t > 64U) && ((mps_t % 32U) != 0U)) in HAL_HCD_GetFreePMA()
2530 mps_t = (uint16_t)(((mps_t / 32U) + 1U) * 32U); in HAL_HCD_GetFreePMA()
2534 NbrReqBlocks = mps_t / 8U; in HAL_HCD_GetFreePMA()
2537 if ((mps_t % 8U) != 0U) in HAL_HCD_GetFreePMA()
2802 uint16_t mps_t = mps; in HAL_HCD_PMAFree() local
2806 if ((mps_t > 64U) && ((mps_t % 32U) != 0U)) in HAL_HCD_PMAFree()
2810 mps_t = (uint16_t)(((mps_t / 32U) + 1U) * 32U); in HAL_HCD_PMAFree()
2814 if ((mps_t / 8U) != 0U) in HAL_HCD_PMAFree()
2816 block_nbr = ((uint32_t)mps_t / 8U); in HAL_HCD_PMAFree()
[all …]
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_hcd.c4447 uint16_t mps_t = mps; in HAL_HCD_GetFreePMA() local
4451 if ((mps_t > 64U) && ((mps_t % 32U) != 0U)) in HAL_HCD_GetFreePMA()
4455 mps_t = (uint16_t)(((mps_t / 32U) + 1U) * 32U); in HAL_HCD_GetFreePMA()
4459 NbrReqBlocks = mps_t / 8U; in HAL_HCD_GetFreePMA()
4462 if ((mps_t % 8U) != 0U) in HAL_HCD_GetFreePMA()
4728 uint16_t mps_t = mps; in HAL_HCD_PMAFree() local
4732 if ((mps_t > 64U) && ((mps_t % 32U) != 0U)) in HAL_HCD_PMAFree()
4736 mps_t = (uint16_t)(((mps_t / 32U) + 1U) * 32U); in HAL_HCD_PMAFree()
4740 if ((mps_t / 8U) != 0U) in HAL_HCD_PMAFree()
4742 block_nbr = ((uint32_t)mps_t / 8U); in HAL_HCD_PMAFree()
[all …]
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_hcd.c4447 uint16_t mps_t = mps; in HAL_HCD_GetFreePMA() local
4451 if ((mps_t > 64U) && ((mps_t % 32U) != 0U)) in HAL_HCD_GetFreePMA()
4455 mps_t = (uint16_t)(((mps_t / 32U) + 1U) * 32U); in HAL_HCD_GetFreePMA()
4459 NbrReqBlocks = mps_t / 8U; in HAL_HCD_GetFreePMA()
4462 if ((mps_t % 8U) != 0U) in HAL_HCD_GetFreePMA()
4728 uint16_t mps_t = mps; in HAL_HCD_PMAFree() local
4732 if ((mps_t > 64U) && ((mps_t % 32U) != 0U)) in HAL_HCD_PMAFree()
4736 mps_t = (uint16_t)(((mps_t / 32U) + 1U) * 32U); in HAL_HCD_PMAFree()
4740 if ((mps_t / 8U) != 0U) in HAL_HCD_PMAFree()
4742 block_nbr = ((uint32_t)mps_t / 8U); in HAL_HCD_PMAFree()
[all …]