Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_hcd.c2520 uint8_t ColIndex; in HAL_HCD_GetFreePMA() local
2587 ColIndex = FirstFreeBlock_col; in HAL_HCD_GetFreePMA()
2591 for (uint8_t j = ColIndex; j <= 31U; j++) in HAL_HCD_GetFreePMA()
2599 ColIndex = 0U; in HAL_HCD_GetFreePMA()
2801 uint8_t ColIndex; in HAL_HCD_PMAFree() local
2833 ColIndex = (uint8_t)((pma_base - ((uint32_t)LineIndex * 256U)) / 8U); in HAL_HCD_PMAFree()
2838 ColIndex = (uint8_t)(pma_base / 8U); in HAL_HCD_PMAFree()
2844 for (uint8_t j = ColIndex; j <= 31U; j++) in HAL_HCD_PMAFree()
2859 ColIndex = 0U; in HAL_HCD_PMAFree()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_hcd.c2520 uint8_t ColIndex; in HAL_HCD_GetFreePMA() local
2587 ColIndex = FirstFreeBlock_col; in HAL_HCD_GetFreePMA()
2591 for (uint8_t j = ColIndex; j <= 31U; j++) in HAL_HCD_GetFreePMA()
2599 ColIndex = 0U; in HAL_HCD_GetFreePMA()
2800 uint8_t ColIndex; in HAL_HCD_PMAFree() local
2832 ColIndex = (uint8_t)((pma_base - ((uint32_t)LineIndex * 256U)) / 8U); in HAL_HCD_PMAFree()
2837 ColIndex = (uint8_t)(pma_base / 8U); in HAL_HCD_PMAFree()
2843 for (uint8_t j = ColIndex; j <= 31U; j++) in HAL_HCD_PMAFree()
2858 ColIndex = 0U; in HAL_HCD_PMAFree()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_hcd.c4445 uint8_t ColIndex; in HAL_HCD_GetFreePMA() local
4512 ColIndex = FirstFreeBlock_col; in HAL_HCD_GetFreePMA()
4516 for (uint8_t j = ColIndex; j <= 31U; j++) in HAL_HCD_GetFreePMA()
4524 ColIndex = 0U; in HAL_HCD_GetFreePMA()
4726 uint8_t ColIndex; in HAL_HCD_PMAFree() local
4758 ColIndex = (uint8_t)((pma_base - ((uint32_t)LineIndex * 256U)) / 8U); in HAL_HCD_PMAFree()
4763 ColIndex = (uint8_t)(pma_base / 8U); in HAL_HCD_PMAFree()
4769 for (uint8_t j = ColIndex; j <= 31U; j++) in HAL_HCD_PMAFree()
4784 ColIndex = 0U; in HAL_HCD_PMAFree()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_hcd.c4445 uint8_t ColIndex; in HAL_HCD_GetFreePMA() local
4512 ColIndex = FirstFreeBlock_col; in HAL_HCD_GetFreePMA()
4516 for (uint8_t j = ColIndex; j <= 31U; j++) in HAL_HCD_GetFreePMA()
4524 ColIndex = 0U; in HAL_HCD_GetFreePMA()
4726 uint8_t ColIndex; in HAL_HCD_PMAFree() local
4758 ColIndex = (uint8_t)((pma_base - ((uint32_t)LineIndex * 256U)) / 8U); in HAL_HCD_PMAFree()
4763 ColIndex = (uint8_t)(pma_base / 8U); in HAL_HCD_PMAFree()
4769 for (uint8_t j = ColIndex; j <= 31U; j++) in HAL_HCD_PMAFree()
4784 ColIndex = 0U; in HAL_HCD_PMAFree()