Home
last modified time | relevance | path

Searched refs:RAMCFG_ERASE_KEY2 (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_ramcfg.h147 #define RAMCFG_ERASE_KEY2 (0x53U) /*!< RAMCFG launch Erase Key 2 */ macro
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_ramcfg.h148 #define RAMCFG_ERASE_KEY2 (0x53U) /*!< RAMCFG launch Erase Key 2 */ macro
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_ramcfg.h172 #define RAMCFG_ERASE_KEY2 (0x53U) /*!< RAMCFG launch Erase Key 2 */ macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_ramcfg.h164 #define RAMCFG_ERASE_KEY2 (0x53U) /*!< RAMCFG launch Erase Key 2 */ macro
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_ramcfg.c758 WRITE_REG(hramcfg->Instance->ERKEYR, RAMCFG_ERASE_KEY2); in HAL_RAMCFG_Erase()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_ramcfg.c613 WRITE_REG(hramcfg->Instance->ERKEYR, RAMCFG_ERASE_KEY2); in HAL_RAMCFG_Erase()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_ramcfg.c779 WRITE_REG(hramcfg->Instance->ERKEYR, RAMCFG_ERASE_KEY2); in HAL_RAMCFG_Erase()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_ramcfg.c723 WRITE_REG(hramcfg->Instance->ERKEYR, RAMCFG_ERASE_KEY2); in HAL_RAMCFG_Erase()