Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_hash.c725 uint32_t remainingwords; /*remaining number in of source block to be transferred.*/ in HAL_HASH_ProcessSuspend() local
752 remainingwords = ((((DMA_Channel_TypeDef *)hhash->hdmain->Instance)->CBR1) \ in HAL_HASH_ProcessSuspend()
754 remainingwords += ((((DMA_Channel_TypeDef *)hhash->hdmain->Instance)->CSR) \ in HAL_HASH_ProcessSuspend()
757 if (remainingwords <= nbbytePartialHash) in HAL_HASH_ProcessSuspend()
791 hhash->pHashInBuffPtr += 4U * (sizeinwords - remainingwords) ; in HAL_HASH_ProcessSuspend()
794 hhash->HashInCount = 4U * remainingwords; in HAL_HASH_ProcessSuspend()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_hash.c725 uint32_t remainingwords; /*remaining number in of source block to be transferred.*/ in HAL_HASH_ProcessSuspend() local
752 remainingwords = ((((DMA_Channel_TypeDef *)hhash->hdmain->Instance)->CBR1) \ in HAL_HASH_ProcessSuspend()
754 remainingwords += ((((DMA_Channel_TypeDef *)hhash->hdmain->Instance)->CSR) \ in HAL_HASH_ProcessSuspend()
757 if (remainingwords <= nbbytePartialHash) in HAL_HASH_ProcessSuspend()
791 hhash->pHashInBuffPtr += 4U * (sizeinwords - remainingwords) ; in HAL_HASH_ProcessSuspend()
794 hhash->HashInCount = 4U * remainingwords; in HAL_HASH_ProcessSuspend()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_hash.c729 uint32_t remainingwords; /*remaining number in of source block to be transferred.*/ in HAL_HASH_ProcessSuspend() local
756 remainingwords = ((((DMA_Channel_TypeDef *)hhash->hdmain->Instance)->CBR1) \ in HAL_HASH_ProcessSuspend()
758 remainingwords += ((((DMA_Channel_TypeDef *)hhash->hdmain->Instance)->CSR) \ in HAL_HASH_ProcessSuspend()
761 if (remainingwords <= nbbytePartialHash) in HAL_HASH_ProcessSuspend()
795 hhash->pHashInBuffPtr += 4U * (sizeinwords - remainingwords) ; in HAL_HASH_ProcessSuspend()
798 hhash->HashInCount = 4U * remainingwords; in HAL_HASH_ProcessSuspend()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_hash.c725 uint32_t remainingwords; /*remaining number in of source block to be transferred.*/ in HAL_HASH_ProcessSuspend() local
752 remainingwords = ((((DMA_Channel_TypeDef *)hhash->hdmain->Instance)->CBR1) \ in HAL_HASH_ProcessSuspend()
754 remainingwords += ((((DMA_Channel_TypeDef *)hhash->hdmain->Instance)->CSR) \ in HAL_HASH_ProcessSuspend()
757 if (remainingwords <= nbbytePartialHash) in HAL_HASH_ProcessSuspend()
791 hhash->pHashInBuffPtr += 4U * (sizeinwords - remainingwords) ; in HAL_HASH_ProcessSuspend()
794 hhash->HashInCount = 4U * remainingwords; in HAL_HASH_ProcessSuspend()