Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_hcd.c2545 Entry = hhcd->PMALookupTable[i]; in HAL_HCD_GetFreePMA()
2593 hhcd->PMALookupTable[i] |= ((uint32_t)1U << j); in HAL_HCD_GetFreePMA()
2779 hhcd->PMALookupTable[i] = 0U; in HAL_HCD_PMAReset()
2785 hhcd->PMALookupTable[0] |= ((uint32_t)1U << i); in HAL_HCD_PMAReset()
2847 if ((hhcd->PMALookupTable[i] & ((uint32_t)1U << j)) == 0U) in HAL_HCD_PMAFree()
2852 hhcd->PMALookupTable[i] &= ~(1U << j); in HAL_HCD_PMAFree()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_hcd.c2545 Entry = hhcd->PMALookupTable[i]; in HAL_HCD_GetFreePMA()
2593 hhcd->PMALookupTable[i] |= ((uint32_t)1U << j); in HAL_HCD_GetFreePMA()
2778 hhcd->PMALookupTable[i] = 0U; in HAL_HCD_PMAReset()
2784 hhcd->PMALookupTable[0] |= ((uint32_t)1U << i); in HAL_HCD_PMAReset()
2846 if ((hhcd->PMALookupTable[i] & ((uint32_t)1U << j)) == 0U) in HAL_HCD_PMAFree()
2851 hhcd->PMALookupTable[i] &= ~(1U << j); in HAL_HCD_PMAFree()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_hcd.c4470 Entry = hhcd->PMALookupTable[i]; in HAL_HCD_GetFreePMA()
4518 hhcd->PMALookupTable[i] |= ((uint32_t)1U << j); in HAL_HCD_GetFreePMA()
4704 hhcd->PMALookupTable[i] = 0U; in HAL_HCD_PMAReset()
4710 hhcd->PMALookupTable[0] |= ((uint32_t)1U << i); in HAL_HCD_PMAReset()
4772 if ((hhcd->PMALookupTable[i] & ((uint32_t)1U << j)) == 0U) in HAL_HCD_PMAFree()
4777 hhcd->PMALookupTable[i] &= ~(1U << j); in HAL_HCD_PMAFree()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_hcd.c4470 Entry = hhcd->PMALookupTable[i]; in HAL_HCD_GetFreePMA()
4518 hhcd->PMALookupTable[i] |= ((uint32_t)1U << j); in HAL_HCD_GetFreePMA()
4704 hhcd->PMALookupTable[i] = 0U; in HAL_HCD_PMAReset()
4710 hhcd->PMALookupTable[0] |= ((uint32_t)1U << i); in HAL_HCD_PMAReset()
4772 if ((hhcd->PMALookupTable[i] & ((uint32_t)1U << j)) == 0U) in HAL_HCD_PMAFree()
4777 hhcd->PMALookupTable[i] &= ~(1U << j); in HAL_HCD_PMAFree()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_hcd.h97 uint32_t PMALookupTable[PMA_BLOCKS]; /*PMA LookUp Table */ member
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_hcd.h97 uint32_t PMALookupTable[PMA_BLOCKS]; /*PMA LookUp Table */ member
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_hcd.h105 uint32_t PMALookupTable[PMA_BLOCKS]; /*PMA LookUp Table */ member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_hcd.h105 uint32_t PMALookupTable[PMA_BLOCKS]; /*PMA LookUp Table */ member