precision-converters-firmware
|
Source file for the application configuration for AD7124 IIO Application. More...
#include "app_config.h"
#include "no_os_uart.h"
#include "no_os_error.h"
#include "no_os_eeprom.h"
#include "common.h"
#include "no_os_irq.h"
#include "no_os_gpio.h"
Macros | |
#define | EEPROM_OPS_START_DELAY 0xfffff |
Functions | |
int | init_interrupt (void) |
Initialize the IRQ contoller. More... | |
int | init_system (void) |
Initialize the system peripherals. More... | |
Variables | |
struct no_os_uart_desc * | uart_desc |
struct no_os_uart_desc * | uart_console_stdio_desc |
struct no_os_eeprom_desc * | eeprom_desc |
struct no_os_gpio_desc * | csb_gpio |
struct no_os_gpio_desc * | rdy_gpio |
struct no_os_irq_ctrl_desc * | trigger_irq_desc |
struct no_os_uart_init_param | uart_init_params |
struct no_os_uart_init_param | uart_console_stdio_init_params |
struct no_os_irq_ctrl_desc * | ticker_int_desc |
Source file for the application configuration for AD7124 IIO Application.
Copyright (c) 2023-24 Analog Devices, Inc. All rights reserved.
This software is proprietary to Analog Devices, Inc. and its licensors. By using this software you agree to the terms of the associated Analog Devices Software License Agreement.
#define EEPROM_OPS_START_DELAY 0xfffff |
int init_interrupt | ( | void | ) |
Initialize the IRQ contoller.
This function initialize the interrupts for system peripherals
int init_system | ( | void | ) |
Initialize the system peripherals.
struct no_os_gpio_desc* csb_gpio |
struct no_os_eeprom_desc* eeprom_desc |
struct no_os_gpio_desc* rdy_gpio |
struct no_os_irq_ctrl_desc* ticker_int_desc |
struct no_os_irq_ctrl_desc* trigger_irq_desc |
struct no_os_uart_desc* uart_console_stdio_desc |
struct no_os_uart_init_param uart_console_stdio_init_params |
struct no_os_uart_desc* uart_desc |
struct no_os_uart_init_param uart_init_params |