Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_hash.c728 uint32_t sizeinwords;/* number in word of source block to be transferred.*/ in HAL_HASH_ProcessSuspend() local
787 sizeinwords = (((hhash->Size % 4U) != 0U) ? \ in HAL_HASH_ProcessSuspend()
791 hhash->pHashInBuffPtr += 4U * (sizeinwords - remainingwords) ; in HAL_HASH_ProcessSuspend()
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_hash.c730 uint32_t sizeinwords;/* number in word of source block to be transferred.*/ in HAL_HASH_ProcessSuspend() local
789 sizeinwords = (((hhash->Size % 4U) != 0U) ? \ in HAL_HASH_ProcessSuspend()
793 hhash->pHashInBuffPtr += 4U * (sizeinwords - remainingwords) ; in HAL_HASH_ProcessSuspend()