Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_hash.h416 #define IS_HASH_POLLING_MULTIBUFFER_SIZE(__SIZE__) (((__SIZE__) % 4U) == 0U) macro
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_hash.c2380 assert_param(IS_HASH_POLLING_MULTIBUFFER_SIZE(Size)); in HASH_Accumulate()