Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_hash.c1250 uint32_t csr_ptr = (uint32_t)HASH->CSR; in HAL_HASH_ContextSaving() local
1268 *(uint32_t*)(mem_ptr) = *(uint32_t*)(csr_ptr); in HAL_HASH_ContextSaving()
1270 csr_ptr+=4U; in HAL_HASH_ContextSaving()
1290 uint32_t csr_ptr = (uint32_t)HASH->CSR; in HAL_HASH_ContextRestoring() local
1313 WRITE_REG((*(uint32_t*)(csr_ptr)), (*(uint32_t*)(mem_ptr))); in HAL_HASH_ContextRestoring()
1315 csr_ptr+=4U; in HAL_HASH_ContextRestoring()