Searched defs:mem_attr_info_t (Results 1 – 1 of 1) sorted by relevance
31 struct mem_attr_info_t { struct32 bool is_mpu_enabled; /* Whether memory protection unit(s) enabled */33 bool is_valid; /* Whether the target memory region is valid */34 bool is_xn; /* Execute Never or not */35 bool is_priv_rd_allow; /* Privileged read is allowed or not */36 bool is_priv_wr_allow; /* Privileged write is allowed or not */60 * and symbol addresses and fill the \ref mem_attr_info_t. argument