| /hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
| D | stm32l0xx_hal_firewall.h | 93 #define FIREWALL_VOLATILEDATA_EXECUTABLE FW_CR_VDE 252 SET_BIT(FIREWALL->CR, FW_CR_VDE) ; \ 255 tmpreg = READ_BIT(FIREWALL->CR, FW_CR_VDE) ; \ 272 CLEAR_BIT(FIREWALL->CR, FW_CR_VDE) ; \ 275 tmpreg = READ_BIT(FIREWALL->CR, FW_CR_VDE) ; \ 298 #define __HAL_FIREWALL_GET_VOLATILEDATA_EXECUTION() ((FIREWALL->CR & FW_CR_VDE) == FW_CR_VDE)
|
| /hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
| D | stm32l4xx_hal_firewall.h | 91 #define FIREWALL_VOLATILEDATA_EXECUTABLE ((uint32_t)FW_CR_VDE) 250 SET_BIT(FIREWALL->CR, FW_CR_VDE) ; \ 253 tmpreg = READ_BIT(FIREWALL->CR, FW_CR_VDE) ; \ 270 CLEAR_BIT(FIREWALL->CR, FW_CR_VDE) ; \ 273 tmpreg = READ_BIT(FIREWALL->CR, FW_CR_VDE) ; \ 296 #define __HAL_FIREWALL_GET_VOLATILEDATA_EXECUTION() ((FIREWALL->CR & FW_CR_VDE) == FW_CR_VDE)
|
| /hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
| D | stm32l0xx_hal_firewall.c | 164 …MODIFY_REG(FIREWALL->CR, FW_CR_VDS|FW_CR_VDE, fw_init->VolatileDataExecution|fw_init->VolatileData… in HAL_FIREWALL_Config() 199 fw_config->VolatileDataExecution = (READ_REG(FIREWALL->CR) & FW_CR_VDE); in HAL_FIREWALL_GetConfig()
|
| /hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
| D | stm32l4xx_hal_firewall.c | 168 …MODIFY_REG(FIREWALL->CR, FW_CR_VDS|FW_CR_VDE, fw_init->VolatileDataExecution|fw_init->VolatileData… in HAL_FIREWALL_Config() 203 fw_config->VolatileDataExecution = (READ_REG(FIREWALL->CR) & FW_CR_VDE); in HAL_FIREWALL_GetConfig()
|
| /hal_stm32-latest/stm32cube/stm32l0xx/soc/ |
| D | stm32l051xx.h | 3135 #define FW_CR_VDE FW_CR_VDE_Msk /*!< Volatile Data E… macro
|
| D | stm32l081xx.h | 3309 #define FW_CR_VDE FW_CR_VDE_Msk /*!< Volatile Data E… macro
|
| D | stm32l071xx.h | 3181 #define FW_CR_VDE FW_CR_VDE_Msk /*!< Volatile Data E… macro
|
| D | stm32l052xx.h | 3424 #define FW_CR_VDE FW_CR_VDE_Msk /*!< Volatile Data E… macro
|
| D | stm32l062xx.h | 3552 #define FW_CR_VDE FW_CR_VDE_Msk /*!< Volatile Data E… macro
|
| D | stm32l053xx.h | 3566 #define FW_CR_VDE FW_CR_VDE_Msk /*!< Volatile Data E… macro
|
| D | stm32l072xx.h | 3569 #define FW_CR_VDE FW_CR_VDE_Msk /*!< Volatile Data E… macro
|
| D | stm32l073xx.h | 3711 #define FW_CR_VDE FW_CR_VDE_Msk /*!< Volatile Data E… macro
|
| D | stm32l083xx.h | 3839 #define FW_CR_VDE FW_CR_VDE_Msk /*!< Volatile Data E… macro
|
| D | stm32l063xx.h | 3694 #define FW_CR_VDE FW_CR_VDE_Msk /*!< Volatile Data E… macro
|
| D | stm32l082xx.h | 3697 #define FW_CR_VDE FW_CR_VDE_Msk /*!< Volatile Data E… macro
|
| /hal_stm32-latest/stm32cube/stm32l4xx/soc/ |
| D | stm32l422xx.h | 4960 #define FW_CR_VDE FW_CR_VDE_Msk /*!< Volatile Data E… macro
|
| D | stm32l412xx.h | 4744 #define FW_CR_VDE FW_CR_VDE_Msk /*!< Volatile Data E… macro
|
| D | stm32l433xx.h | 8525 #define FW_CR_VDE FW_CR_VDE_Msk /*!< Volatile Data E… macro
|
| D | stm32l451xx.h | 8699 #define FW_CR_VDE FW_CR_VDE_Msk /*!< Volatile Data E… macro
|
| D | stm32l442xx.h | 8661 #define FW_CR_VDE FW_CR_VDE_Msk /*!< Volatile Data E… macro
|
| D | stm32l431xx.h | 8442 #define FW_CR_VDE FW_CR_VDE_Msk /*!< Volatile Data E… macro
|
| D | stm32l432xx.h | 8445 #define FW_CR_VDE FW_CR_VDE_Msk /*!< Volatile Data E… macro
|
| D | stm32l443xx.h | 8741 #define FW_CR_VDE FW_CR_VDE_Msk /*!< Volatile Data E… macro
|
| D | stm32l471xx.h | 9397 #define FW_CR_VDE FW_CR_VDE_Msk /*!< Volatile Data E… macro
|
| D | stm32l452xx.h | 8759 #define FW_CR_VDE FW_CR_VDE_Msk /*!< Volatile Data E… macro
|