Home
last modified time | relevance | path

Searched refs:__HAL_FLASH_POWER_DOWN_ENABLE (Results 1 – 10 of 10) sorted by relevance

/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_flash_ramfunc.c95 __HAL_FLASH_POWER_DOWN_ENABLE(); in HAL_FLASHEx_EnableRunPowerDown()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_flash_ramfunc.c94 __HAL_FLASH_POWER_DOWN_ENABLE(); in HAL_FLASHEx_EnableRunPowerDown()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_flash_ramfunc.c94 __HAL_FLASH_POWER_DOWN_ENABLE(); in HAL_FLASHEx_EnableRunPowerDown()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_flash_ramfunc.c116 __HAL_FLASH_POWER_DOWN_ENABLE(); in HAL_FLASHEx_EnableRunPowerDown()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_flash_ramfunc.c116 __HAL_FLASH_POWER_DOWN_ENABLE(); in HAL_FLASHEx_EnableRunPowerDown()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_flash_ex.h715 #define __HAL_FLASH_POWER_DOWN_ENABLE() do { FLASH->PDKEYR = FLASH_PDKEY1; \ macro
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_flash_ex.h871 #define __HAL_FLASH_POWER_DOWN_ENABLE() do { FLASH->PDKEYR = FLASH_PDKEY1; \ macro
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_flash.h674 #define __HAL_FLASH_POWER_DOWN_ENABLE() do { WRITE_REG(FLASH->PDKEYR, FLASH_PDKEY1); \ macro
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_flash.h613 #define __HAL_FLASH_POWER_DOWN_ENABLE() do { WRITE_REG(FLASH->PDKEYR, FLASH_PDKEY1); \ macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_flash.h654 #define __HAL_FLASH_POWER_DOWN_ENABLE() do { WRITE_REG(FLASH->PDKEYR, FLASH_PDKEY1); \ macro