no-OS
Loading...
Searching...
No Matches
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 "no_os_gpio.h"
47#include "no_os_spi.h"
48
49/******************************************************************************/
50/********************** Macros and Constants Definitions **********************/
51/******************************************************************************/
52extern const struct no_os_spi_init_param ad9528_spi_param;
54
55#endif /* __COMMON_DATA_H__ */
const struct no_os_spi_init_param ad9528_spi_param
Definition common_data.c:38
struct no_os_gpio_init_param clkchip_gpio_init_param
Definition common_data.c:48
Header file of GPIO Interface.
Header file of SPI Interface.
Structure holding the parameters for GPIO initialization.
Definition no_os_gpio.h:67
Structure holding the parameters for SPI initialization.
Definition no_os_spi.h:128