12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- /*
- * Auto generated Run-Time-Environment Configuration File
- * *** Do not modify ! ***
- *
- * Project: 'BVACS'
- * Target: 'Target 1'
- */
- #ifndef RTE_COMPONENTS_H
- #define RTE_COMPONENTS_H
- /*
- * Define the Device Header File:
- */
- #define CMSIS_device_header "ac7840x.h"
- /* AutoChips::Device:ATC Drivers:CKGEN:1.0.0 */
- #define RTE_DEVICE_DRIVER_CKGEN
- /* AutoChips::Device:ATC Drivers:DMA:1.0.0 */
- #define RTE_DEVICE_DRIVER_DMA
- /* AutoChips::Device:ATC Drivers:EFLASH:1.0.0 */
- #define RTE_DEVICE_DRIVER_EFLASH
- /* AutoChips::Device:ATC Drivers:GPIO:1.0.0 */
- #define RTE_DEVICE_DRIVER_GPIO
- /* AutoChips::Device:ATC Drivers:RCM:1.0.0 */
- #define RTE_DEVICE_DRIVER_RCM
- /* AutoChips::Device:ATC Drivers:SPI:1.0.0 */
- #define RTE_DEVICE_DRIVER_SPI
- /* AutoChips::Device:ATC Drivers:SPM:1.0.0 */
- #define RTE_DEVICE_DRIVER_SPM
- /* AutoChips::Device:ATC Drivers:TIMER:1.0.0 */
- #define RTE_DEVICE_DRIVER_TIMER
- /* AutoChips::Device:ATC Drivers:UART:1.0.0 */
- #define RTE_DEVICE_DRIVER_UART
- /* AutoChips::Device:ATC Drivers:WDG:1.0.0 */
- #define RTE_DEVICE_DRIVER_WDG
- /* AutoChips::Device:ATC OSIF:OSIF:Bare Metal:1.0.0 */
- #define RTE_DEVICE_DRIVER_OSIF
- /* AutoChips::Device:Startup:1.0.0 */
- #define RTE_DEVICE_STARTUP_AC7840x
- #endif /* RTE_COMPONENTS_H */
|