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

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

#include "ade9039.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:

Macros

#define GPIO_LED_PORT   2
 
#define GPIO_LED_PIN   1
 
#define GPIO_PSM0_PORT   2
 
#define GPIO_PSM0_PIN   8
 
#define GPIO_PSM1_PORT   2
 
#define GPIO_PSM1_PIN   6
 
#define GPIO_RESET_PORT   2
 
#define GPIO_RESET_PIN   7
 
#define GPIO_OPS   &max_gpio_ops
 
#define GPIO_EXTRA   &gpio_extra
 
#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   100
 

Functions

int interface_toggle_led (struct no_os_gpio_desc *gpio_led_desc)
 Toggle LED.
 

Variables

struct no_os_uart_init_param uart_ip
 
struct no_os_gpio_init_param gpio_led1_ip
 
struct no_os_gpio_init_param gpio_psm0_ip
 
struct no_os_gpio_init_param gpio_psm1_ip
 
struct no_os_gpio_init_param gpio_reset_ip
 
struct no_os_spi_init_param ade9039_spi_ip
 

Detailed Description

Defines common data to be used by ADE9039 example project.

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

Copyright 2026(c) Analog Devices, Inc.

SPDX-License-Identifier: BSD-3-Clause

Macro Definition Documentation

◆ GPIO_EXTRA

#define GPIO_EXTRA   &gpio_extra

◆ 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_PSM0_PIN

#define GPIO_PSM0_PIN   8

◆ GPIO_PSM0_PORT

#define GPIO_PSM0_PORT   2

◆ GPIO_PSM1_PIN

#define GPIO_PSM1_PIN   6

◆ GPIO_PSM1_PORT

#define GPIO_PSM1_PORT   2

◆ GPIO_RESET_PIN

#define GPIO_RESET_PIN   7

◆ GPIO_RESET_PORT

#define GPIO_RESET_PORT   2

◆ READ_INTERVAL

#define READ_INTERVAL   100

◆ 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

Function Documentation

◆ interface_toggle_led()

int interface_toggle_led ( struct no_os_gpio_desc * gpio_led_desc)

Toggle LED.

Toggle Led.

Parameters
gpio_led_desc- LED descriptor
Returns
0 in case of success, error code otherwise
Parameters
gpio_led_desc- led descriptor
Returns
0 in case of success, negative error code otherwise.

Toggle LED.

Parameters
gpio_led_desc- led descriptor
Returns
0 in case of success, negative error code otherwise.

Variable Documentation

◆ ade9039_spi_ip

struct no_os_spi_init_param ade9039_spi_ip
extern

◆ gpio_led1_ip

struct no_os_gpio_init_param gpio_led1_ip
extern

◆ gpio_psm0_ip

struct no_os_gpio_init_param gpio_psm0_ip
extern

◆ gpio_psm1_ip

struct no_os_gpio_init_param gpio_psm1_ip
extern

◆ gpio_reset_ip

struct no_os_gpio_init_param gpio_reset_ip
extern

◆ uart_ip

struct no_os_uart_init_param uart_ip
extern