Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_flash_ex.h107 #define FLASH_KEY_128_BITS FLASH_OBKCR_OBKSIZE_1 /*!< Key size is 128 bits */ macro
233 … ((VALUE) == FLASH_KEY_128_BITS) || ((VALUE) == FLASH_KEY_256_BITS))
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_flash_ex.c515 case FLASH_KEY_128_BITS : in HAL_FLASHEx_KeyConfig()
612 case FLASH_KEY_128_BITS : in HAL_FLASHEx_GetKey()