Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_firewall.c146 if (fw_init->VDataSegmentLength != 0U) in HAL_FIREWALL_Config()
149 …ALL_VOLATILEDATA_SEGMENT_LENGTH(fw_init->VDataSegmentStartAddress, fw_init->VDataSegmentLength)); in HAL_FIREWALL_Config()
172 WRITE_REG(FIREWALL->VDSL, (FW_VDSL_LENG & fw_init->VDataSegmentLength)); in HAL_FIREWALL_Config()
208 fw_config->VDataSegmentLength = (READ_REG(FIREWALL->VDSL) & FW_VDSL_LENG); in HAL_FIREWALL_GetConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_firewall.c155 if (fw_init->VDataSegmentLength != 0U) in HAL_FIREWALL_Config()
158 …EWALL_VOLATILEDATA_SEGMENT_LENGTH(fw_init->VDataSegmentStartAddress, fw_init->VDataSegmentLength)); in HAL_FIREWALL_Config()
181 WRITE_REG(FIREWALL->VDSL, (FW_VDSL_LENG & fw_init->VDataSegmentLength)); in HAL_FIREWALL_Config()
217 fw_config->VDataSegmentLength = (READ_REG(FIREWALL->VDSL) & FW_VDSL_LENG); in HAL_FIREWALL_GetConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_firewall.h80 …uint32_t VDataSegmentLength; /*!< Protected volatile data segment length in bytes. Thi… member
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_firewall.h82 …uint32_t VDataSegmentLength; /*!< Protected volatile data segment length in bytes. Thi… member