17 lines
400 B
C
17 lines
400 B
C
/* generated common header file - do not edit */
|
|
#ifndef COMMON_DATA_H_
|
|
#define COMMON_DATA_H_
|
|
#include <stdint.h>
|
|
#include "bsp_api.h"
|
|
#include "r_ioport.h"
|
|
#include "bsp_pin_cfg.h"
|
|
FSP_HEADER
|
|
/* IOPORT Instance */
|
|
extern const ioport_instance_t g_ioport;
|
|
|
|
/* IOPORT control structure. */
|
|
extern ioport_instance_ctrl_t g_ioport_ctrl;
|
|
void g_common_init(void);
|
|
FSP_FOOTER
|
|
#endif /* COMMON_DATA_H_ */
|