FIRE_RA6M5_Hello_World/rasc_generated/ra_cfg/fsp_cfg/bsp/bsp_pin_cfg.h

20 lines
663 B
C

/* generated configuration header file - do not edit */
#ifndef BSP_PIN_CFG_H_
#define BSP_PIN_CFG_H_
#include "r_ioport.h"
/* Common macro for FSP header files. There is also a corresponding FSP_FOOTER macro at the end of this file. */
FSP_HEADER
#define LED1 (BSP_IO_PORT_04_PIN_00) /* Red LED */
#define LED2 (BSP_IO_PORT_04_PIN_03) /* Blue LED */
#define LED3 (BSP_IO_PORT_04_PIN_04) /* Green LED */
extern const ioport_cfg_t g_bsp_pin_cfg; /* R7FA6M5BH3CFC.pincfg */
void BSP_PinConfigSecurityInit();
/* Common macro for FSP header files. There is also a corresponding FSP_HEADER macro at the top of this file. */
FSP_FOOTER
#endif /* BSP_PIN_CFG_H_ */