Home
last modified time | relevance | path

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

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_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 …]
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_hash.c370 hhash->HashITCounter = 0; in HAL_HASH_Init()
420 hhash->HashITCounter = 0; in HAL_HASH_DeInit()
2016 if(hhash->HashITCounter == 0U) in HASH_IT()
2025 else if (hhash->HashITCounter == 1U) in HASH_IT()
2030 hhash->HashITCounter = 2U; in HASH_IT()
2036 hhash->HashITCounter = 3U; in HASH_IT()
2107 …hhash->HashITCounter = 1; /* Set ITCounter to 1 to indicate the start of a… in HASH_IT()
2124 …hhash->HashITCounter = 1; /* Set ITCounter to 1 to indicate the start of … in HASH_IT()
2170 if(hhash->HashITCounter == 2U) in HASH_Write_Block_Data()
2702 hhash->HashITCounter = 1; in HASH_Accumulate_IT()
[all …]
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_hash.h133 __IO uint32_t HashITCounter; /*!< Counter of issued interrupts */ member
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_hash.h133 __IO uint32_t HashITCounter; /*!< Counter of issued interrupts */ member