no-OS
Loading...
Searching...
No Matches
common_data.h
Go to the documentation of this file.
1/***************************************************************************/
36#ifndef __COMMON_DATA_H__
37#define __COMMON_DATA_H__
38
39#include "platform_includes.h"
40#include "no_os_gpio.h"
41#include "no_os_spi.h"
42
43extern const struct no_os_spi_init_param ad9528_spi_param;
45
46#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