precision-converters-firmware
|
Application configurations module. More...
#include <stdbool.h>
#include "app_config.h"
#include "common.h"
#include "no_os_error.h"
#include "no_os_uart.h"
#include "no_os_irq.h"
#include "no_os_gpio.h"
#include "no_os_i2c.h"
#include "no_os_eeprom.h"
Macros | |
#define | EEPROM_OPS_START_DELAY 0xfffff |
Functions | |
int32_t | init_system (void) |
Initialize the system peripherals. More... | |
Variables | |
struct no_os_uart_init_param | uart_init_params |
struct no_os_spi_init_param | spi_init_params |
struct no_os_gpio_init_param | trigger_gpio_param |
struct no_os_irq_init_param | trigger_gpio_irq_params |
struct no_os_uart_desc * | uart_desc |
struct no_os_gpio_desc * | trigger_gpio_desc |
struct no_os_irq_ctrl_desc * | trigger_irq_desc |
struct no_os_irq_ctrl_desc * | ticker_int_desc |
struct no_os_eeprom_desc * | eeprom_desc |
Application configurations module.
This module contains the configurations needed for IIO application
Copyright (c) 2020-2023 Analog Devices, Inc.
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 |
int32_t init_system | ( | void | ) |
Initialize the system peripherals.
struct no_os_eeprom_desc* eeprom_desc |
struct no_os_spi_init_param spi_init_params |
struct no_os_irq_ctrl_desc* ticker_int_desc |
struct no_os_gpio_desc* trigger_gpio_desc |
struct no_os_irq_init_param trigger_gpio_irq_params |
struct no_os_gpio_init_param trigger_gpio_param |
struct no_os_irq_ctrl_desc* trigger_irq_desc |
struct no_os_uart_desc* uart_desc |
struct no_os_uart_init_param uart_init_params |