/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_hal_firewall.h | 102 #define FIREWALL_VOLATILEDATA_SHARED FW_CR_VDS 210 SET_BIT(FIREWALL->CR, FW_CR_VDS) ; \ 213 tmpreg = READ_BIT(FIREWALL->CR, FW_CR_VDS) ; \ 230 CLEAR_BIT(FIREWALL->CR, FW_CR_VDS) ; \ 233 tmpreg = READ_BIT(FIREWALL->CR, FW_CR_VDS) ; \ 288 #define __HAL_FIREWALL_GET_VOLATILEDATA_SHARED() ((FIREWALL->CR & FW_CR_VDS) == FW_CR_VDS)
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_firewall.h | 100 #define FIREWALL_VOLATILEDATA_SHARED ((uint32_t)FW_CR_VDS) 208 SET_BIT(FIREWALL->CR, FW_CR_VDS) ; \ 211 tmpreg = READ_BIT(FIREWALL->CR, FW_CR_VDS) ; \ 228 CLEAR_BIT(FIREWALL->CR, FW_CR_VDS) ; \ 231 tmpreg = READ_BIT(FIREWALL->CR, FW_CR_VDS) ; \ 286 #define __HAL_FIREWALL_GET_VOLATILEDATA_SHARED() ((FIREWALL->CR & FW_CR_VDS) == FW_CR_VDS)
|
/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() 202 fw_config->VolatileDataShared = (READ_REG(FIREWALL->CR) & FW_CR_VDS); 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() 206 fw_config->VolatileDataShared = (READ_REG(FIREWALL->CR) & FW_CR_VDS); in HAL_FIREWALL_GetConfig()
|
/hal_stm32-latest/stm32cube/stm32l0xx/soc/ |
D | stm32l051xx.h | 3132 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro
|
D | stm32l081xx.h | 3306 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro
|
D | stm32l071xx.h | 3178 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro
|
D | stm32l052xx.h | 3421 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro
|
D | stm32l062xx.h | 3549 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro
|
D | stm32l053xx.h | 3563 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro
|
D | stm32l072xx.h | 3566 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro
|
D | stm32l073xx.h | 3708 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro
|
D | stm32l083xx.h | 3836 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro
|
D | stm32l063xx.h | 3691 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro
|
D | stm32l082xx.h | 3694 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro
|
/hal_stm32-latest/stm32cube/stm32l4xx/soc/ |
D | stm32l422xx.h | 4957 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro
|
D | stm32l412xx.h | 4741 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro
|
D | stm32l433xx.h | 8522 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro
|
D | stm32l451xx.h | 8696 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro
|
D | stm32l442xx.h | 8658 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro
|
D | stm32l431xx.h | 8439 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro
|
D | stm32l432xx.h | 8442 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro
|
D | stm32l443xx.h | 8738 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro
|
D | stm32l471xx.h | 9394 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro
|
D | stm32l452xx.h | 8756 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro
|