Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_firewall.h108 #define FIREWALL_VOLATILEDATA_EXECUTABLE ((uint32_t)FW_CR_VDE)
267 SET_BIT(FIREWALL->CR, FW_CR_VDE) ; \
270 tmpreg = READ_BIT(FIREWALL->CR, FW_CR_VDE) ; \
287 CLEAR_BIT(FIREWALL->CR, FW_CR_VDE) ; \
290 tmpreg = READ_BIT(FIREWALL->CR, FW_CR_VDE) ; \
313 #define __HAL_FIREWALL_GET_VOLATILEDATA_EXECUTION() ((FIREWALL->CR & FW_CR_VDE) == FW_CR_VDE)
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_firewall.h110 #define FIREWALL_VOLATILEDATA_EXECUTABLE ((uint32_t)FW_CR_VDE)
269 SET_BIT(FIREWALL->CR, FW_CR_VDE) ; \
272 tmpreg = READ_BIT(FIREWALL->CR, FW_CR_VDE) ; \
289 CLEAR_BIT(FIREWALL->CR, FW_CR_VDE) ; \
292 tmpreg = READ_BIT(FIREWALL->CR, FW_CR_VDE) ; \
315 #define __HAL_FIREWALL_GET_VOLATILEDATA_EXECUTION() ((FIREWALL->CR & FW_CR_VDE) == FW_CR_VDE)
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_firewall.c176 …MODIFY_REG(FIREWALL->CR, FW_CR_VDS|FW_CR_VDE, fw_init->VolatileDataExecution|fw_init->VolatileData… in HAL_FIREWALL_Config()
211 fw_config->VolatileDataExecution = (READ_REG(FIREWALL->CR) & FW_CR_VDE); in HAL_FIREWALL_GetConfig()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_firewall.c185 …MODIFY_REG(FIREWALL->CR, FW_CR_VDS|FW_CR_VDE, fw_init->VolatileDataExecution|fw_init->VolatileData… in HAL_FIREWALL_Config()
220 fw_config->VolatileDataExecution = (READ_REG(FIREWALL->CR) & FW_CR_VDE); in HAL_FIREWALL_GetConfig()
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h3319 #define FW_CR_VDE FW_CR_VDE_Msk /*!< Volatile Data E… macro
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h3719 #define FW_CR_VDE FW_CR_VDE_Msk /*!< Volatile Data E… macro
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h3577 #define FW_CR_VDE FW_CR_VDE_Msk /*!< Volatile Data E… macro
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h9575 #define FW_CR_VDE FW_CR_VDE_Msk /*!< Volatile Data E… macro