precision-converters-firmware
Loading...
Searching...
No Matches
Macros
app_config.h File Reference

Configuration file of nanodac firmware example program. More...

#include <stdint.h>
#include <common_macros.h>
#include "app_config_stm32.h"
Include dependency graph for app_config.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ACTIVE_PLATFORM   STM32_PLATFORM
 
#define DEV_AD5686R
 
#define ACTIVE_DEVICE   ID_AD5686R
 
#define ACTIVE_DEVICE_NAME   "AD5686R"
 
#define spi_init_extra_params   stm32_spi_extra_init_params
 
#define uart_extra_init_params   stm32_uart_extra_init_params
 
#define i2c_init_extra_params   stm32_i2c_extra_init_params
 
#define reset_gpio_extra_init_params   stm32_gpio_reset_init_params
 
#define ldac_gpio_extra_init_params   stm32_gpio_ldac_init_params
 
#define gain_gpio_extra_init_params   stm32_gain_gpio_init_params
 

Detailed Description

Configuration file of nanodac firmware example program.

Copyright (c) 2020, 2022 , 2025 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.

Macro Definition Documentation

◆ ACTIVE_DEVICE

#define ACTIVE_DEVICE   ID_AD5686R

◆ ACTIVE_DEVICE_NAME

#define ACTIVE_DEVICE_NAME   "AD5686R"

◆ ACTIVE_PLATFORM

#define ACTIVE_PLATFORM   STM32_PLATFORM

◆ DEV_AD5686R

#define DEV_AD5686R

◆ gain_gpio_extra_init_params

#define gain_gpio_extra_init_params   stm32_gain_gpio_init_params

◆ i2c_init_extra_params

#define i2c_init_extra_params   stm32_i2c_extra_init_params

◆ ldac_gpio_extra_init_params

#define ldac_gpio_extra_init_params   stm32_gpio_ldac_init_params

◆ reset_gpio_extra_init_params

#define reset_gpio_extra_init_params   stm32_gpio_reset_init_params

◆ spi_init_extra_params

#define spi_init_extra_params   stm32_spi_extra_init_params

◆ uart_extra_init_params

#define uart_extra_init_params   stm32_uart_extra_init_params