Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_hash.c370 hhash->HashITCounter = 0; in HAL_HASH_Init()
418 hhash->HashITCounter = 0; in HAL_HASH_DeInit()
2004 if(hhash->HashITCounter == 0U) in HASH_IT()
2013 else if (hhash->HashITCounter == 1U) in HASH_IT()
2018 hhash->HashITCounter = 2U; in HASH_IT()
2024 hhash->HashITCounter = 3U; in HASH_IT()
2095 …hhash->HashITCounter = 1; /* Set ITCounter to 1 to indicate the start of a… in HASH_IT()
2112 …hhash->HashITCounter = 1; /* Set ITCounter to 1 to indicate the start of … in HASH_IT()
2158 if(hhash->HashITCounter == 2U) in HASH_Write_Block_Data()
2690 hhash->HashITCounter = 1; in HASH_Accumulate_IT()
[all …]
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_hash.c376 hhash->HashITCounter = 0; in HAL_HASH_Init()
424 hhash->HashITCounter = 0; in HAL_HASH_DeInit()
2050 if (hhash->HashITCounter == 0U) in HASH_IT()
2059 else if (hhash->HashITCounter == 1U) in HASH_IT()
2064 hhash->HashITCounter = 2U; in HASH_IT()
2070 hhash->HashITCounter = 3U; in HASH_IT()
2141 … hhash->HashITCounter = 1; /* Set ITCounter to 1 to indicate the start in HASH_IT()
2159 … hhash->HashITCounter = 1; /* Set ITCounter to 1 to indicate the start in HASH_IT()
2206 if (hhash->HashITCounter == 2U) in HASH_Write_Block_Data()
2740 hhash->HashITCounter = 1; in HASH_Accumulate_IT()
[all …]
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_hash.h133 __IO uint32_t HashITCounter; /*!< Counter of issued interrupts */ member
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_hash.h133 __IO uint32_t HashITCounter; /*!< Counter of issued interrupts */ member