Arrow / Mbed OS DAPLink Reset
Embed: (wiki syntax)

« Back to documentation index

mxc_gpio_regs_t Struct Reference

mxc_gpio_regs_t Struct Reference
[Registers]

Structure type to access the GPIO Registers. More...

#include <gpio_regs.h>

Data Fields

__IO uint32_t rst_mode [16]
 0x0000-0x003C GPIO_RST_MODE_P[0..15] Registers - Power-On Reset Output Drive Mode
__IO uint32_t free [16]
 0x0040-0x007C GPIO_FREE_P[0..15] Registers - Free for GPIO Operation Flags
__IO uint32_t out_mode [16]
 0x0080-0x00BC GPIO_OUT_MODE_P[0..15] Registers - Output Drive Mode
__IO uint32_t out_val [16]
 0x00C0-0x00FC GPIO_OUT_VAL_P[0..15] Registers - GPIO Output Value
__IO uint32_t func_sel [16]
 0x0100-0x013C GPIO_FUNC_SEL_P[0..15] Registers - GPIO Function Select
__IO uint32_t in_mode [16]
 0x0140-0x017C GPIO_IN_MODE_P[0..15] Registers - GPIO Input Monitoring Mode
__IO uint32_t in_val [16]
 0x0180-0x01BC GPIO_IN_VAL_P[0..15] Registers - GPIO Input Value
__IO uint32_t int_mode [16]
 0x01C0-0x01FC GPIO_INT_MODE_P[0..15] Registers - Interrupt Detection Mode
__IO uint32_t intfl [16]
 0x0200-0x023C GPIO_INTFL_P[0..15] Registers - Interrupt Flags
__IO uint32_t inten [16]
 0x0240-0x027C GPIO_INTEN_P[0..15] Registers - Interrupt Enables

Detailed Description

Structure type to access the GPIO Registers.

Definition at line 67 of file max32620/gpio_regs.h.


Field Documentation

__IO uint32_t free

0x0040-0x007C GPIO_FREE_P[0..15] Registers - Free for GPIO Operation Flags

Definition at line 69 of file max32620/gpio_regs.h.

__IO uint32_t func_sel

0x0100-0x013C GPIO_FUNC_SEL_P[0..15] Registers - GPIO Function Select

Definition at line 72 of file max32620/gpio_regs.h.

__IO uint32_t in_mode

0x0140-0x017C GPIO_IN_MODE_P[0..15] Registers - GPIO Input Monitoring Mode

Definition at line 73 of file max32620/gpio_regs.h.

__IO uint32_t in_val

0x0180-0x01BC GPIO_IN_VAL_P[0..15] Registers - GPIO Input Value

Definition at line 74 of file max32620/gpio_regs.h.

__IO uint32_t int_mode

0x01C0-0x01FC GPIO_INT_MODE_P[0..15] Registers - Interrupt Detection Mode

Definition at line 75 of file max32620/gpio_regs.h.

__IO uint32_t inten

0x0240-0x027C GPIO_INTEN_P[0..15] Registers - Interrupt Enables

Definition at line 77 of file max32620/gpio_regs.h.

__IO uint32_t intfl

0x0200-0x023C GPIO_INTFL_P[0..15] Registers - Interrupt Flags

Definition at line 76 of file max32620/gpio_regs.h.

__IO uint32_t out_mode

0x0080-0x00BC GPIO_OUT_MODE_P[0..15] Registers - Output Drive Mode

Definition at line 70 of file max32620/gpio_regs.h.

__IO uint32_t out_val

0x00C0-0x00FC GPIO_OUT_VAL_P[0..15] Registers - GPIO Output Value

Definition at line 71 of file max32620/gpio_regs.h.

__IO uint32_t rst_mode

0x0000-0x003C GPIO_RST_MODE_P[0..15] Registers - Power-On Reset Output Drive Mode

Definition at line 68 of file max32620/gpio_regs.h.