Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_hcd.c2521 uint16_t NbrReqBlocks; in HAL_HCD_GetFreePMA() local
2534 NbrReqBlocks = mps_t / 8U; in HAL_HCD_GetFreePMA()
2539 NbrReqBlocks++; in HAL_HCD_GetFreePMA()
2543 for (uint8_t i = 0U; ((i < PMA_BLOCKS) && (FreeBlocks != NbrReqBlocks)); i++) in HAL_HCD_GetFreePMA()
2553 while ((j <= 31U) && (FreeBlocks != NbrReqBlocks)) in HAL_HCD_GetFreePMA()
2567 while ((j <= 31U) && ((Entry & ((uint32_t)1U << j)) == 0U) && (FreeBlocks < NbrReqBlocks)) in HAL_HCD_GetFreePMA()
2574 if (((FreeBlocks < NbrReqBlocks) && (j < 31U)) || in HAL_HCD_GetFreePMA()
2585 if (FreeBlocks >= NbrReqBlocks) in HAL_HCD_GetFreePMA()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_hcd.c2521 uint16_t NbrReqBlocks; in HAL_HCD_GetFreePMA() local
2534 NbrReqBlocks = mps_t / 8U; in HAL_HCD_GetFreePMA()
2539 NbrReqBlocks++; in HAL_HCD_GetFreePMA()
2543 for (uint8_t i = 0U; ((i < PMA_BLOCKS) && (FreeBlocks != NbrReqBlocks)); i++) in HAL_HCD_GetFreePMA()
2553 while ((j <= 31U) && (FreeBlocks != NbrReqBlocks)) in HAL_HCD_GetFreePMA()
2567 while ((j <= 31U) && ((Entry & ((uint32_t)1U << j)) == 0U) && (FreeBlocks < NbrReqBlocks)) in HAL_HCD_GetFreePMA()
2574 if (((FreeBlocks < NbrReqBlocks) && (j < 31U)) || in HAL_HCD_GetFreePMA()
2585 if (FreeBlocks >= NbrReqBlocks) in HAL_HCD_GetFreePMA()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_hcd.c4446 uint16_t NbrReqBlocks; in HAL_HCD_GetFreePMA() local
4459 NbrReqBlocks = mps_t / 8U; in HAL_HCD_GetFreePMA()
4464 NbrReqBlocks++; in HAL_HCD_GetFreePMA()
4468 for (uint8_t i = 0U; ((i < PMA_BLOCKS) && (FreeBlocks != NbrReqBlocks)); i++) in HAL_HCD_GetFreePMA()
4478 while ((j <= 31U) && (FreeBlocks != NbrReqBlocks)) in HAL_HCD_GetFreePMA()
4492 while ((j <= 31U) && ((Entry & ((uint32_t)1U << j)) == 0U) && (FreeBlocks < NbrReqBlocks)) in HAL_HCD_GetFreePMA()
4499 if (((FreeBlocks < NbrReqBlocks) && (j < 31U)) || in HAL_HCD_GetFreePMA()
4510 if (FreeBlocks >= NbrReqBlocks) in HAL_HCD_GetFreePMA()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_hcd.c4446 uint16_t NbrReqBlocks; in HAL_HCD_GetFreePMA() local
4459 NbrReqBlocks = mps_t / 8U; in HAL_HCD_GetFreePMA()
4464 NbrReqBlocks++; in HAL_HCD_GetFreePMA()
4468 for (uint8_t i = 0U; ((i < PMA_BLOCKS) && (FreeBlocks != NbrReqBlocks)); i++) in HAL_HCD_GetFreePMA()
4478 while ((j <= 31U) && (FreeBlocks != NbrReqBlocks)) in HAL_HCD_GetFreePMA()
4492 while ((j <= 31U) && ((Entry & ((uint32_t)1U << j)) == 0U) && (FreeBlocks < NbrReqBlocks)) in HAL_HCD_GetFreePMA()
4499 if (((FreeBlocks < NbrReqBlocks) && (j < 31U)) || in HAL_HCD_GetFreePMA()
4510 if (FreeBlocks >= NbrReqBlocks) in HAL_HCD_GetFreePMA()