Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_flash_ex.c488 assert_param(IS_KEY_SIZE(pKeyConfig->Size)); in HAL_FLASHEx_KeyConfig()
573 assert_param(IS_KEY_SIZE(pKeyConfig->Size)); in HAL_FLASHEx_GetKey()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_flash_ex.h232 #define IS_KEY_SIZE(VALUE) (((VALUE) == FLASH_KEY_32_BITS) || ((VALUE) == FLASH_KEY_64… macro