Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_firewall.c143 if (fw_init->NonVDataSegmentLength < 0x100U) in HAL_FIREWALL_Config()
149 if (fw_init->NonVDataSegmentLength != 0U) in HAL_FIREWALL_Config()
152 …VOLATILEDATA_SEGMENT_LENGTH(fw_init->NonVDataSegmentStartAddress, fw_init->NonVDataSegmentLength)); in HAL_FIREWALL_Config()
176 WRITE_REG(FIREWALL->NVDSL, (FW_NVDSL_LENG & fw_init->NonVDataSegmentLength)); in HAL_FIREWALL_Config()
213 fw_config->NonVDataSegmentLength = (READ_REG(FIREWALL->NVDSL) & FW_NVDSL_LENG); in HAL_FIREWALL_GetConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_firewall.c140 if (fw_init->NonVDataSegmentLength != 0U) in HAL_FIREWALL_Config()
143 …LATILEDATA_SEGMENT_LENGTH(fw_init->NonVDataSegmentStartAddress, fw_init->NonVDataSegmentLength)); in HAL_FIREWALL_Config()
167 WRITE_REG(FIREWALL->NVDSL, (FW_NVDSL_LENG & fw_init->NonVDataSegmentLength)); in HAL_FIREWALL_Config()
204 fw_config->NonVDataSegmentLength = (READ_REG(FIREWALL->NVDSL) & FW_NVDSL_LENG); in HAL_FIREWALL_GetConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_firewall.h74 …uint32_t NonVDataSegmentLength; /*!< Protected non-volatile data segment length in bytes.… member
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_firewall.h76 …uint32_t NonVDataSegmentLength; /*!< Protected non-volatile data segment length in bytes.… member