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