no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
common_data.h
Go to the documentation of this file.
1/***************************************************************************/
39#ifndef __COMMON_DATA_H__
40#define __COMMON_DATA_H__
41
42#include "parameters.h"
43#include "no_os_util.h"
44#include "ad3552r.h"
45
46#define SAMPLES_PER_CHANNEL SAMPLES_PER_CHANNEL_PLATFORM
47
50extern struct axi_dac_init ad3552r_core_ip;
51extern struct axi_clkgen_init clkgen_ip;
52extern struct axi_dmac_init dmac_ip;
55
56#endif /* __COMMON_DATA_H__ */
Header file of ad3552r Driver.
struct axi_clkgen_init clkgen_ip
Definition common_data.c:58
struct axi_dmac_init dmac_ip
Definition common_data.c:64
struct no_os_gpio_init_param gpio_ldac_param
Definition common_data.c:70
struct no_os_gpio_init_param default_gpio_param
Definition common_data.c:82
struct no_os_gpio_init_param gpio_reset_param
Definition common_data.c:76
struct axi_dac_init ad3552r_core_ip
Definition common_data.c:51
struct no_os_uart_init_param uart_init_param
Header file of utility functions.
Definition clk_axi_clkgen.h:44
Definition axi_dac_core.h:68
Definition axi_dmac.h:118
Structure holding the parameters for GPIO initialization.
Definition no_os_gpio.h:67
Structure holding the parameters for UART initialization.
Definition no_os_uart.h:98