Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_hcd.c2496 Entry = hhcd->PMALookupTable[i]; in HAL_HCD_GetFreePMA()
2544 hhcd->PMALookupTable[i] |= ((uint32_t)1U << j); in HAL_HCD_GetFreePMA()
2729 hhcd->PMALookupTable[i] = 0U; in HAL_HCD_PMAReset()
2735 hhcd->PMALookupTable[0] |= ((uint32_t)1U << i); in HAL_HCD_PMAReset()
2797 if ((hhcd->PMALookupTable[i] & ((uint32_t)1U << j)) == 0U) in HAL_HCD_PMAFree()
2802 hhcd->PMALookupTable[i] &= ~(1U << j); in HAL_HCD_PMAFree()
/hal_stm32-3.5.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_hcd.c2505 Entry = hhcd->PMALookupTable[i]; in HAL_HCD_GetFreePMA()
2553 hhcd->PMALookupTable[i] |= ((uint32_t)1U << j); in HAL_HCD_GetFreePMA()
2738 hhcd->PMALookupTable[i] = 0U; in HAL_HCD_PMAReset()
2744 hhcd->PMALookupTable[0] |= ((uint32_t)1U << i); in HAL_HCD_PMAReset()
2806 if ((hhcd->PMALookupTable[i] & ((uint32_t)1U << j)) == 0U) in HAL_HCD_PMAFree()
2811 hhcd->PMALookupTable[i] &= ~(1U << j); in HAL_HCD_PMAFree()
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_hcd.c4438 Entry = hhcd->PMALookupTable[i]; in HAL_HCD_GetFreePMA()
4486 hhcd->PMALookupTable[i] |= ((uint32_t)1U << j); in HAL_HCD_GetFreePMA()
4671 hhcd->PMALookupTable[i] = 0U; in HAL_HCD_PMAReset()
4677 hhcd->PMALookupTable[0] |= ((uint32_t)1U << i); in HAL_HCD_PMAReset()
4739 if ((hhcd->PMALookupTable[i] & ((uint32_t)1U << j)) == 0U) in HAL_HCD_PMAFree()
4744 hhcd->PMALookupTable[i] &= ~(1U << j); in HAL_HCD_PMAFree()
/hal_stm32-3.5.0/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_hcd.h95 uint32_t PMALookupTable[PMA_BLOCKS]; /*PMA LookUp Table */ member
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_hcd.h97 uint32_t PMALookupTable[PMA_BLOCKS]; /*PMA LookUp Table */ member
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_hcd.h105 uint32_t PMALookupTable[PMA_BLOCKS]; /*PMA LookUp Table */ member