Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_flash_ex.h106 #define FLASH_KEY_64_BITS FLASH_OBKCR_OBKSIZE_0 /*!< Key size is 64 bits */ macro
232 …KEY_SIZE(VALUE) (((VALUE) == FLASH_KEY_32_BITS) || ((VALUE) == FLASH_KEY_64_BITS) || \
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_flash_ex.c511 case FLASH_KEY_64_BITS : in HAL_FLASHEx_KeyConfig()
608 case FLASH_KEY_64_BITS : in HAL_FLASHEx_GetKey()