no-OS
Loading...
Searching...
No Matches
common_data.h
Go to the documentation of this file.
1/***************************************************************************/
33
34#ifndef __COMMON_DATA_H__
35#define __COMMON_DATA_H__
36
37#include "max30009.h"
38#include "no_os_i2c.h"
39#include "no_os_spi.h"
40#include "no_os_gpio.h"
41
46
47#endif /* __COMMON_DATA_H__ */
struct no_os_uart_init_param max30009_uart_ip
Definition common_data.c:37
struct max30009_init_param max30009_init_params
Definition common_data.c:81
struct no_os_irq_init_param max30009_gpio_irq_ip
Definition common_data.c:89
struct no_os_gpio_init_param max30009_gpio_ip
Definition common_data.c:65
Header file for MAX30009 driver.
Header file of GPIO Interface.
Header file of I2C Interface.
Header file of SPI Interface.
Definition max30009.h:472
Structure holding the parameters for GPIO initialization.
Definition no_os_gpio.h:67
Structure holding the initial parameters for Interrupt Request.
Definition no_os_irq.h:101
Structure holding the parameters for UART initialization.
Definition no_os_uart.h:98