Lines Matching full:attribute
64 * @brief TRDC secure attribute, the register bit TRDC_MDA_W0_0_DFMT0[SA], used for
69 kTRDC_ForceSecure, /*!< Force the bus attribute for this master to secure. */
70 kTRDC_ForceNonSecure, /*!< Force the bus attribute for this master to non-secure. */
71 kTRDC_MasterSecure, /*!< Use the bus master's secure/nonsecure attribute directly. */
72 kTRDC_MasterSecure1, /*!< Use the bus master's secure/nonsecure attribute directly. */
97 uint32_t secureAttr : 2U; /*!< Secure attribute, see @ref trdc_secure_attr_t. */
105 …* @brief TRDC privileged attribute, the register bit TRDC_MDA_W0_x_DFMT1[PA], used for non-process…
110 kTRDC_ForceUser, /*!< Force the bus attribute for this master to user. */
111 kTRDC_ForcePrivilege, /*!< Force the bus attribute for this master to privileged. */
112 kTRDC_MasterPrivilege, /*!< Use the bus master's attribute directly. */
113 kTRDC_MasterPrivilege1, /*!< Use the bus master's attribute directly. */
122 uint32_t privilegeAttr : 2U; /*!< Privileged attribute, see @ref trdc_privilege_attr_t. */
123 uint32_t secureAttr : 2U; /*!< Secure attribute, see @ref trdc_secure_attr_t. */
148 secure/nonsecure attribute of the task. */
220 * @brief TRDC domain error attribute definition TRDC_MBCn_DERR_W1[EATR] or TRDC_MRCn_DERR_W1[EATR].
251 trdc_error_attr_t errorAttr; /*!< Error attribute. */