Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_hcd.c90 static HAL_StatusTypeDef HAL_HCD_PMAFree(HCD_HandleTypeDef *hhcd, uint32_t pma_base, uint16_t mps);
2798 static HAL_StatusTypeDef HAL_HCD_PMAFree(HCD_HandleTypeDef *hhcd, uint32_t pma_base, uint16_t mps) in HAL_HCD_PMAFree() argument
2830 if (pma_base > 256U) in HAL_HCD_PMAFree()
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()
2838 ColIndex = (uint8_t)(pma_base / 8U); in HAL_HCD_PMAFree()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_hcd.c90 static HAL_StatusTypeDef HAL_HCD_PMAFree(HCD_HandleTypeDef *hhcd, uint32_t pma_base, uint16_t mps);
2797 static HAL_StatusTypeDef HAL_HCD_PMAFree(HCD_HandleTypeDef *hhcd, uint32_t pma_base, uint16_t mps) in HAL_HCD_PMAFree() argument
2829 if (pma_base > 256U) in HAL_HCD_PMAFree()
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()
2837 ColIndex = (uint8_t)(pma_base / 8U); in HAL_HCD_PMAFree()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_hcd.c2014 static HAL_StatusTypeDef HAL_HCD_PMAFree(HCD_HandleTypeDef *hhcd, uint32_t pma_base, uint16_t mps);
4723 static HAL_StatusTypeDef HAL_HCD_PMAFree(HCD_HandleTypeDef *hhcd, uint32_t pma_base, uint16_t mps) in HAL_HCD_PMAFree() argument
4755 if (pma_base > 256U) in HAL_HCD_PMAFree()
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()
4763 ColIndex = (uint8_t)(pma_base / 8U); in HAL_HCD_PMAFree()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_hcd.c2014 static HAL_StatusTypeDef HAL_HCD_PMAFree(HCD_HandleTypeDef *hhcd, uint32_t pma_base, uint16_t mps);
4723 static HAL_StatusTypeDef HAL_HCD_PMAFree(HCD_HandleTypeDef *hhcd, uint32_t pma_base, uint16_t mps) in HAL_HCD_PMAFree() argument
4755 if (pma_base > 256U) in HAL_HCD_PMAFree()
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()
4763 ColIndex = (uint8_t)(pma_base / 8U); in HAL_HCD_PMAFree()