Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_hcd.c2518 uint8_t FirstFreeBlock_col = 0U; in HAL_HCD_GetFreePMA() local
2560 FirstFreeBlock_col = j; in HAL_HCD_GetFreePMA()
2587 ColIndex = FirstFreeBlock_col; in HAL_HCD_GetFreePMA()
2602 return (uint16_t)((FirstFreeBlock_line * (uint16_t)256U) + (FirstFreeBlock_col * (uint16_t)8U)); in HAL_HCD_GetFreePMA()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_hcd.c2518 uint8_t FirstFreeBlock_col = 0U; in HAL_HCD_GetFreePMA() local
2560 FirstFreeBlock_col = j; in HAL_HCD_GetFreePMA()
2587 ColIndex = FirstFreeBlock_col; in HAL_HCD_GetFreePMA()
2602 return (uint16_t)((FirstFreeBlock_line * (uint16_t)256U) + (FirstFreeBlock_col * (uint16_t)8U)); in HAL_HCD_GetFreePMA()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_hcd.c4443 uint8_t FirstFreeBlock_col = 0U; in HAL_HCD_GetFreePMA() local
4485 FirstFreeBlock_col = j; in HAL_HCD_GetFreePMA()
4512 ColIndex = FirstFreeBlock_col; in HAL_HCD_GetFreePMA()
4527 return (uint16_t)((FirstFreeBlock_line * (uint16_t)256U) + (FirstFreeBlock_col * (uint16_t)8U)); in HAL_HCD_GetFreePMA()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_hcd.c4443 uint8_t FirstFreeBlock_col = 0U; in HAL_HCD_GetFreePMA() local
4485 FirstFreeBlock_col = j; in HAL_HCD_GetFreePMA()
4512 ColIndex = FirstFreeBlock_col; in HAL_HCD_GetFreePMA()
4527 return (uint16_t)((FirstFreeBlock_line * (uint16_t)256U) + (FirstFreeBlock_col * (uint16_t)8U)); in HAL_HCD_GetFreePMA()