Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_hash.c347 hhash->HashITCounter = 0; in HAL_HASH_Init()
393 hhash->HashITCounter = 0; in HAL_HASH_DeInit()
1867 if(hhash->HashITCounter == 0U) in HASH_IT()
1876 else if (hhash->HashITCounter == 1U) in HASH_IT()
1881 hhash->HashITCounter = 2U; in HASH_IT()
1887 hhash->HashITCounter = 3U; in HASH_IT()
1956 …hhash->HashITCounter = 1; /* Set ITCounter to 1 to indicate the start of a… in HASH_IT()
1973 …hhash->HashITCounter = 1; /* Set ITCounter to 1 to indicate the start of … in HASH_IT()
2019 if(hhash->HashITCounter == 2U) in HASH_Write_Block_Data()
2500 hhash->HashITCounter = 1; in HASH_Start_IT()
[all …]
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_hash.h145 __IO uint32_t HashITCounter; /*!< Counter of issued interrupts */ member