PixelKey
NeoPixel USB Key
Loading...
Searching...
No Matches
common_data.h
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"
8FSP_HEADER
9/* IOPORT Instance */
10extern const ioport_instance_t g_ioport;
11
12/* IOPORT control structure. */
13extern ioport_instance_ctrl_t g_ioport_ctrl;
14void g_common_init(void);
15FSP_FOOTER
16#endif /* COMMON_DATA_H_ */