1 /* generated common header file - do not edit */ 2 #ifndef COMMON_DATA_H_ 3 #define COMMON_DATA_H_ 4 #include <stdint.h> 5 #include "bsp_api.h" 6 #include "r_ioport.h" 7 #include "bsp_pin_cfg.h" 8 FSP_HEADER 9 /* IOPORT Instance */ 10 extern const ioport_instance_t g_ioport; 11 12 /* IOPORT control structure. */ 13 extern ioport_instance_ctrl_t g_ioport_ctrl; 14 void g_common_init(void); 15 FSP_FOOTER 16 #endif /* COMMON_DATA_H_ */ 17