Home
last modified time | relevance | path

Searched refs:PMA_BLOCKS (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_hcd.h75 #define PMA_BLOCKS ((USB_DRD_PMA_SIZE) / (8U * 32U)) macro
97 uint32_t PMALookupTable[PMA_BLOCKS]; /*PMA LookUp Table */
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_hcd.h75 #define PMA_BLOCKS ((USB_DRD_PMA_SIZE) / (8U * 32U)) macro
97 uint32_t PMALookupTable[PMA_BLOCKS]; /*PMA LookUp Table */
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_hcd.h83 #define PMA_BLOCKS ((USB_DRD_PMA_SIZE) / (8U * 32U)) macro
105 uint32_t PMALookupTable[PMA_BLOCKS]; /*PMA LookUp Table */
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_hcd.h83 #define PMA_BLOCKS ((USB_DRD_PMA_SIZE) / (8U * 32U)) macro
105 uint32_t PMALookupTable[PMA_BLOCKS]; /*PMA LookUp Table */
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_hcd.c2543 for (uint8_t i = 0U; ((i < PMA_BLOCKS) && (FreeBlocks != NbrReqBlocks)); i++) in HAL_HCD_GetFreePMA()
2589 for (uint8_t i = FirstFreeBlock_line; ((i < PMA_BLOCKS) && (FreeBlocks > 0U)); i++) in HAL_HCD_GetFreePMA()
2777 for (uint8_t i = 0U; i < PMA_BLOCKS; i++) in HAL_HCD_PMAReset()
2842 for (uint8_t i = LineIndex; ((i < PMA_BLOCKS) && (block_nbr > 0U)); i++) in HAL_HCD_PMAFree()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_hcd.c2543 for (uint8_t i = 0U; ((i < PMA_BLOCKS) && (FreeBlocks != NbrReqBlocks)); i++) in HAL_HCD_GetFreePMA()
2589 for (uint8_t i = FirstFreeBlock_line; ((i < PMA_BLOCKS) && (FreeBlocks > 0U)); i++) in HAL_HCD_GetFreePMA()
2776 for (uint8_t i = 0U; i < PMA_BLOCKS; i++) in HAL_HCD_PMAReset()
2841 for (uint8_t i = LineIndex; ((i < PMA_BLOCKS) && (block_nbr > 0U)); i++) in HAL_HCD_PMAFree()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_hcd.c4468 for (uint8_t i = 0U; ((i < PMA_BLOCKS) && (FreeBlocks != NbrReqBlocks)); i++) in HAL_HCD_GetFreePMA()
4514 for (uint8_t i = FirstFreeBlock_line; ((i < PMA_BLOCKS) && (FreeBlocks > 0U)); i++) in HAL_HCD_GetFreePMA()
4702 for (uint8_t i = 0U; i < PMA_BLOCKS; i++) in HAL_HCD_PMAReset()
4767 for (uint8_t i = LineIndex; ((i < PMA_BLOCKS) && (block_nbr > 0U)); i++) in HAL_HCD_PMAFree()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_hcd.c4468 for (uint8_t i = 0U; ((i < PMA_BLOCKS) && (FreeBlocks != NbrReqBlocks)); i++) in HAL_HCD_GetFreePMA()
4514 for (uint8_t i = FirstFreeBlock_line; ((i < PMA_BLOCKS) && (FreeBlocks > 0U)); i++) in HAL_HCD_GetFreePMA()
4702 for (uint8_t i = 0U; i < PMA_BLOCKS; i++) in HAL_HCD_PMAReset()
4767 for (uint8_t i = LineIndex; ((i < PMA_BLOCKS) && (block_nbr > 0U)); i++) in HAL_HCD_PMAFree()