Searched refs:CodeSegmentLength (Results 1 – 4 of 4) sorted by relevance
117 if (fw_init->CodeSegmentLength != 0U) in HAL_FIREWALL_Config()120 …ram(IS_FIREWALL_CODE_SEGMENT_LENGTH(fw_init->CodeSegmentStartAddress, fw_init->CodeSegmentLength)); in HAL_FIREWALL_Config()150 WRITE_REG(FIREWALL->CSL, (FW_CSL_LENG & fw_init->CodeSegmentLength)); in HAL_FIREWALL_Config()188 fw_config->CodeSegmentLength = (READ_REG(FIREWALL->CSL) & FW_CSL_LENG); in HAL_FIREWALL_GetConfig()
121 if (fw_init->CodeSegmentLength != 0U) in HAL_FIREWALL_Config()124 …ram(IS_FIREWALL_CODE_SEGMENT_LENGTH(fw_init->CodeSegmentStartAddress, fw_init->CodeSegmentLength)); in HAL_FIREWALL_Config()154 WRITE_REG(FIREWALL->CSL, (FW_CSL_LENG & fw_init->CodeSegmentLength)); in HAL_FIREWALL_Config()192 fw_config->CodeSegmentLength = (READ_REG(FIREWALL->CSL) & FW_CSL_LENG); in HAL_FIREWALL_GetConfig()
53 …uint32_t CodeSegmentLength; /*!< Protected code segment length in bytes. This value i… member
51 …uint32_t CodeSegmentLength; /*!< Protected code segment length in bytes. This value i… member