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 #define IOPORT_CFG_NAME g_bsp_pin_cfg 10 #define IOPORT_CFG_OPEN R_IOPORT_Open 11 #define IOPORT_CFG_CTRL g_ioport_ctrl 12 13 /* IOPORT Instance */ 14 extern const ioport_instance_t g_ioport; 15 16 /* IOPORT control structure. */ 17 extern ioport_instance_ctrl_t g_ioport_ctrl; 18 void g_common_init(void); 19 FSP_FOOTER 20 #endif /* COMMON_DATA_H_ */ 21