no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
maxim_gpio.h
Go to the documentation of this file.
1/***************************************************************************/
33#ifndef MAXIM_GPIO_H_
34#define MAXIM_GPIO_H_
35
36#include <stdbool.h>
37#include <stdint.h>
38#include "no_os_irq.h"
39#include "no_os_gpio.h"
40#include "max32665.h"
41#include "gpio.h"
42
43#define N_PINS MXC_CFG_GPIO_PINS_PORT
44#define N_PORTS MXC_CFG_GPIO_INSTANCES
45
49extern const struct no_os_gpio_platform_ops max_gpio_ops;
54
57 mxc_gpio_vssel_t vssel;
58};
59
60#endif
const struct no_os_gpio_platform_ops max_gpio_ops
maxim platform specific GPIO platform ops structure
Definition maxim_gpio.c:316
const struct no_os_irq_platform_ops max_gpio_irq_ops
maxim platform specific gpio irq platform ops structure
Definition maxim_gpio_irq.c:363
Header file of GPIO Interface.
Header file of IRQ interface.
GPIO platform specific init parameters.
Definition maxim_gpio.h:55
mxc_gpio_vssel_t vssel
Definition maxim_gpio.h:57
Structure holding gpio function pointers that point to the platform specific function.
Definition no_os_gpio.h:115
Structure holding IRQ function pointers that point to the platform specific function.
Definition no_os_irq.h:154