Lines Matching refs:mps
220 uint8_t dev_address, uint8_t speed, uint8_t ep_type, uint16_t mps) in HAL_HCD_HC_Init() argument
224 uint32_t HCcharMps = mps; in HAL_HCD_HC_Init()
2013 static uint16_t HAL_HCD_GetFreePMA(HCD_HandleTypeDef *hhcd, uint16_t mps);
2014 static HAL_StatusTypeDef HAL_HCD_PMAFree(HCD_HandleTypeDef *hhcd, uint32_t pma_base, uint16_t mps);
2135 uint8_t speed, uint8_t ep_type, uint16_t mps) in HAL_HCD_HC_Init() argument
2197 hhcd->hc[ch_num & 0xFU].max_packet = mps; in HAL_HCD_HC_Init()
2209 status = HAL_HCD_PMAlloc(hhcd, ch_num, HCD_DBL_BUF, mps); in HAL_HCD_HC_Init()
2228 status = HAL_HCD_PMAlloc(hhcd, ch_num, HCD_SNG_BUF, mps); in HAL_HCD_HC_Init()
2337 epnum, dev_address, speed, ep_type, mps); in HAL_HCD_HC_Init()
4439 static uint16_t HAL_HCD_GetFreePMA(HCD_HandleTypeDef *hhcd, uint16_t mps) in HAL_HCD_GetFreePMA() argument
4447 uint16_t mps_t = mps; in HAL_HCD_GetFreePMA()
4547 uint16_t ch_kind, uint16_t mps) in HAL_HCD_PMAlloc() argument
4558 pma_addr0 = HAL_HCD_GetFreePMA(hhcd, mps); in HAL_HCD_PMAlloc()
4607 pma_addr1 = HAL_HCD_GetFreePMA(hhcd, mps); in HAL_HCD_PMAlloc()
4612 (void)HAL_HCD_PMAFree(hhcd, pma_addr0, mps); in HAL_HCD_PMAlloc()
4723 static HAL_StatusTypeDef HAL_HCD_PMAFree(HCD_HandleTypeDef *hhcd, uint32_t pma_base, uint16_t mps) in HAL_HCD_PMAFree() argument
4728 uint16_t mps_t = mps; in HAL_HCD_PMAFree()