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/ |
D | stm32l4xx_hal_firewall.h | 117 #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/ |
D | stm32l0xx_hal_firewall.h | 119 #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/ |
D | stm32l0xx_hal_firewall.c | 176 …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/ |
D | stm32l4xx_hal_firewall.c | 185 …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/ |
D | stm32l081xx.h | 3316 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro
|
/loramac-node-2.7.6/src/boards/B-L072Z-LRWAN1/cmsis/ |
D | stm32l072xx.h | 3574 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro
|
/loramac-node-2.7.6/src/boards/NucleoL073/cmsis/ |
D | stm32l073xx.h | 3716 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro
|
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/ |
D | stm32l476xx.h | 9572 #define FW_CR_VDS FW_CR_VDS_Msk /*!< Volatile Data S… macro
|