Home
last modified time | relevance | path

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

12

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_firewall.h102 #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/
Dstm32l4xx_hal_firewall.h100 #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/
Dstm32l0xx_hal_firewall.c164 …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/
Dstm32l4xx_hal_firewall.c168 …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/
Dstm32l051xx.h3132 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro
Dstm32l081xx.h3306 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro
Dstm32l071xx.h3178 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro
Dstm32l052xx.h3421 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro
Dstm32l062xx.h3549 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro
Dstm32l053xx.h3563 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro
Dstm32l072xx.h3566 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro
Dstm32l073xx.h3708 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro
Dstm32l083xx.h3836 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro
Dstm32l063xx.h3691 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro
Dstm32l082xx.h3694 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro
/hal_stm32-latest/stm32cube/stm32l4xx/soc/
Dstm32l422xx.h4957 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro
Dstm32l412xx.h4741 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro
Dstm32l433xx.h8522 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro
Dstm32l451xx.h8696 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro
Dstm32l442xx.h8658 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro
Dstm32l431xx.h8439 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro
Dstm32l432xx.h8442 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro
Dstm32l443xx.h8738 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro
Dstm32l471xx.h9394 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro
Dstm32l452xx.h8756 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro

12