Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_hcd.c2802 uint8_t LineIndex; in HAL_HCD_PMAFree() local
2832 LineIndex = (uint8_t)(pma_base / 256U); in HAL_HCD_PMAFree()
2833 ColIndex = (uint8_t)((pma_base - ((uint32_t)LineIndex * 256U)) / 8U); in HAL_HCD_PMAFree()
2837 LineIndex = 0U; in HAL_HCD_PMAFree()
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.c2801 uint8_t LineIndex; in HAL_HCD_PMAFree() local
2831 LineIndex = (uint8_t)(pma_base / 256U); in HAL_HCD_PMAFree()
2832 ColIndex = (uint8_t)((pma_base - ((uint32_t)LineIndex * 256U)) / 8U); in HAL_HCD_PMAFree()
2836 LineIndex = 0U; in HAL_HCD_PMAFree()
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.c4727 uint8_t LineIndex; in HAL_HCD_PMAFree() local
4757 LineIndex = (uint8_t)(pma_base / 256U); in HAL_HCD_PMAFree()
4758 ColIndex = (uint8_t)((pma_base - ((uint32_t)LineIndex * 256U)) / 8U); in HAL_HCD_PMAFree()
4762 LineIndex = 0U; in HAL_HCD_PMAFree()
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.c4727 uint8_t LineIndex; in HAL_HCD_PMAFree() local
4757 LineIndex = (uint8_t)(pma_base / 256U); in HAL_HCD_PMAFree()
4758 ColIndex = (uint8_t)((pma_base - ((uint32_t)LineIndex * 256U)) / 8U); in HAL_HCD_PMAFree()
4762 LineIndex = 0U; in HAL_HCD_PMAFree()
4767 for (uint8_t i = LineIndex; ((i < PMA_BLOCKS) && (block_nbr > 0U)); i++) in HAL_HCD_PMAFree()