PSOC E8XXGP Device Support Library
cfg_sram_hash1_r Struct Reference

Data Fields

union {
   struct {
uint32_t zero: 6
 
uint32_t hash_LO: 26
 
uint32_t hash_HI: 8
 
uint32_t reserved0: 24
 
   } 
 
uint32_t word [2]
 
}; 
 

Field Documentation

◆ 

union { ... } cfg_sram_hash1_r::@1453