Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_flash_ex.h105 #define FLASH_KEY_32_BITS 0x0000000U /*!< Key size is 32 bits */ macro
232 #define IS_KEY_SIZE(VALUE) (((VALUE) == FLASH_KEY_32_BITS) || ((VALUE) == FLASH_KEY_64…
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_flash_ex.c507 case FLASH_KEY_32_BITS : in HAL_FLASHEx_KeyConfig()
604 case FLASH_KEY_32_BITS : in HAL_FLASHEx_GetKey()