Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/trdc_1/
Dfsl_trdc.h97 uint32_t secureAttr : 2U; /*!< Secure attribute, see @ref trdc_secure_attr_t. */ member
123 uint32_t secureAttr : 2U; /*!< Secure attribute, see @ref trdc_secure_attr_t. */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/trdc/
Dfsl_trdc.h97 uint32_t secureAttr : 2U; /*!< Secure attribute, see @ref trdc_secure_attr_t. */ member
127 uint32_t secureAttr : 2U; /*!< Secure attribute, see @ref trdc_secure_attr_t. */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/xrdc2/
Dfsl_xrdc2.c148 assignment->secureAttr = kXRDC2_MasterSecure; in XRDC2_GetDefaultMasterDomainAssignment()
175 …XRDC2_MDAC_MDA_W1_PA(assignment->privilegeAttr)) | (XRDC2_MDAC_MDA_W1_SA(assignment->secureAttr)) | in XRDC2_SetMasterDomainAssignment()
Dfsl_xrdc2.h80 xrdc2_secure_attr_t secureAttr; /*!< Secure attribute. */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/xrdc/
Dfsl_xrdc.h126 uint32_t secureAttr : 2U; /*!< Secure attribute, see @ref xrdc_secure_attr_t. */ member
/hal_nxp-latest/mcux/mcux-sdk/boards/evkmimx8ulp/
Dboard.c1024 nonProcessorDomainAssignment.secureAttr = kTRDC_ForceNonSecure; in BOARD_SetTrdcGlobalConfig()