precision-converters-firmware
|
Application configurations module. More...
#include <stdbool.h>
#include "app_config.h"
#include "no_os_error.h"
#include "no_os_gpio.h"
#include "no_os_irq.h"
#include "no_os_pwm.h"
#include "no_os_uart.h"
#include "common.h"
Functions | |
int32_t | init_pwm (void) |
Initialize the PWM interface. More... | |
int32_t | init_system (void) |
Initializing system peripherals. More... | |
Variables | |
struct no_os_uart_init_param | uart_iio_comm_init_params |
struct no_os_uart_init_param | uart_console_stdio_init_params |
struct no_os_irq_init_param | trigger_gpio_irq_params |
struct no_os_pwm_init_param | pwm_init_params |
struct no_os_pwm_desc * | pwm_desc |
struct no_os_uart_desc * | uart_iio_com_desc |
struct no_os_uart_desc * | uart_console_stdio_desc |
struct no_os_gpio_desc * | trigger_gpio_desc |
struct no_os_irq_ctrl_desc * | trigger_irq_desc |
struct no_os_eeprom_desc * | eeprom_desc |
Application configurations module.
This module contains the configurations needed for IIO application
Copyright (c) 2021-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.
int32_t init_pwm | ( | void | ) |
Initialize the PWM interface.
int32_t init_system | ( | void | ) |
Initializing system peripherals.
Initialize the system peripherals.
This function initializes system peripherals for the application
struct no_os_eeprom_desc* eeprom_desc |
struct no_os_pwm_desc* pwm_desc |
struct no_os_pwm_init_param pwm_init_params |
struct no_os_gpio_desc* trigger_gpio_desc |
struct no_os_irq_init_param trigger_gpio_irq_params |
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_iio_com_desc |
struct no_os_uart_init_param uart_iio_comm_init_params |