Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_firewall.c134 if (fw_init->VDataSegmentLength != 0U) in HAL_FIREWALL_Config()
137 …EWALL_VOLATILEDATA_SEGMENT_LENGTH(fw_init->VDataSegmentStartAddress, fw_init->VDataSegmentLength)); in HAL_FIREWALL_Config()
160 WRITE_REG(FIREWALL->VDSL, (FW_VDSL_LENG & fw_init->VDataSegmentLength)); in HAL_FIREWALL_Config()
196 fw_config->VDataSegmentLength = (READ_REG(FIREWALL->VDSL) & FW_VDSL_LENG); in HAL_FIREWALL_GetConfig()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_firewall.c138 if (fw_init->VDataSegmentLength != 0U) in HAL_FIREWALL_Config()
141 …EWALL_VOLATILEDATA_SEGMENT_LENGTH(fw_init->VDataSegmentStartAddress, fw_init->VDataSegmentLength)); in HAL_FIREWALL_Config()
164 WRITE_REG(FIREWALL->VDSL, (FW_VDSL_LENG & fw_init->VDataSegmentLength)); in HAL_FIREWALL_Config()
200 fw_config->VDataSegmentLength = (READ_REG(FIREWALL->VDSL) & FW_VDSL_LENG); in HAL_FIREWALL_GetConfig()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_firewall.h65 …uint32_t VDataSegmentLength; /*!< Protected volatile data segment length in bytes. Thi… member
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_firewall.h63 …uint32_t VDataSegmentLength; /*!< Protected volatile data segment length in bytes. Thi… member