no-OS
common_data.h
Go to the documentation of this file.
1 /***************************************************************************/
39 #ifndef __COMMON_DATA_H__
40 #define __COMMON_DATA_H__
41 
42 /******************************************************************************/
43 /***************************** Include Files **********************************/
44 /******************************************************************************/
45 #include "platform_includes.h"
46 #include "pulsar_adc.h"
47 
48 /******************************************************************************/
49 /********************** Macros and Constants Definitions **********************/
50 /******************************************************************************/
51 
52 #define SAMPLES_PER_CHANNEL SAMPLES_PER_CHANNEL_PLATFORM
53 
56 #ifndef USE_STANDARD_SPI
58 #endif
59 #endif /* __COMMON_DATA_H__ */
pulsar_adc_init_param
Definition: pulsar_adc.h:125
no_os_uart_init_param
Structure holding the parameters for UART initialization.
Definition: no_os_uart.h:116
pulsar_adc_uart_ip
struct no_os_uart_init_param pulsar_adc_uart_ip
Definition: common_data.c:52
spi_engine_offload_init_param
Structure containing the init parameters needed by the offload module.
Definition: spi_engine.h:149
pulsar_adc.h
Header file for pulsar_adc Driver.