Searched refs:HAL_HCD_GetFreePMA (Results 1 – 4 of 4) sorted by relevance
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_hal_hcd.c | 89 static uint16_t HAL_HCD_GetFreePMA(HCD_HandleTypeDef *hhcd, uint16_t mps); 2514 static uint16_t HAL_HCD_GetFreePMA(HCD_HandleTypeDef *hhcd, uint16_t mps) in HAL_HCD_GetFreePMA() function 2633 pma_addr0 = HAL_HCD_GetFreePMA(hhcd, mps); in HAL_HCD_PMAlloc() 2682 pma_addr1 = HAL_HCD_GetFreePMA(hhcd, mps); in HAL_HCD_PMAlloc()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_hcd.c | 89 static uint16_t HAL_HCD_GetFreePMA(HCD_HandleTypeDef *hhcd, uint16_t mps); 2514 static uint16_t HAL_HCD_GetFreePMA(HCD_HandleTypeDef *hhcd, uint16_t mps) in HAL_HCD_GetFreePMA() function 2633 pma_addr0 = HAL_HCD_GetFreePMA(hhcd, mps); in HAL_HCD_PMAlloc() 2681 pma_addr1 = HAL_HCD_GetFreePMA(hhcd, mps); in HAL_HCD_PMAlloc()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_hcd.c | 2013 static uint16_t HAL_HCD_GetFreePMA(HCD_HandleTypeDef *hhcd, uint16_t mps); 4439 static uint16_t HAL_HCD_GetFreePMA(HCD_HandleTypeDef *hhcd, uint16_t mps) in HAL_HCD_GetFreePMA() function 4558 pma_addr0 = HAL_HCD_GetFreePMA(hhcd, mps); in HAL_HCD_PMAlloc() 4607 pma_addr1 = HAL_HCD_GetFreePMA(hhcd, mps); in HAL_HCD_PMAlloc()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_hcd.c | 2013 static uint16_t HAL_HCD_GetFreePMA(HCD_HandleTypeDef *hhcd, uint16_t mps); 4439 static uint16_t HAL_HCD_GetFreePMA(HCD_HandleTypeDef *hhcd, uint16_t mps) in HAL_HCD_GetFreePMA() function 4558 pma_addr0 = HAL_HCD_GetFreePMA(hhcd, mps); in HAL_HCD_PMAlloc() 4607 pma_addr1 = HAL_HCD_GetFreePMA(hhcd, mps); in HAL_HCD_PMAlloc()
|