Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_hcd.c225 if (((epnum & 0xFU) == 0U) && ((hhcd->ep0_PmaAllocState & 0xF000U) != 0U)) in HAL_HCD_HC_Init()
316 ep0_virtual_channel = (uint8_t)(hhcd->ep0_PmaAllocState & 0xFU); in HAL_HCD_HC_Init()
318 … if ((ep0_virtual_channel != 0U) && (((hhcd->ep0_PmaAllocState & 0xF0U) >> 4) == CH_IN_DIR)) in HAL_HCD_HC_Init()
339 hhcd->ep0_PmaAllocState |= (0x1U << 12); in HAL_HCD_HC_Init()
364 if (((hhcd->ep0_PmaAllocState & 0xF00U) >> 8) == 1U) in HAL_HCD_HC_Init()
366 ep0_virtual_channel = (uint8_t)(hhcd->ep0_PmaAllocState & 0xFU); in HAL_HCD_HC_Init()
368 if (((hhcd->ep0_PmaAllocState & 0xF0U) >> 4) == CH_IN_DIR) in HAL_HCD_HC_Init()
524 hhcd->ep0_PmaAllocState = 0U; in HAL_HCD_DeInit()
1333 hhcd->ep0_PmaAllocState = 0U; in HAL_HCD_Stop()
2228 hhcd->ep0_PmaAllocState = 0U; in HCD_Port_IRQHandler()
[all …]
/hal_stm32-latest/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()
2228 hhcd->ep0_PmaAllocState = 0U; in HCD_Port_IRQHandler()
2269 hhcd->ep0_PmaAllocState = 0U; in HCD_Port_IRQHandler()
2650 hhcd->ep0_PmaAllocState = ch_num; in HAL_HCD_PMAlloc()
[all …]
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_hcd.c2149 if (((epnum & 0xFU) == 0U) && ((hhcd->ep0_PmaAllocState & 0xF000U) != 0U)) in HAL_HCD_HC_Init()
2240 ep0_virtual_channel = (uint8_t)(hhcd->ep0_PmaAllocState & 0xFU); in HAL_HCD_HC_Init()
2242 … if ((ep0_virtual_channel != 0U) && (((hhcd->ep0_PmaAllocState & 0xF0U) >> 4) == CH_IN_DIR)) in HAL_HCD_HC_Init()
2263 hhcd->ep0_PmaAllocState |= (0x1U << 12); in HAL_HCD_HC_Init()
2288 if (((hhcd->ep0_PmaAllocState & 0xF00U) >> 8) == 1U) in HAL_HCD_HC_Init()
2290 ep0_virtual_channel = (uint8_t)(hhcd->ep0_PmaAllocState & 0xFU); in HAL_HCD_HC_Init()
2292 if (((hhcd->ep0_PmaAllocState & 0xF0U) >> 4) == CH_IN_DIR) in HAL_HCD_HC_Init()
2448 hhcd->ep0_PmaAllocState = 0U; in HAL_HCD_DeInit()
3257 hhcd->ep0_PmaAllocState = 0U; in HAL_HCD_Stop()
4153 hhcd->ep0_PmaAllocState = 0U; in HCD_Port_IRQHandler()
[all …]
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_hcd.c2149 if (((epnum & 0xFU) == 0U) && ((hhcd->ep0_PmaAllocState & 0xF000U) != 0U)) in HAL_HCD_HC_Init()
2240 ep0_virtual_channel = (uint8_t)(hhcd->ep0_PmaAllocState & 0xFU); in HAL_HCD_HC_Init()
2242 … if ((ep0_virtual_channel != 0U) && (((hhcd->ep0_PmaAllocState & 0xF0U) >> 4) == CH_IN_DIR)) in HAL_HCD_HC_Init()
2263 hhcd->ep0_PmaAllocState |= (0x1U << 12); in HAL_HCD_HC_Init()
2288 if (((hhcd->ep0_PmaAllocState & 0xF00U) >> 8) == 1U) in HAL_HCD_HC_Init()
2290 ep0_virtual_channel = (uint8_t)(hhcd->ep0_PmaAllocState & 0xFU); in HAL_HCD_HC_Init()
2292 if (((hhcd->ep0_PmaAllocState & 0xF0U) >> 4) == CH_IN_DIR) in HAL_HCD_HC_Init()
2448 hhcd->ep0_PmaAllocState = 0U; in HAL_HCD_DeInit()
3257 hhcd->ep0_PmaAllocState = 0U; in HAL_HCD_Stop()
4153 hhcd->ep0_PmaAllocState = 0U; in HCD_Port_IRQHandler()
[all …]
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_hcd.h94 …uint32_t ep0_PmaAllocState; /*!< EP0 PMA allocation State (allocated, virtual Ch… member
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_hcd.h94 …uint32_t ep0_PmaAllocState; /*!< EP0 PMA allocation State (allocated, virtual Ch… member
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_hcd.h102 …uint32_t ep0_PmaAllocState; /*!< EP0 PMA allocation State (allocated, virtual Ch… member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_hcd.h102 …uint32_t ep0_PmaAllocState; /*!< EP0 PMA allocation State (allocated, virtual Ch… member