common_data.h 400 B

12345678910111213141516
  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. /* IOPORT control structure. */
  12. extern ioport_instance_ctrl_t g_ioport_ctrl;
  13. void g_common_init(void);
  14. FSP_FOOTER
  15. #endif /* COMMON_DATA_H_ */