Lines Matching refs:__IO
82 #ifndef __IO
83 #define __IO volatile macro
94 __IO uint64_t pmp : 38;
95 __IO uint64_t rsrvd : 18;
96 __IO uint64_t mode : 8;
104 __IO uint64_t addr : 38;
105 __IO uint64_t rw : 1;
106 __IO uint64_t id : 4;
107 __IO uint64_t failed : 1;
108 __IO uint64_t padding : (64-44);
114 __IO MPU_FailStatus_TypeDef STATUS;