no-OS
Macros | Functions
platform.h File Reference

Defines platform data to be used by ADE7913 example project. More...

#include "ade7913.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   &ade9153_gpio_extra_ip
 
#define GPIO_RDY_PORT   2
 
#define GPIO_RDY_PIN   10
 
#define SPI_DEVICE_ID   1
 
#define SPI_BAUDRATE   1000000
 
#define SPI_CS0   0
 
#define SPI_CS1   1
 
#define SPI_CS2   2
 
#define SPI_SLAVE_NUM   3
 
#define UART_DEV_ID   0
 
#define UART_BAUD   115200
 
#define GPIO_IRQ_OPS   &max_gpio_irq_ops
 
#define GPIO_CTRL_IRQ_ID   0
 
#define GPIO_IRQ_EXTRA   &ade7913_gpio_extra_ip
 
#define NVIC_GPIO_IRQ   GPIO2_IRQn
 

Functions

int init_nvic (struct no_os_irq_ctrl_desc *ade7913_nvic_desc)
 Init NVIC. More...
 

Detailed Description

Defines platform data to be used by ADE7913 example project.

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

Copyright (c) 2024 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_CTRL_IRQ_ID

#define GPIO_CTRL_IRQ_ID   0

◆ GPIO_EXTRA

#define GPIO_EXTRA   &ade9153_gpio_extra_ip

◆ GPIO_IRQ_EXTRA

#define GPIO_IRQ_EXTRA   &ade7913_gpio_extra_ip

◆ GPIO_IRQ_OPS

#define GPIO_IRQ_OPS   &max_gpio_irq_ops

◆ GPIO_LED_PIN

#define GPIO_LED_PIN   1

◆ GPIO_LED_PORT

#define GPIO_LED_PORT   2

◆ GPIO_OPS

#define GPIO_OPS   &max_gpio_ops

◆ GPIO_RDY_PIN

#define GPIO_RDY_PIN   10

◆ GPIO_RDY_PORT

#define GPIO_RDY_PORT   2

◆ NVIC_GPIO_IRQ

#define NVIC_GPIO_IRQ   GPIO2_IRQn

◆ SPI_BAUDRATE

#define SPI_BAUDRATE   1000000

◆ SPI_CS0

#define SPI_CS0   0

◆ SPI_CS1

#define SPI_CS1   1

◆ SPI_CS2

#define SPI_CS2   2

◆ SPI_DEVICE_ID

#define SPI_DEVICE_ID   1

◆ SPI_SLAVE_NUM

#define SPI_SLAVE_NUM   3

◆ UART_BAUD

#define UART_BAUD   115200

◆ UART_DEV_ID

#define UART_DEV_ID   0

Function Documentation

◆ init_nvic()

int init_nvic ( struct no_os_irq_ctrl_desc ade7913_nvic_desc)

Init NVIC.

Parameters
ade7913_nvic_desc- irq nvic descriptor
Returns
0 in case of success, negative error code otherwise.
Here is the caller graph for this function: