Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_firewall.c141 assert_param(IS_FIREWALL_VOLATILEDATA_EXECUTE(fw_init->VolatileDataExecution)); in HAL_FIREWALL_Config()
164 …MODIFY_REG(FIREWALL->CR, FW_CR_VDS|FW_CR_VDE, fw_init->VolatileDataExecution|fw_init->VolatileData… in HAL_FIREWALL_Config()
199 fw_config->VolatileDataExecution = (READ_REG(FIREWALL->CR) & FW_CR_VDE); in HAL_FIREWALL_GetConfig()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_firewall.c145 assert_param(IS_FIREWALL_VOLATILEDATA_EXECUTE(fw_init->VolatileDataExecution)); in HAL_FIREWALL_Config()
168 …MODIFY_REG(FIREWALL->CR, FW_CR_VDS|FW_CR_VDE, fw_init->VolatileDataExecution|fw_init->VolatileData… in HAL_FIREWALL_Config()
203 fw_config->VolatileDataExecution = (READ_REG(FIREWALL->CR) & FW_CR_VDE); in HAL_FIREWALL_GetConfig()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_firewall.h68 …uint32_t VolatileDataExecution; /*!< Set VDE bit specifying whether or not the volatile d… member
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_firewall.h66 …uint32_t VolatileDataExecution; /*!< Set VDE bit specifying whether or not the volatile d… member