Home
last modified time | relevance | path

Searched refs:Entry (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_hcd.c2516 uint32_t Entry; in HAL_HCD_GetFreePMA() local
2545 Entry = hhcd->PMALookupTable[i]; in HAL_HCD_GetFreePMA()
2548 if ((FreeBlocks != 0U) && ((Entry & (uint32_t)1U) != 0U)) in HAL_HCD_GetFreePMA()
2556 if ((Entry & ((uint32_t)1U << j)) == 0U) in HAL_HCD_GetFreePMA()
2567 while ((j <= 31U) && ((Entry & ((uint32_t)1U << j)) == 0U) && (FreeBlocks < NbrReqBlocks)) in HAL_HCD_GetFreePMA()
2575 ((j == 31U) && ((Entry & ((uint32_t)1U << j)) != 0U))) in HAL_HCD_GetFreePMA()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_hcd.c2516 uint32_t Entry; in HAL_HCD_GetFreePMA() local
2545 Entry = hhcd->PMALookupTable[i]; in HAL_HCD_GetFreePMA()
2548 if ((FreeBlocks != 0U) && ((Entry & (uint32_t)1U) != 0U)) in HAL_HCD_GetFreePMA()
2556 if ((Entry & ((uint32_t)1U << j)) == 0U) in HAL_HCD_GetFreePMA()
2567 while ((j <= 31U) && ((Entry & ((uint32_t)1U << j)) == 0U) && (FreeBlocks < NbrReqBlocks)) in HAL_HCD_GetFreePMA()
2575 ((j == 31U) && ((Entry & ((uint32_t)1U << j)) != 0U))) in HAL_HCD_GetFreePMA()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_hcd.c4441 uint32_t Entry; in HAL_HCD_GetFreePMA() local
4470 Entry = hhcd->PMALookupTable[i]; in HAL_HCD_GetFreePMA()
4473 if ((FreeBlocks != 0U) && ((Entry & (uint32_t)1U) != 0U)) in HAL_HCD_GetFreePMA()
4481 if ((Entry & ((uint32_t)1U << j)) == 0U) in HAL_HCD_GetFreePMA()
4492 while ((j <= 31U) && ((Entry & ((uint32_t)1U << j)) == 0U) && (FreeBlocks < NbrReqBlocks)) in HAL_HCD_GetFreePMA()
4500 ((j == 31U) && ((Entry & ((uint32_t)1U << j)) != 0U))) in HAL_HCD_GetFreePMA()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_hcd.c4441 uint32_t Entry; in HAL_HCD_GetFreePMA() local
4470 Entry = hhcd->PMALookupTable[i]; in HAL_HCD_GetFreePMA()
4473 if ((FreeBlocks != 0U) && ((Entry & (uint32_t)1U) != 0U)) in HAL_HCD_GetFreePMA()
4481 if ((Entry & ((uint32_t)1U << j)) == 0U) in HAL_HCD_GetFreePMA()
4492 while ((j <= 31U) && ((Entry & ((uint32_t)1U << j)) == 0U) && (FreeBlocks < NbrReqBlocks)) in HAL_HCD_GetFreePMA()
4500 ((j == 31U) && ((Entry & ((uint32_t)1U << j)) != 0U))) in HAL_HCD_GetFreePMA()