Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_firewall.c122 if (fw_init->NonVDataSegmentLength < 0x100) in HAL_FIREWALL_Config()
128 if (fw_init->NonVDataSegmentLength != 0U) in HAL_FIREWALL_Config()
131 …VOLATILEDATA_SEGMENT_LENGTH(fw_init->NonVDataSegmentStartAddress, fw_init->NonVDataSegmentLength)); in HAL_FIREWALL_Config()
155 WRITE_REG(FIREWALL->NVDSL, (FW_NVDSL_LENG & fw_init->NonVDataSegmentLength)); in HAL_FIREWALL_Config()
192 fw_config->NonVDataSegmentLength = (READ_REG(FIREWALL->NVDSL) & FW_NVDSL_LENG); in HAL_FIREWALL_GetConfig()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_firewall.c126 if (fw_init->NonVDataSegmentLength < 0x100U) in HAL_FIREWALL_Config()
132 if (fw_init->NonVDataSegmentLength != 0U) in HAL_FIREWALL_Config()
135 …VOLATILEDATA_SEGMENT_LENGTH(fw_init->NonVDataSegmentStartAddress, fw_init->NonVDataSegmentLength)); in HAL_FIREWALL_Config()
159 WRITE_REG(FIREWALL->NVDSL, (FW_NVDSL_LENG & fw_init->NonVDataSegmentLength)); in HAL_FIREWALL_Config()
196 fw_config->NonVDataSegmentLength = (READ_REG(FIREWALL->NVDSL) & FW_NVDSL_LENG); in HAL_FIREWALL_GetConfig()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_firewall.h59 …uint32_t NonVDataSegmentLength; /*!< Protected non-volatile data segment length in bytes.… member
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_firewall.h57 …uint32_t NonVDataSegmentLength; /*!< Protected non-volatile data segment length in bytes.… member