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"
#include "no_os_tdm.h"
#include "no_os_pwm.h"
#include "pl_gui_events.h"
#include "pl_gui_views.h"
Functions | |
void | lvgl_tick_callback (void *ctx) |
lvgl tick update callback function for pocket lab | |
int32_t | init_system (void) |
Initialize the system peripherals. | |
Variables | |
struct no_os_uart_init_param | uart_init_params |
struct no_os_gpio_init_param | gpio_init_ldac_n |
struct no_os_gpio_init_param | gpio_init_rdy |
struct no_os_gpio_init_param | gpio_init_sync_inb |
struct no_os_gpio_init_param | trigger_gpio_param |
struct no_os_tdm_init_param | tdm_init_param |
struct no_os_tdm_desc * | ad4170_tdm_desc |
struct no_os_dma_init_param | ad4170_dma_init_param |
struct no_os_pwm_init_param | tx_trigger_init_param |
struct no_os_pwm_desc * | tx_trigger_desc |
struct no_os_gpio_init_param | csb_gpio_init_param |
struct no_os_gpio_desc * | led_gpio_desc = NULL |
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 |
struct no_os_gpio_desc * | csb_gpio_desc |
Application configurations module.
This module contains the configurations needed for IIO application
Copyright (c) 2021-25 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.
int32_t init_system | ( | void | ) |
Initialize the system peripherals.
void lvgl_tick_callback | ( | void * | ctx | ) |
lvgl tick update callback function for pocket lab
ctx[in] | - callback context |
struct no_os_dma_init_param ad4170_dma_init_param |
struct no_os_tdm_desc* ad4170_tdm_desc |
struct no_os_gpio_desc* csb_gpio_desc |
struct no_os_gpio_init_param csb_gpio_init_param |
struct no_os_eeprom_desc* eeprom_desc |
struct no_os_gpio_init_param gpio_init_ldac_n |
struct no_os_gpio_init_param gpio_init_rdy |
struct no_os_gpio_init_param gpio_init_sync_inb |
struct no_os_gpio_desc* led_gpio_desc = NULL |
struct no_os_tdm_init_param tdm_init_param |
struct no_os_irq_ctrl_desc* ticker_int_desc |
struct no_os_gpio_desc* trigger_gpio_desc |
struct no_os_gpio_init_param trigger_gpio_param |
struct no_os_irq_ctrl_desc* trigger_irq_desc |
struct no_os_pwm_desc* tx_trigger_desc |
struct no_os_pwm_init_param tx_trigger_init_param |
struct no_os_uart_desc* uart_desc |
struct no_os_uart_init_param uart_init_params |