Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_firewall.h117 #define FIREWALL_VOLATILEDATA_SHARED ((uint32_t)FW_CR_VDS)
225 SET_BIT(FIREWALL->CR, FW_CR_VDS) ; \
228 tmpreg = READ_BIT(FIREWALL->CR, FW_CR_VDS) ; \
245 CLEAR_BIT(FIREWALL->CR, FW_CR_VDS) ; \
248 tmpreg = READ_BIT(FIREWALL->CR, FW_CR_VDS) ; \
303 #define __HAL_FIREWALL_GET_VOLATILEDATA_SHARED() ((FIREWALL->CR & FW_CR_VDS) == FW_CR_VDS)
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_firewall.h119 #define FIREWALL_VOLATILEDATA_SHARED ((uint32_t)FW_CR_VDS)
227 SET_BIT(FIREWALL->CR, FW_CR_VDS) ; \
230 tmpreg = READ_BIT(FIREWALL->CR, FW_CR_VDS) ; \
247 CLEAR_BIT(FIREWALL->CR, FW_CR_VDS) ; \
250 tmpreg = READ_BIT(FIREWALL->CR, FW_CR_VDS) ; \
305 #define __HAL_FIREWALL_GET_VOLATILEDATA_SHARED() ((FIREWALL->CR & FW_CR_VDS) == FW_CR_VDS)
/loramac-node-2.7.6/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()
214 fw_config->VolatileDataShared = (READ_REG(FIREWALL->CR) & FW_CR_VDS); in HAL_FIREWALL_GetConfig()
/loramac-node-2.7.6/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()
223 fw_config->VolatileDataShared = (READ_REG(FIREWALL->CR) & FW_CR_VDS); in HAL_FIREWALL_GetConfig()
/loramac-node-2.7.6/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h3316 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro
/loramac-node-2.7.6/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h3574 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro
/loramac-node-2.7.6/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h3716 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h9572 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro