Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_flash_ex.h108 #define FLASH_KEY_256_BITS FLASH_OBKCR_OBKSIZE /*!< Key size is 256 bits */ macro
233 … ((VALUE) == FLASH_KEY_128_BITS) || ((VALUE) == FLASH_KEY_256_BITS))
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_flash_ex.c519 case FLASH_KEY_256_BITS : in HAL_FLASHEx_KeyConfig()
616 case FLASH_KEY_256_BITS : in HAL_FLASHEx_GetKey()