/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_hcd.c | 89 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 …]
|
D | stm32h5xx_ll_usb.c | 1078 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/ |
D | stm32g0xx_hal_hcd.c | 89 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 …]
|
D | stm32g0xx_ll_usb.c | 1066 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/ |
D | stm32u5xx_hal_hcd.c | 206 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 …]
|
D | stm32u5xx_ll_usb.c | 1692 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/ |
D | stm32g0xx_hal_hcd.h | 202 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/ |
D | stm32h5xx_hal_hcd.h | 205 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/ |
D | stm32u5xx_hal_hcd.h | 232 uint8_t speed, uint8_t ep_type, uint16_t mps); 355 uint16_t ch_kind, uint16_t mps);
|
D | stm32u5xx_ll_usb.h | 1136 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/ |
D | stm32l4xx_hal_hcd.c | 202 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/ |
D | stm32f1xx_hal_hcd.c | 202 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/ |
D | stm32f4xx_hal_hcd.c | 206 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/ |
D | stm32f7xx_hal_hcd.c | 201 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/ |
D | stm32h7xx_hal_hcd.c | 201 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/ |
D | stm32f1xx_hal_hcd.h | 186 uint8_t speed, uint8_t ep_type, uint16_t mps);
|
/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_hcd.h | 185 uint8_t speed, uint8_t ep_type, uint16_t mps);
|
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_hcd.h | 190 uint8_t speed, uint8_t ep_type, uint16_t mps);
|
D | stm32h7xx_ll_usb.h | 524 uint8_t ep_type, uint16_t mps);
|
/hal_stm32-3.5.0/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_hcd.h | 190 uint8_t speed, uint8_t ep_type, uint16_t mps);
|
D | stm32f7xx_ll_usb.h | 511 uint8_t ep_type, uint16_t mps);
|
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_hcd.h | 186 uint8_t speed, uint8_t ep_type, uint16_t mps);
|
D | stm32f4xx_ll_usb.h | 502 uint8_t ep_type, uint16_t mps);
|
/hal_stm32-3.5.0/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_hal_hcd.h | 193 uint8_t speed, uint8_t ep_type, uint16_t mps);
|
D | stm32f2xx_ll_usb.h | 537 uint8_t ep_type, uint16_t mps);
|