Home
last modified time | relevance | path

Searched refs:ep0_PmaAllocState (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_hcd.c292 ep0_virtual_channel = (uint8_t)(hhcd->ep0_PmaAllocState & 0xFU); in HAL_HCD_HC_Init()
294 … if ((ep0_virtual_channel != 0U) && (((hhcd->ep0_PmaAllocState & 0xF0U) >> 4) == CH_IN_DIR)) in HAL_HCD_HC_Init()
333 if (((hhcd->ep0_PmaAllocState & 0xF00U) >> 8) == 1U) in HAL_HCD_HC_Init()
335 ep0_virtual_channel = (uint8_t)(hhcd->ep0_PmaAllocState & 0xFU); in HAL_HCD_HC_Init()
337 if (((hhcd->ep0_PmaAllocState & 0xF0U) >> 4) == CH_IN_DIR) in HAL_HCD_HC_Init()
492 hhcd->ep0_PmaAllocState = 0U; in HAL_HCD_DeInit()
1326 hhcd->ep0_PmaAllocState = 0U; in HAL_HCD_Stop()
2179 hhcd->ep0_PmaAllocState = 0U; in HCD_Port_IRQHandler()
2220 hhcd->ep0_PmaAllocState = 0U; in HCD_Port_IRQHandler()
2601 hhcd->ep0_PmaAllocState = ch_num; in HAL_HCD_PMAlloc()
[all …]
/hal_stm32-3.4.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_hcd.c295 ep0_virtual_channel = (uint8_t)(hhcd->ep0_PmaAllocState & 0xFU); in HAL_HCD_HC_Init()
297 … if ((ep0_virtual_channel != 0U) && (((hhcd->ep0_PmaAllocState & 0xF0U) >> 4) == CH_IN_DIR)) in HAL_HCD_HC_Init()
336 if (((hhcd->ep0_PmaAllocState & 0xF00U) >> 8) == 1U) in HAL_HCD_HC_Init()
338 ep0_virtual_channel = (uint8_t)(hhcd->ep0_PmaAllocState & 0xFU); in HAL_HCD_HC_Init()
340 if (((hhcd->ep0_PmaAllocState & 0xF0U) >> 4) == CH_IN_DIR) in HAL_HCD_HC_Init()
495 hhcd->ep0_PmaAllocState = 0U; in HAL_HCD_DeInit()
1335 hhcd->ep0_PmaAllocState = 0U; in HAL_HCD_Stop()
2188 hhcd->ep0_PmaAllocState = 0U; in HCD_Port_IRQHandler()
2229 hhcd->ep0_PmaAllocState = 0U; in HCD_Port_IRQHandler()
2610 hhcd->ep0_PmaAllocState = ch_num; in HAL_HCD_PMAlloc()
[all …]
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_hcd.c2199 ep0_virtual_channel = (uint8_t)(hhcd->ep0_PmaAllocState & 0xFU); in HAL_HCD_HC_Init()
2201 … if ((ep0_virtual_channel != 0U) && (((hhcd->ep0_PmaAllocState & 0xF0U) >> 4) == CH_IN_DIR)) in HAL_HCD_HC_Init()
2240 if (((hhcd->ep0_PmaAllocState & 0xF00U) >> 8) == 1U) in HAL_HCD_HC_Init()
2242 ep0_virtual_channel = (uint8_t)(hhcd->ep0_PmaAllocState & 0xFU); in HAL_HCD_HC_Init()
2244 if (((hhcd->ep0_PmaAllocState & 0xF0U) >> 4) == CH_IN_DIR) in HAL_HCD_HC_Init()
2399 hhcd->ep0_PmaAllocState = 0U; in HAL_HCD_DeInit()
3233 hhcd->ep0_PmaAllocState = 0U; in HAL_HCD_Stop()
4121 hhcd->ep0_PmaAllocState = 0U; in HCD_Port_IRQHandler()
4162 hhcd->ep0_PmaAllocState = 0U; in HCD_Port_IRQHandler()
4543 hhcd->ep0_PmaAllocState = ch_num; in HAL_HCD_PMAlloc()
[all …]
/hal_stm32-3.4.0/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_hcd.h92 …uint32_t ep0_PmaAllocState; /*!< EP0 PMA allocation State (allocated, virtual Ch… member
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_hcd.h94 …uint32_t ep0_PmaAllocState; /*!< EP0 PMA allocation State (allocated, virtual Ch… member
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_hcd.h102 …uint32_t ep0_PmaAllocState; /*!< EP0 PMA allocation State (allocated, virtual Ch… member