no-OS
Loading...
Searching...
No Matches
common_data.h
Go to the documentation of this file.
1/***************************************************************************/
33#ifndef __COMMON_DATA_H__
34#define __COMMON_DATA_H__
35
36#include "parameters.h"
37#include "adf4371.h"
38#include "no_os_spi.h"
39#include "no_os_uart.h"
40#include "no_os_util.h"
41
42
46extern struct adf4371_init_param adf4371_ip;
47
48#endif /* __COMMON_DATA_H__ */
struct adf4371_init_param adf4371_ip
Definition common_data.c:72
struct no_os_spi_init_param adf4371_spi_ip
Definition common_data.c:47
struct no_os_uart_init_param adf4371_uart_ip
Definition common_data.c:35
struct no_os_gpio_init_param adf4371_ce_ip
Definition common_data.c:57
Header file of ADF4371 Driver.
Header file of SPI Interface.
Header file of UART interface.
Header file of utility functions.
Definition adf4371.h:77
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
Structure holding the parameters for UART initialization.
Definition no_os_uart.h:98