Home
last modified time | relevance | path

Searched refs:HCcharMps (Results 1 – 10 of 10) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_hcd.c223 uint32_t HCcharMps = mps; in HAL_HCD_HC_Init() local
250 if (HCcharMps > ISO_SPLT_MPS) in HAL_HCD_HC_Init()
253 HCcharMps = ISO_SPLT_MPS; in HAL_HCD_HC_Init()
259 hhcd->hc[ch_num].max_packet = (uint16_t)HCcharMps; in HAL_HCD_HC_Init()
262 dev_address, speed, ep_type, (uint16_t)HCcharMps); in HAL_HCD_HC_Init()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_hcd.c222 uint32_t HCcharMps = mps; in HAL_HCD_HC_Init() local
249 if (HCcharMps > ISO_SPLT_MPS) in HAL_HCD_HC_Init()
252 HCcharMps = ISO_SPLT_MPS; in HAL_HCD_HC_Init()
258 hhcd->hc[ch_num].max_packet = (uint16_t)HCcharMps; in HAL_HCD_HC_Init()
261 dev_address, speed, ep_type, (uint16_t)HCcharMps); in HAL_HCD_HC_Init()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_hcd.c223 uint32_t HCcharMps = mps; in HAL_HCD_HC_Init() local
250 if (HCcharMps > ISO_SPLT_MPS) in HAL_HCD_HC_Init()
253 HCcharMps = ISO_SPLT_MPS; in HAL_HCD_HC_Init()
259 hhcd->hc[ch_num].max_packet = (uint16_t)HCcharMps; in HAL_HCD_HC_Init()
262 dev_address, speed, ep_type, (uint16_t)HCcharMps); in HAL_HCD_HC_Init()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_hcd.c223 uint32_t HCcharMps = mps; in HAL_HCD_HC_Init() local
250 if (HCcharMps > ISO_SPLT_MPS) in HAL_HCD_HC_Init()
253 HCcharMps = ISO_SPLT_MPS; in HAL_HCD_HC_Init()
259 hhcd->hc[ch_num].max_packet = (uint16_t)HCcharMps; in HAL_HCD_HC_Init()
262 dev_address, speed, ep_type, (uint16_t)HCcharMps); in HAL_HCD_HC_Init()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_hcd.c207 uint32_t HCcharMps = mps; in HAL_HCD_HC_Init() local
234 if (HCcharMps > ISO_SPLT_MPS) in HAL_HCD_HC_Init()
237 HCcharMps = ISO_SPLT_MPS; in HAL_HCD_HC_Init()
243 hhcd->hc[ch_num].max_packet = (uint16_t)HCcharMps; in HAL_HCD_HC_Init()
246 dev_address, speed, ep_type, (uint16_t)HCcharMps); in HAL_HCD_HC_Init()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_hcd.c207 uint32_t HCcharMps = mps; in HAL_HCD_HC_Init() local
234 if (HCcharMps > ISO_SPLT_MPS) in HAL_HCD_HC_Init()
237 HCcharMps = ISO_SPLT_MPS; in HAL_HCD_HC_Init()
243 hhcd->hc[ch_num].max_packet = (uint16_t)HCcharMps; in HAL_HCD_HC_Init()
246 dev_address, speed, ep_type, (uint16_t)HCcharMps); in HAL_HCD_HC_Init()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_hcd.c205 uint32_t HCcharMps = mps; in HAL_HCD_HC_Init() local
226 hhcd->hc[ch_num].max_packet = (uint16_t)HCcharMps; in HAL_HCD_HC_Init()
229 dev_address, speed, ep_type, (uint16_t)HCcharMps); in HAL_HCD_HC_Init()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_hcd.c205 uint32_t HCcharMps = mps; in HAL_HCD_HC_Init() local
226 hhcd->hc[ch_num].max_packet = (uint16_t)HCcharMps; in HAL_HCD_HC_Init()
229 dev_address, speed, ep_type, (uint16_t)HCcharMps); in HAL_HCD_HC_Init()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_hcd.c224 uint32_t HCcharMps = mps; in HAL_HCD_HC_Init() local
251 if (HCcharMps > ISO_SPLT_MPS) in HAL_HCD_HC_Init()
254 HCcharMps = ISO_SPLT_MPS; in HAL_HCD_HC_Init()
260 hhcd->hc[ch_num].max_packet = (uint16_t)HCcharMps; in HAL_HCD_HC_Init()
263 dev_address, speed, ep_type, (uint16_t)HCcharMps); in HAL_HCD_HC_Init()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_hcd.c224 uint32_t HCcharMps = mps; in HAL_HCD_HC_Init() local
251 if (HCcharMps > ISO_SPLT_MPS) in HAL_HCD_HC_Init()
254 HCcharMps = ISO_SPLT_MPS; in HAL_HCD_HC_Init()
260 hhcd->hc[ch_num].max_packet = (uint16_t)HCcharMps; in HAL_HCD_HC_Init()
263 dev_address, speed, ep_type, (uint16_t)HCcharMps); in HAL_HCD_HC_Init()