Data Structures | |
| struct | cy_stc_ppc_attribute_t |
| PPC attribute initialization structure. More... | |
| struct | cy_stc_ppc_cfg_t |
| PPC domains configuration structure. More... | |
| struct cy_stc_ppc_attribute_t |
| Data Fields | ||
|---|---|---|
| uint32_t | pcMask | Protection Context mask. |
| cy_en_ppc_sec_attribute_t | secAttribute | Security attribute. |
| cy_en_ppc_priv_attribute_t | privAttribute | Privilege attribute. |
| struct cy_stc_ppc_cfg_t |
| Data Fields | ||
|---|---|---|
| const cy_en_prot_region_t * | regions | Pointer to the array of regions for the domain. |
| uint32_t | region_count | Number of regions in the regions array. |
| const cy_stc_ppc_attribute_t * | cfg | Pointer to the PPC attribute configuration for the domain. |