![]() |
no-OS
|
Platform-specific parameters for MAXM86161 on MAX32655. More...
#include "maxim_i2c.h"#include "maxim_irq.h"#include "maxim_gpio_irq.h"#include "maxim_gpio.h"#include "maxim_uart.h"#include "maxim_uart_stdio.h"Macros | |
| #define | UART_DEVICE_ID 0 |
| #define | UART_BAUDRATE 230400 |
| #define | UART_IRQ_ID UART0_IRQn |
| #define | UART_OPS &max_uart_ops |
| #define | UART_EXTRA &maxm86161_uart_extra |
| #define | I2C_DEVICE_ID 2 |
| #define | I2C_OPS &max_i2c_ops |
| #define | I2C_EXTRA &maxm86161_i2c_extra |
| #define | GPIO_INTB_PORT_NUM 2 |
| #define | GPIO_INTB_PIN_NUM 7 |
| #define | NVIC_GPIO_IRQ MXC_GPIO_GET_IRQ(GPIO_INTB_PORT_NUM) |
| #define | GPIO_IRQ_ID GPIO_INTB_PORT_NUM |
| #define | MAXM86161_GPIO_TRIG_IRQ_ID GPIO_INTB_PIN_NUM |
| #define | MAXM86161_GPIO_CB_HANDLE MXC_GPIO_GET_GPIO(GPIO_INTB_PORT_NUM) |
| #define | GPIO_IRQ_OPS &max_gpio_irq_ops |
| #define | IRQ_OPS &max_irq_ops |
| #define | GPIO_OPS &max_gpio_ops |
| #define | GPIO_IRQ_EXTRA &maxm86161_gpio_extra |
| #define | INTC_DEVICE_ID 2 |
| #define | INTB_PORT 2 |
| #define | INTB_PIN 7 |
Variables | |
| struct max_uart_init_param | maxm86161_uart_extra |
| struct max_i2c_init_param | maxm86161_i2c_extra |
| struct max_gpio_init_param | maxm86161_gpio_extra |
Platform-specific parameters for MAXM86161 on MAX32655.
Copyright 2026(c) Analog Devices, Inc.
SPDX-License-Identifier: BSD-3-Clause
| #define GPIO_INTB_PIN_NUM 7 |
| #define GPIO_INTB_PORT_NUM 2 |
| #define GPIO_IRQ_EXTRA &maxm86161_gpio_extra |
| #define GPIO_IRQ_ID GPIO_INTB_PORT_NUM |
| #define GPIO_IRQ_OPS &max_gpio_irq_ops |
| #define GPIO_OPS &max_gpio_ops |
| #define I2C_DEVICE_ID 2 |
| #define I2C_EXTRA &maxm86161_i2c_extra |
| #define I2C_OPS &max_i2c_ops |
| #define INTB_PIN 7 |
| #define INTB_PORT 2 |
| #define INTC_DEVICE_ID 2 |
| #define IRQ_OPS &max_irq_ops |
| #define MAXM86161_GPIO_CB_HANDLE MXC_GPIO_GET_GPIO(GPIO_INTB_PORT_NUM) |
| #define MAXM86161_GPIO_TRIG_IRQ_ID GPIO_INTB_PIN_NUM |
| #define NVIC_GPIO_IRQ MXC_GPIO_GET_IRQ(GPIO_INTB_PORT_NUM) |
| #define UART_BAUDRATE 230400 |
| #define UART_DEVICE_ID 0 |
| #define UART_EXTRA &maxm86161_uart_extra |
| #define UART_IRQ_ID UART0_IRQn |
| #define UART_OPS &max_uart_ops |
|
extern |
|
extern |
|
extern |