no-OS
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 "max25603.h"
38 
46 extern struct max25603_init_param max25603_ip;
47 
48 #endif /* __COMMON_DATA_H__ */
no_os_gpio_init_param
Structure holding the parameters for GPIO initialization.
Definition: no_os_gpio.h:79
no_os_pwm_init_param
Structure containing the init parameters needed by the PWM generator.
Definition: no_os_pwm.h:66
max25603_flt_ip
struct no_os_gpio_init_param max25603_flt_ip
max25603_ip
struct max25603_init_param max25603_ip
Definition: common_data.c:90
max25603_lb_ip
struct no_os_pwm_init_param max25603_lb_ip
Definition: common_data.c:81
max25603_init_param
Definition: max25603.h:63
max25603_hb_ip
struct no_os_pwm_init_param max25603_hb_ip
Definition: common_data.c:72
max25603_uart_ip
struct no_os_uart_init_param max25603_uart_ip
Definition: common_data.c:36
max25603_en2_ip
struct no_os_pwm_init_param max25603_en2_ip
Definition: common_data.c:63
max25603_en1_ip
struct no_os_pwm_init_param max25603_en1_ip
Definition: common_data.c:54
no_os_uart_init_param
Structure holding the parameters for UART initialization.
Definition: no_os_uart.h:110
max25603_shunt_ip
struct no_os_gpio_init_param max25603_shunt_ip
Definition: common_data.c:46
max25603.h
Header file of MAX25603 Driver.