no-OS
Loading...
Searching...
No Matches
parameters.h File Reference

Definition of Maxim platform data used by eval-adg1736 project. More...

#include "maxim_gpio.h"
#include "maxim_uart.h"
#include "maxim_uart_stdio.h"
Include dependency graph for parameters.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define UART_DEVICE_ID   0
 
#define UART_BAUDRATE   115200
 
#define UART_OPS   &max_uart_ops
 
#define UART_EXTRA   &adg1736_uart_extra
 
#define GPIO_OPS   &max_gpio_ops
 
#define GPIO_EXTRA   &adg1736_gpio_extra
 
#define TEST_SIDE   0 /* 0 = A side, 1 = B side */
 
#define TEST_SWITCH   0 /* 0 = SW1, 1 = SW2 */
 
#define GPIO_IN1_PORT   1
 
#define GPIO_IN1_PIN   6
 
#define GPIO_IN2_PORT   2
 
#define GPIO_IN2_PIN   0
 
#define GPIO_EN_PORT   1
 
#define GPIO_EN_PIN   7
 
#define GPIO_D_PORT   1
 
#define GPIO_D_PIN   8
 
#define GPIO_S_PORT   1
 
#define GPIO_S_PIN   9
 
#define LED_RED_PORT   0
 
#define LED_RED_PIN   18
 
#define LED_GREEN_PORT   0
 
#define LED_GREEN_PIN   19
 

Variables

struct max_uart_init_param adg1736_uart_extra
 
struct max_gpio_init_param adg1736_gpio_extra
 

Detailed Description

Definition of Maxim platform data used by eval-adg1736 project.

Author
Alexandru Vasile Popa (Alexa.nosp@m.ndru.nosp@m.vasil.nosp@m.e.Po.nosp@m.pa@an.nosp@m.alog.nosp@m..com)

Copyright 2026(c) Analog Devices, Inc.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  3. Neither the name of Analog Devices, Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY ANALOG DEVICES, INC. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ANALOG DEVICES, INC. BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Macro Definition Documentation

◆ GPIO_D_PIN

#define GPIO_D_PIN   8

◆ GPIO_D_PORT

#define GPIO_D_PORT   1

◆ GPIO_EN_PIN

#define GPIO_EN_PIN   7

◆ GPIO_EN_PORT

#define GPIO_EN_PORT   1

◆ GPIO_EXTRA

#define GPIO_EXTRA   &adg1736_gpio_extra

◆ GPIO_IN1_PIN

#define GPIO_IN1_PIN   6

◆ GPIO_IN1_PORT

#define GPIO_IN1_PORT   1

◆ GPIO_IN2_PIN

#define GPIO_IN2_PIN   0

◆ GPIO_IN2_PORT

#define GPIO_IN2_PORT   2

◆ GPIO_OPS

#define GPIO_OPS   &max_gpio_ops

◆ GPIO_S_PIN

#define GPIO_S_PIN   9

◆ GPIO_S_PORT

#define GPIO_S_PORT   1

◆ LED_GREEN_PIN

#define LED_GREEN_PIN   19

◆ LED_GREEN_PORT

#define LED_GREEN_PORT   0

◆ LED_RED_PIN

#define LED_RED_PIN   18

◆ LED_RED_PORT

#define LED_RED_PORT   0

◆ TEST_SIDE

#define TEST_SIDE   0 /* 0 = A side, 1 = B side */

◆ TEST_SWITCH

#define TEST_SWITCH   0 /* 0 = SW1, 1 = SW2 */

◆ UART_BAUDRATE

#define UART_BAUDRATE   115200

◆ UART_DEVICE_ID

#define UART_DEVICE_ID   0

◆ UART_EXTRA

#define UART_EXTRA   &adg1736_uart_extra

◆ UART_OPS

#define UART_OPS   &max_uart_ops

Variable Documentation

◆ adg1736_gpio_extra

struct max_gpio_init_param adg1736_gpio_extra
extern

◆ adg1736_uart_extra

struct max_uart_init_param adg1736_uart_extra
extern