/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); 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 273 hhcd->hc[ch_num & 0xFU].max_packet = mps; in HAL_HCD_HC_Init() 285 status = HAL_HCD_PMAlloc(hhcd, ch_num, HCD_DBL_BUF, mps); in HAL_HCD_HC_Init() 304 status = HAL_HCD_PMAlloc(hhcd, ch_num, HCD_SNG_BUF, mps); in HAL_HCD_HC_Init() 413 epnum, dev_address, speed, ep_type, mps); in HAL_HCD_HC_Init() 2514 static uint16_t HAL_HCD_GetFreePMA(HCD_HandleTypeDef *hhcd, uint16_t mps) in HAL_HCD_GetFreePMA() argument 2522 uint16_t mps_t = mps; in HAL_HCD_GetFreePMA() 2622 uint16_t ch_kind, uint16_t mps) in HAL_HCD_PMAlloc() argument [all …]
|
D | stm32c0xx_ll_usb.c | 1119 uint8_t ep_type, uint16_t mps) in USB_HC_Init() argument 1125 UNUSED(mps); in USB_HC_Init()
|
/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); 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() 2514 static uint16_t HAL_HCD_GetFreePMA(HCD_HandleTypeDef *hhcd, uint16_t mps) in HAL_HCD_GetFreePMA() argument 2522 uint16_t mps_t = mps; in HAL_HCD_GetFreePMA() 2622 uint16_t ch_kind, uint16_t mps) in HAL_HCD_PMAlloc() argument [all …]
|
D | stm32g0xx_ll_usb.c | 1119 uint8_t ep_type, uint16_t mps) in USB_HC_Init() argument 1125 UNUSED(mps); in USB_HC_Init()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_hcd.c | 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 [all …]
|
D | stm32u5xx_ll_usb.c | 1693 uint8_t ep_type, uint16_t mps) in USB_HC_Init() argument 1802 ((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-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_hcd.c | 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 [all …]
|
D | stm32h5xx_ll_usb.c | 1705 uint8_t ep_type, uint16_t mps) in USB_HC_Init() argument 1814 ((uint32_t)mps & USB_OTG_HCCHAR_MPSIZ) | in USB_HC_Init() 3377 uint8_t ep_type, uint16_t mps) in USB_HC_Init() argument 3383 UNUSED(mps); in USB_HC_Init()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_hal_hcd.h | 205 uint8_t speed, uint8_t ep_type, uint16_t mps); 328 uint16_t ch_kind, uint16_t mps);
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_hcd.h | 205 uint8_t speed, uint8_t ep_type, uint16_t mps); 328 uint16_t ch_kind, uint16_t mps);
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_hcd.h | 232 uint8_t speed, uint8_t ep_type, uint16_t mps); 355 uint16_t ch_kind, uint16_t mps);
|
D | stm32h5xx_ll_usb.h | 1140 uint8_t ep_type, uint16_t mps); 1188 uint8_t dev_address, uint8_t speed, uint8_t ep_type, uint16_t mps);
|
/hal_stm32-latest/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 | 1140 uint8_t ep_type, uint16_t mps); 1188 uint8_t dev_address, uint8_t speed, uint8_t ep_type, uint16_t mps);
|
/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/config/ |
D | ble_stack_user_cfg.c | 4424 uint16_t mps, in aci_l2cap_cos_connection_req() argument 4431 mps, in aci_l2cap_cos_connection_req() 4445 uint16_t mps, in aci_l2cap_cos_connection_resp() argument 4453 mps, in aci_l2cap_cos_connection_resp() 4480 uint16_t mps, in aci_l2cap_cos_reconfigure_req() argument 4486 mps, in aci_l2cap_cos_reconfigure_req()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_hal_hcd.h | 189 uint8_t speed, uint8_t ep_type, uint16_t mps);
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_hcd.h | 189 uint8_t speed, uint8_t ep_type, uint16_t mps);
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_hcd.h | 193 uint8_t speed, uint8_t ep_type, uint16_t mps);
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_hcd.h | 193 uint8_t speed, uint8_t ep_type, uint16_t mps);
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_hcd.h | 193 uint8_t speed, uint8_t ep_type, uint16_t mps);
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_hal_hcd.h | 193 uint8_t speed, uint8_t ep_type, uint16_t mps);
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_hcd.h | 193 uint8_t speed, uint8_t ep_type, uint16_t mps);
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_hcd.h | 193 uint8_t speed, uint8_t ep_type, uint16_t mps);
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_hcd.c | 202 uint8_t dev_address, uint8_t speed, uint8_t ep_type, uint16_t mps) in HAL_HCD_HC_Init() argument 205 uint32_t HCcharMps = mps; in HAL_HCD_HC_Init()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_hcd.c | 202 uint8_t dev_address, uint8_t speed, uint8_t ep_type, uint16_t mps) in HAL_HCD_HC_Init() argument 205 uint32_t HCcharMps = mps; in HAL_HCD_HC_Init()
|