no-OS
Macros | Variables
platform.h File Reference

Defines common data to be used by ADE9000 example project. More...

#include "ade9000.h"
#include "no_os_uart.h"
#include "no_os_pwm.h"
#include "no_os_delay.h"
#include "no_os_gpio.h"
#include "no_os_spi.h"
#include "no_os_print_log.h"
#include "no_os_units.h"
#include "no_os_util.h"
#include "no_os_error.h"
#include "maxim_uart.h"
#include "maxim_gpio.h"
#include "maxim_uart_stdio.h"
#include "maxim_pwm.h"
#include "maxim_spi.h"
#include "maxim_irq.h"
Include dependency graph for platform.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define GPIO_LED_PORT   2
 
#define GPIO_LED_PIN   1
 
#define GPIO_OPS   &max_gpio_ops
 
#define GPIO_EXTRA   &ade9000_gpio_extra_ip
 
#define SPI_DEVICE_ID   1
 
#define SPI_BAUDRATE   1000000
 
#define SPI_CS   0
 
#define SPI_SLAVE_NUM   1
 
#define UART_DEV_ID   0
 
#define UART_BAUD   115200
 
#define RESET_TIME   500
 
#define READ_INTERVAL   3000
 

Variables

struct no_os_uart_init_param uart_ip
 
struct no_os_gpio_init_param gpio_led1_ip
 
struct no_os_spi_init_param ade9000_spi_ip
 

Detailed Description

Defines common data to be used by ADE9000 example project.

Author
REtz (radu..nosp@m.etz@.nosp@m.analo.nosp@m.g.co.nosp@m.m)

Copyright 2024(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_EXTRA

#define GPIO_EXTRA   &ade9000_gpio_extra_ip

◆ GPIO_LED_PIN

#define GPIO_LED_PIN   1

◆ GPIO_LED_PORT

#define GPIO_LED_PORT   2

◆ GPIO_OPS

#define GPIO_OPS   &max_gpio_ops

◆ READ_INTERVAL

#define READ_INTERVAL   3000

◆ RESET_TIME

#define RESET_TIME   500

◆ SPI_BAUDRATE

#define SPI_BAUDRATE   1000000

◆ SPI_CS

#define SPI_CS   0

◆ SPI_DEVICE_ID

#define SPI_DEVICE_ID   1

◆ SPI_SLAVE_NUM

#define SPI_SLAVE_NUM   1

◆ UART_BAUD

#define UART_BAUD   115200

◆ UART_DEV_ID

#define UART_DEV_ID   0

Variable Documentation

◆ ade9000_spi_ip

struct no_os_spi_init_param ade9000_spi_ip

◆ gpio_led1_ip

struct no_os_gpio_init_param gpio_led1_ip

◆ uart_ip

struct no_os_uart_init_param uart_ip