no-OS
common_data.h
Go to the documentation of this file.
1 /***************************************************************************/
33 #ifndef __COMMON_DATA_H__
34 #define __COMMON_DATA_H__
35 
36 /******************************************************************************/
37 /***************************** Include Files **********************************/
38 /******************************************************************************/
39 #include "platform_includes.h"
40 #include "pulsar_adc.h"
41 
42 /******************************************************************************/
43 /********************** Macros and Constants Definitions **********************/
44 /******************************************************************************/
45 
46 #define SAMPLES_PER_CHANNEL SAMPLES_PER_CHANNEL_PLATFORM
47 
50 #ifndef USE_STANDARD_SPI
52 #endif
53 #endif /* __COMMON_DATA_H__ */
pulsar_adc_init_param
Definition: pulsar_adc.h:119
no_os_uart_init_param
Structure holding the parameters for UART initialization.
Definition: no_os_uart.h:110
pulsar_adc_uart_ip
struct no_os_uart_init_param pulsar_adc_uart_ip
Definition: common_data.c:46
spi_engine_offload_init_param
Structure containing the init parameters needed by the offload module.
Definition: spi_engine.h:143
pulsar_adc.h
Header file for pulsar_adc Driver.