Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/iee_apc/
Dfsl_iee_apc.h50 } iee_apc_region_t; typedef
94 status_t IEE_APC_SetRegionConfig(IEE_APC_Type *base, iee_apc_region_t region, uint32_t startAddr, u…
108 status_t IEE_APC_LockRegionConfig(IEE_APC_Type *base, iee_apc_region_t region, uint8_t domain);
122 status_t IEE_APC_SetAccessControl(IEE_APC_Type *base, iee_apc_region_t region, bool allowNonSecure,…
137 status_t IEE_APC_LockRegionConfig(IEE_APC_Type *base, iee_apc_region_t region, iee_apc_domain_t dom…
148 void IEE_APC_RegionEnable(IEE_APC_Type *base, iee_apc_region_t region);
159 void IEE_APC_RegionDisable(IEE_APC_Type *base, iee_apc_region_t region);
Dfsl_iee_apc.c41 IEE_APC_RegionEnable(base, (iee_apc_region_t)i); in IEE_APC_GlobalEnable()
64 IEE_APC_RegionDisable(base, (iee_apc_region_t)i); in IEE_APC_GlobalDisable()
79 status_t IEE_APC_SetRegionConfig(IEE_APC_Type *base, iee_apc_region_t region, uint32_t startAddr, u… in IEE_APC_SetRegionConfig()
208 status_t IEE_APC_LockRegionConfig(IEE_APC_Type *base, iee_apc_region_t region, uint8_t domain) in IEE_APC_LockRegionConfig()
314 status_t IEE_APC_LockRegionConfig(IEE_APC_Type *base, iee_apc_region_t region, iee_apc_domain_t dom… in IEE_APC_LockRegionConfig()
524 status_t IEE_APC_SetAccessControl(IEE_APC_Type *base, iee_apc_region_t region, bool allowNonSecure,… in IEE_APC_SetAccessControl()
629 void IEE_APC_RegionEnable(IEE_APC_Type *base, iee_apc_region_t region) in IEE_APC_RegionEnable()
710 void IEE_APC_RegionDisable(IEE_APC_Type *base, iee_apc_region_t region) in IEE_APC_RegionDisable()