39#include "maxim_gpio.h"
41#include "maxim_uart.h"
43#define GPIO_IRQ_OPS &max_gpio_irq_ops
44#define GPIO_CTRL_IRQ_ID 0
45#define GPIO_IRQ_EXTRA &max_gpio_extra_ip
46#define NVIC_GPIO_IRQ GPIO2_IRQn
55#define GNSS_RESET_PORT 2
56#define GNSS_RESET_PIN 7
59#define GNSS_LED_PORT 2
63#define GPIO_IRQ_PORT 2
Header file of GPIO Interface.
Header file of IRQ interface.
Header file of UART interface.
Structure holding the GPIO descriptor.
Definition no_os_gpio.h:84
Structure holding the parameters for GPIO initialization.
Definition no_os_gpio.h:67
Structure holding the initial parameters for Interrupt Request.
Definition no_os_irq.h:101