Home
last modified time | relevance | path

Searched refs:current_index (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_pka.c2913 uint32_t current_index = Maxsize - 1UL; in PKA_Result_GetSize() local
2916 while ((hpka->Instance->RAM[Startindex + current_index] == 0UL) && (current_index != 0UL)) in PKA_Result_GetSize()
2918 current_index--; in PKA_Result_GetSize()
2921 size = (current_index + 1UL) * 4UL; in PKA_Result_GetSize()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_pka.c2914 uint32_t current_index = Maxsize - 1UL; in PKA_Result_GetSize() local
2917 while ((hpka->Instance->RAM[Startindex + current_index] == 0UL) && (current_index != 0UL)) in PKA_Result_GetSize()
2919 current_index--; in PKA_Result_GetSize()
2922 size = (current_index + 1UL) * 4UL; in PKA_Result_GetSize()