PSOC E8XXGP Device Support Library
mem_attr_r Struct Reference

Data Fields

union {
   struct {
uint32_t mem_domain: 2
 
uint32_t axi_port: 1
 
uint32_t reserved0: 1
 
uint32_t memtype: 4
 
uint32_t reserved1: 24
 
   } 
 
uint32_t word
 
}; 
 

Field Documentation

◆ 

union { ... } mem_attr_r::@1429