precision-converters-firmware
Loading...
Searching...
No Matches
ltc2672_user_config.h
Go to the documentation of this file.
1/***************************************************************************//*
2 * @file ltc2672_user_config.h
3 * @brief User configurations for LTC2672 No-OS driver
4******************************************************************************
5 * Copyright (c) 2023-25 Analog Devices, Inc.
6 * All rights reserved.
7 *
8 * This software is proprietary to Analog Devices, Inc. and its licensors.
9 * By using this software you agree to the terms of the associated
10 * Analog Devices Software License Agreement.
11******************************************************************************/
12
13#ifndef LTC2672_USER_CONFIG_H_
14#define LTC2672_USER_CONFIG_H_
15
16/******************************************************************************/
17/***************************** Include Files **********************************/
18/******************************************************************************/
19
20#include "ltc2672.h"
21
22/******************************************************************************/
23/********************** Macros and Constants Definition ***********************/
24/******************************************************************************/
25
26/******************************************************************************/
27/********************** Public/Extern Declarations ****************************/
28/******************************************************************************/
29
30extern struct no_os_gpio_init_param gpio_ldac_params;
31extern struct no_os_gpio_init_param gpio_clear_params;
32extern struct no_os_gpio_init_param gpio_toggle_params;
33extern struct ltc2672_init_param ltc2672_init_params;
34
35#endif /* LTC2672_USER_CONFIG_H_ */
struct no_os_gpio_init_param gpio_ldac_params
Definition ltc2672_user_config.c:28
struct ltc2672_init_param ltc2672_init_params
Definition ltc2672_user_config.c:61
struct no_os_gpio_init_param gpio_clear_params
Definition ltc2672_user_config.c:36
struct no_os_gpio_init_param gpio_toggle_params
Definition ltc2672_user_config.c:44