Home
last modified time | relevance | path

Searched refs:mps (Results 1 – 25 of 36) sorted by relevance

12

/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_hcd.c89 static uint16_t HAL_HCD_GetFreePMA(HCD_HandleTypeDef *hhcd, uint16_t mps);
90 static HAL_StatusTypeDef HAL_HCD_PMAFree(HCD_HandleTypeDef *hhcd, uint32_t pma_base, uint16_t mps);
211 uint8_t speed, uint8_t ep_type, uint16_t mps) in HAL_HCD_HC_Init() argument
251 hhcd->hc[ch_num & 0xFU].max_packet = mps; in HAL_HCD_HC_Init()
263 status = HAL_HCD_PMAlloc(hhcd, ch_num, HCD_DBL_BUF, mps); in HAL_HCD_HC_Init()
281 status = HAL_HCD_PMAlloc(hhcd, ch_num, HCD_SNG_BUF, mps); in HAL_HCD_HC_Init()
381 epnum, dev_address, speed, ep_type, mps); in HAL_HCD_HC_Init()
2465 static uint16_t HAL_HCD_GetFreePMA(HCD_HandleTypeDef *hhcd, uint16_t mps) in HAL_HCD_GetFreePMA() argument
2473 uint16_t mps_t = mps; in HAL_HCD_GetFreePMA()
2573 uint16_t ch_kind, uint16_t mps) in HAL_HCD_PMAlloc() argument
[all …]
Dstm32h5xx_ll_usb.c1078 uint8_t ep_type, uint16_t mps) in USB_HC_Init() argument
1084 UNUSED(mps); in USB_HC_Init()
/hal_stm32-3.5.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_hcd.c89 static uint16_t HAL_HCD_GetFreePMA(HCD_HandleTypeDef *hhcd, uint16_t mps);
90 static HAL_StatusTypeDef HAL_HCD_PMAFree(HCD_HandleTypeDef *hhcd, uint32_t pma_base, uint16_t mps);
214 uint8_t speed, uint8_t ep_type, uint16_t mps) in HAL_HCD_HC_Init() argument
254 hhcd->hc[ch_num & 0xFU].max_packet = mps; in HAL_HCD_HC_Init()
266 status = HAL_HCD_PMAlloc(hhcd, ch_num, HCD_DBL_BUF, mps); in HAL_HCD_HC_Init()
284 status = HAL_HCD_PMAlloc(hhcd, ch_num, HCD_SNG_BUF, mps); in HAL_HCD_HC_Init()
384 epnum, dev_address, speed, ep_type, mps); in HAL_HCD_HC_Init()
2474 static uint16_t HAL_HCD_GetFreePMA(HCD_HandleTypeDef *hhcd, uint16_t mps) in HAL_HCD_GetFreePMA() argument
2482 uint16_t mps_t = mps; in HAL_HCD_GetFreePMA()
2582 uint16_t ch_kind, uint16_t mps) in HAL_HCD_PMAlloc() argument
[all …]
Dstm32g0xx_ll_usb.c1066 uint8_t ep_type, uint16_t mps) in USB_HC_Init() argument
1072 UNUSED(mps); in USB_HC_Init()
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_hcd.c206 uint8_t dev_address, uint8_t speed, uint8_t ep_type, uint16_t mps) in HAL_HCD_HC_Init() argument
210 uint32_t HCcharMps = mps; in HAL_HCD_HC_Init()
1993 static uint16_t HAL_HCD_GetFreePMA(HCD_HandleTypeDef *hhcd, uint16_t mps);
1994 static HAL_StatusTypeDef HAL_HCD_PMAFree(HCD_HandleTypeDef *hhcd, uint32_t pma_base, uint16_t mps);
2118 uint8_t speed, uint8_t ep_type, uint16_t mps) in HAL_HCD_HC_Init() argument
2158 hhcd->hc[ch_num & 0xFU].max_packet = mps; in HAL_HCD_HC_Init()
2170 status = HAL_HCD_PMAlloc(hhcd, ch_num, HCD_DBL_BUF, mps); in HAL_HCD_HC_Init()
2188 status = HAL_HCD_PMAlloc(hhcd, ch_num, HCD_SNG_BUF, mps); in HAL_HCD_HC_Init()
2288 epnum, dev_address, speed, ep_type, mps); in HAL_HCD_HC_Init()
4407 static uint16_t HAL_HCD_GetFreePMA(HCD_HandleTypeDef *hhcd, uint16_t mps) in HAL_HCD_GetFreePMA() argument
[all …]
Dstm32u5xx_ll_usb.c1692 uint8_t ep_type, uint16_t mps) in USB_HC_Init() argument
1799 ((uint32_t)mps & USB_OTG_HCCHAR_MPSIZ) | in USB_HC_Init()
3360 uint8_t ep_type, uint16_t mps) in USB_HC_Init() argument
3366 UNUSED(mps); in USB_HC_Init()
/hal_stm32-3.5.0/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_hcd.h202 uint8_t speed, uint8_t ep_type, uint16_t mps);
313 uint16_t ch_kind, uint16_t mps);
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_hcd.h205 uint8_t speed, uint8_t ep_type, uint16_t mps);
323 uint16_t ch_kind, uint16_t mps);
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_hcd.h232 uint8_t speed, uint8_t ep_type, uint16_t mps);
355 uint16_t ch_kind, uint16_t mps);
Dstm32u5xx_ll_usb.h1136 uint8_t ep_type, uint16_t mps);
1184 uint8_t dev_address, uint8_t speed, uint8_t ep_type, uint16_t mps);
/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_hcd.c202 uint16_t mps) in HAL_HCD_HC_Init() argument
209 hhcd->hc[ch_num].max_packet = mps; in HAL_HCD_HC_Init()
231 mps); in HAL_HCD_HC_Init()
/hal_stm32-3.5.0/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_hcd.c202 uint16_t mps) in HAL_HCD_HC_Init() argument
209 hhcd->hc[ch_num].max_packet = mps; in HAL_HCD_HC_Init()
231 mps); in HAL_HCD_HC_Init()
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_hcd.c206 uint16_t mps) in HAL_HCD_HC_Init() argument
213 hhcd->hc[ch_num].max_packet = mps; in HAL_HCD_HC_Init()
235 mps); in HAL_HCD_HC_Init()
/hal_stm32-3.5.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_hcd.c201 uint8_t dev_address, uint8_t speed, uint8_t ep_type, uint16_t mps) in HAL_HCD_HC_Init() argument
208 hhcd->hc[ch_num].max_packet = mps; in HAL_HCD_HC_Init()
225 dev_address, speed, ep_type, mps); in HAL_HCD_HC_Init()
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_hcd.c201 uint8_t dev_address, uint8_t speed, uint8_t ep_type, uint16_t mps) in HAL_HCD_HC_Init() argument
208 hhcd->hc[ch_num].max_packet = mps; in HAL_HCD_HC_Init()
225 dev_address, speed, ep_type, mps); in HAL_HCD_HC_Init()
/hal_stm32-3.5.0/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_hcd.h186 uint8_t speed, uint8_t ep_type, uint16_t mps);
/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_hcd.h185 uint8_t speed, uint8_t ep_type, uint16_t mps);
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_hcd.h190 uint8_t speed, uint8_t ep_type, uint16_t mps);
Dstm32h7xx_ll_usb.h524 uint8_t ep_type, uint16_t mps);
/hal_stm32-3.5.0/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_hcd.h190 uint8_t speed, uint8_t ep_type, uint16_t mps);
Dstm32f7xx_ll_usb.h511 uint8_t ep_type, uint16_t mps);
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_hcd.h186 uint8_t speed, uint8_t ep_type, uint16_t mps);
Dstm32f4xx_ll_usb.h502 uint8_t ep_type, uint16_t mps);
/hal_stm32-3.5.0/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_hcd.h193 uint8_t speed, uint8_t ep_type, uint16_t mps);
Dstm32f2xx_ll_usb.h537 uint8_t ep_type, uint16_t mps);

12