Searched refs:MXC_GPIO_GET_GPIO (Results 1 – 2 of 2) sorted by relevance
79 mxc_gpio_regs_t *gpio = MXC_GPIO_GET_GPIO(cfg->port); in GPIO_Config()157 mxc_gpio_regs_t *gpio = MXC_GPIO_GET_GPIO(cfg->port); in GPIO_InGet()165 mxc_gpio_regs_t *gpio = MXC_GPIO_GET_GPIO(cfg->port); in GPIO_OutSet()173 mxc_gpio_regs_t *gpio = MXC_GPIO_GET_GPIO(cfg->port); in GPIO_OutClr()181 mxc_gpio_regs_t *gpio = MXC_GPIO_GET_GPIO(cfg->port); in GPIO_OutGet()189 mxc_gpio_regs_t *gpio = MXC_GPIO_GET_GPIO(cfg->port); in GPIO_OutPut()197 mxc_gpio_regs_t *gpio = MXC_GPIO_GET_GPIO(cfg->port); in GPIO_OutToggle()205 mxc_gpio_regs_t *gpio = MXC_GPIO_GET_GPIO(cfg->port); in GPIO_IntConfig()240 mxc_gpio_regs_t *gpio = MXC_GPIO_GET_GPIO(cfg->port); in GPIO_IntEnable()248 mxc_gpio_regs_t *gpio = MXC_GPIO_GET_GPIO(cfg->port); in GPIO_IntDisable()[all …]
224 #define MXC_GPIO_GET_GPIO(i) ((i) == 0 ? MXC_GPIO0 : 0) macro
Completed in 5 milliseconds