Home
last modified time | relevance | path

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

12

/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_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
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 …]
Dstm32c0xx_ll_usb.c1119 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/
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()
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 …]
Dstm32g0xx_ll_usb.c1119 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/
Dstm32u5xx_hal_hcd.c220 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 …]
Dstm32u5xx_ll_usb.c1693 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/
Dstm32h5xx_hal_hcd.c220 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 …]
Dstm32h5xx_ll_usb.c1705 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/
Dstm32c0xx_hal_hcd.h205 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/
Dstm32g0xx_hal_hcd.h205 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/
Dstm32h5xx_hal_hcd.h232 uint8_t speed, uint8_t ep_type, uint16_t mps);
355 uint16_t ch_kind, uint16_t mps);
Dstm32h5xx_ll_usb.h1140 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/
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.h1140 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/
Dble_stack_user_cfg.c4424 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/
Dstm32f1xx_hal_hcd.h189 uint8_t speed, uint8_t ep_type, uint16_t mps);
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_hcd.h189 uint8_t speed, uint8_t ep_type, uint16_t mps);
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_hcd.h193 uint8_t speed, uint8_t ep_type, uint16_t mps);
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_hcd.h193 uint8_t speed, uint8_t ep_type, uint16_t mps);
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_hcd.h193 uint8_t speed, uint8_t ep_type, uint16_t mps);
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_hcd.h193 uint8_t speed, uint8_t ep_type, uint16_t mps);
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_hcd.h193 uint8_t speed, uint8_t ep_type, uint16_t mps);
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_hcd.h193 uint8_t speed, uint8_t ep_type, uint16_t mps);
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_hcd.c202 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/
Dstm32l4xx_hal_hcd.c202 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()

12