ReonV/lib/gaisler/can/can_mc.in.h

28 lines
402 B
C

#ifndef CONFIG_CAN_ENABLE
#define CONFIG_CAN_ENABLE 0
#endif
#ifndef CONFIG_CAN_NUM
#define CONFIG_CAN_NUM 1
#endif
#ifndef CONFIG_CANIO
#define CONFIG_CANIO 0
#endif
#ifndef CONFIG_CANIRQ
#define CONFIG_CANIRQ 0
#endif
#ifndef CONFIG_CANSEPIRQ
#define CONFIG_CANSEPIRQ 0
#endif
#ifndef CONFIG_CAN_SYNCRST
#define CONFIG_CAN_SYNCRST 0
#endif
#ifndef CONFIG_CAN_FT
#define CONFIG_CAN_FT 0
#endif