Searched refs:CodeSegmentLength (Results 1 – 4 of 4) sorted by relevance
134 if (fw_init->CodeSegmentLength != 0U) in HAL_FIREWALL_Config()137 …m(IS_FIREWALL_CODE_SEGMENT_LENGTH(fw_init->CodeSegmentStartAddress, fw_init->CodeSegmentLength)); in HAL_FIREWALL_Config()162 WRITE_REG(FIREWALL->CSL, (FW_CSL_LENG & fw_init->CodeSegmentLength)); in HAL_FIREWALL_Config()200 fw_config->CodeSegmentLength = (READ_REG(FIREWALL->CSL) & FW_CSL_LENG); in HAL_FIREWALL_GetConfig()
138 if (fw_init->CodeSegmentLength != 0U) in HAL_FIREWALL_Config()141 …ram(IS_FIREWALL_CODE_SEGMENT_LENGTH(fw_init->CodeSegmentStartAddress, fw_init->CodeSegmentLength)); in HAL_FIREWALL_Config()171 WRITE_REG(FIREWALL->CSL, (FW_CSL_LENG & fw_init->CodeSegmentLength)); in HAL_FIREWALL_Config()209 fw_config->CodeSegmentLength = (READ_REG(FIREWALL->CSL) & FW_CSL_LENG); in HAL_FIREWALL_GetConfig()
68 …uint32_t CodeSegmentLength; /*!< Protected code segment length in bytes. This value i… member
70 …uint32_t CodeSegmentLength; /*!< Protected code segment length in bytes. This value i… member