Home
last modified time | relevance | path

Searched refs:FW_CR_VDE (Results 1 – 25 of 40) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_firewall.h93 #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/
Dstm32l4xx_hal_firewall.h91 #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/
Dstm32l0xx_hal_firewall.c164 …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/
Dstm32l4xx_hal_firewall.c168 …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/
Dstm32l051xx.h3135 #define FW_CR_VDE FW_CR_VDE_Msk /*!< Volatile Data E… macro
Dstm32l081xx.h3309 #define FW_CR_VDE FW_CR_VDE_Msk /*!< Volatile Data E… macro
Dstm32l071xx.h3181 #define FW_CR_VDE FW_CR_VDE_Msk /*!< Volatile Data E… macro
Dstm32l052xx.h3424 #define FW_CR_VDE FW_CR_VDE_Msk /*!< Volatile Data E… macro
Dstm32l062xx.h3552 #define FW_CR_VDE FW_CR_VDE_Msk /*!< Volatile Data E… macro
Dstm32l053xx.h3566 #define FW_CR_VDE FW_CR_VDE_Msk /*!< Volatile Data E… macro
Dstm32l072xx.h3569 #define FW_CR_VDE FW_CR_VDE_Msk /*!< Volatile Data E… macro
Dstm32l073xx.h3711 #define FW_CR_VDE FW_CR_VDE_Msk /*!< Volatile Data E… macro
Dstm32l083xx.h3839 #define FW_CR_VDE FW_CR_VDE_Msk /*!< Volatile Data E… macro
Dstm32l063xx.h3694 #define FW_CR_VDE FW_CR_VDE_Msk /*!< Volatile Data E… macro
Dstm32l082xx.h3697 #define FW_CR_VDE FW_CR_VDE_Msk /*!< Volatile Data E… macro
/hal_stm32-latest/stm32cube/stm32l4xx/soc/
Dstm32l422xx.h4960 #define FW_CR_VDE FW_CR_VDE_Msk /*!< Volatile Data E… macro
Dstm32l412xx.h4744 #define FW_CR_VDE FW_CR_VDE_Msk /*!< Volatile Data E… macro
Dstm32l433xx.h8525 #define FW_CR_VDE FW_CR_VDE_Msk /*!< Volatile Data E… macro
Dstm32l451xx.h8699 #define FW_CR_VDE FW_CR_VDE_Msk /*!< Volatile Data E… macro
Dstm32l442xx.h8661 #define FW_CR_VDE FW_CR_VDE_Msk /*!< Volatile Data E… macro
Dstm32l431xx.h8442 #define FW_CR_VDE FW_CR_VDE_Msk /*!< Volatile Data E… macro
Dstm32l432xx.h8445 #define FW_CR_VDE FW_CR_VDE_Msk /*!< Volatile Data E… macro
Dstm32l443xx.h8741 #define FW_CR_VDE FW_CR_VDE_Msk /*!< Volatile Data E… macro
Dstm32l471xx.h9397 #define FW_CR_VDE FW_CR_VDE_Msk /*!< Volatile Data E… macro
Dstm32l452xx.h8759 #define FW_CR_VDE FW_CR_VDE_Msk /*!< Volatile Data E… macro

12