engine_control/source/os/release/include/board_devices.h

20 lines
532 B
C
Raw Normal View History

2016-07-29 04:51:20 +00:00
/* Board devices include file */
#ifndef BOARD_DEVICES_H
#define BOARD_DEVICES_H
2016-08-30 15:27:46 +00:00
extern const struct driver rng;
2016-08-18 20:08:06 +00:00
extern const struct driver gpio_c0;
extern const struct driver gpio_c1;
extern const struct driver gpio_c2;
extern const struct driver gpio_c3;
2016-08-10 11:16:10 +00:00
extern const struct driver pwm_4;
extern const struct driver pwm_3;
extern const struct driver pwm_2;
extern const struct driver pwm_1;
2016-08-29 14:54:33 +00:00
extern const struct driver pwm5_c2;
extern const struct driver pwm2_c4;
2016-07-29 04:51:20 +00:00
extern const struct driver uart_1;
#endif /* BOARD_DEVICES_H */