Home
last modified time | relevance | path

Searched refs:VolatileDataShared (Results 1 – 4 of 4) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_firewall.c154 assert_param(IS_FIREWALL_VOLATILEDATA_SHARE(fw_init->VolatileDataShared)); in HAL_FIREWALL_Config()
176 …REG(FIREWALL->CR, FW_CR_VDS|FW_CR_VDE, fw_init->VolatileDataExecution|fw_init->VolatileDataShared); in HAL_FIREWALL_Config()
214 fw_config->VolatileDataShared = (READ_REG(FIREWALL->CR) & FW_CR_VDS); in HAL_FIREWALL_GetConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_firewall.c163 assert_param(IS_FIREWALL_VOLATILEDATA_SHARE(fw_init->VolatileDataShared)); in HAL_FIREWALL_Config()
185 …REG(FIREWALL->CR, FW_CR_VDS|FW_CR_VDE, fw_init->VolatileDataExecution|fw_init->VolatileDataShared); in HAL_FIREWALL_Config()
223 fw_config->VolatileDataShared = (READ_REG(FIREWALL->CR) & FW_CR_VDS); in HAL_FIREWALL_GetConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_firewall.h87 …uint32_t VolatileDataShared; /*!< Set VDS bit in specifying whether or not the volatil… member
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_firewall.h89 …uint32_t VolatileDataShared; /*!< Set VDS bit in specifying whether or not the volatil… member