| /* | |
| * ambhw/apb.h | |
| * | |
| * History: | |
| * 2007/12/04 - [Charles Chiou] created file | |
| * | |
| * Copyright (C) 2006-2007, Ambarella, Inc. | |
| */ | |
| #ifndef __AMBHW__APB_H__ | |
| #define __AMBHW__APB_H__ | |
| #include <ambhw/spi.h> | |
| #include <ambhw/idc.h> | |
| #include <ambhw/stepper.h> | |
| #include <ambhw/uart.h> | |
| #include <ambhw/ir.h> | |
| #include <ambhw/pwm.h> | |
| #include <ambhw/gpio.h> | |
| #include <ambhw/timer.h> | |
| #include <ambhw/wdog.h> | |
| #include <ambhw/adc.h> | |
| #include <ambhw/rtc.h> | |
| #include <ambhw/rct.h> | |
| #include <ambhw/audio.h> | |
| #endif |