AON IOMUX CFG
See AON IOMUX CFG for a complete list of all the relevant registers and their respective descriptions.
AON IOMUX CFG is used to configure the RGPIO ports, the register map is shown as follows.
typedef struct
{
__IO uint32_t doen;
__IO uint32_t dout;
__IO uint32_t sig_in;
__IO uint32_t en;
__IO uint32_t is;
__IO uint32_t ic;
__IO uint32_t ibe;
__IO uint32_t iev;
__IO uint32_t ie;
__I uint32_t ris;
__I uint32_t mis;
__I uint32_t din;
} sys_rgpio_regs_t;
