Searched defs:_Pio (Results 1 – 1 of 1) sorted by relevance
274 struct _Pio { struct275 volatile uint32_t Tag; /* ro value=9 NB: All other registers RESET to 0 */276 … volatile uint32_t Enable; /* rw READ: 0 => high-z, 1 => In/Out based on DIRECTION278 volatile uint32_t Disable; /* wo 0 => no effect, 1 => disabled, set in high-z */279 volatile uint32_t Direction; /* rw READ: 0 => input, 1 => output (if enabled)281 volatile uint32_t OutDisable; /* wo 0 => no effect, 1 => set for input */283 volatile uint32_t PinData; /* rw READ: 0 => LOW, 1 => HIGH285 volatile uint32_t ClearData; /* wo 0 => no effect, 1 => set pin LOW */286 volatile uint32_t PinStatus; /* ro 0 => LOW, 1 => HIGH */288 …latile uint32_t IntrStatus; /* rw READ: 0 => none 1 => pending (regardless of INTRMASK)[all …]