no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
common_data.h
Go to the documentation of this file.
1/***************************************************************************/
33#ifndef __COMMON_DATA_H__
34#define __COMMON_DATA_H__
35
36#include "platform_includes.h"
37#include "no_os_gpio.h"
38#include "no_os_spi.h"
39
40extern const struct no_os_spi_init_param ad9528_spi_param;
42
43#endif /* __COMMON_DATA_H__ */
const struct no_os_spi_init_param ad9528_spi_param
Definition common_data.c:38
const 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