common_data.h 515 B

1234567891011121314151617181920
  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. /* IOPORT Instance */
  13. extern const ioport_instance_t g_ioport;
  14. /* IOPORT control structure. */
  15. extern ioport_instance_ctrl_t g_ioport_ctrl;
  16. void g_common_init(void);
  17. FSP_FOOTER
  18. #endif /* COMMON_DATA_H_ */