Searched refs:CodeSegmentLength (Results 1 – 2 of 2) sorted by relevance
122 if (fw_init->CodeSegmentLength != 0U) in HAL_FIREWALL_Config()125 …ram(IS_FIREWALL_CODE_SEGMENT_LENGTH(fw_init->CodeSegmentStartAddress, fw_init->CodeSegmentLength)); in HAL_FIREWALL_Config()155 WRITE_REG(FIREWALL->CSL, (FW_CSL_LENG & fw_init->CodeSegmentLength)); in HAL_FIREWALL_Config()193 fw_config->CodeSegmentLength = (READ_REG(FIREWALL->CSL) & FW_CSL_LENG); in HAL_FIREWALL_GetConfig()
52 …uint32_t CodeSegmentLength; /*!< Protected code segment length in bytes. This value i… member