Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/sysmpu/
Dfsl_sysmpu.c117 uint8_t msPortNum; in SYSMPU_SetRegionConfig() local
125 for (msPortNum = 0; msPortNum < SYSMPU_MASTER_RWATTRIBUTE_START_PORT; msPortNum++) in SYSMPU_SetRegionConfig()
128 msPortNum, (((uint32_t)regionConfig->accessRights1[msPortNum].superAccessRights << 3U) | in SYSMPU_SetRegionConfig()
129 (uint32_t)regionConfig->accessRights1[msPortNum].userAccessRights)); in SYSMPU_SetRegionConfig()
132 wordReg |= SYSMPU_REGION_RWXRIGHTS_MASTER_PE(msPortNum, in SYSMPU_SetRegionConfig()
133 … regionConfig->accessRights1[msPortNum].processIdentifierEnable); in SYSMPU_SetRegionConfig()
139 …for (msPortNum = SYSMPU_MASTER_RWATTRIBUTE_START_PORT; msPortNum < (uint32_t)FSL_FEATURE_SYSMPU_MA… in SYSMPU_SetRegionConfig()
140 msPortNum++) in SYSMPU_SetRegionConfig()
143 msPortNum, in SYSMPU_SetRegionConfig()
144 …((uint32_t)regionConfig->accessRights2[msPortNum - SYSMPU_MASTER_RWATTRIBUTE_START_PORT].readEnabl… in SYSMPU_SetRegionConfig()
[all …]