12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- /*
- * Auto generated Run-Time-Environment Configuration File
- * *** Do not modify ! ***
- *
- * Project: 'AirControlValve'
- * Target: 'AirControlValve'
- */
- #ifndef RTE_COMPONENTS_H
- #define RTE_COMPONENTS_H
- /*
- * Define the Device Header File:
- */
- #define CMSIS_device_header "ac780x.h"
- /* AutoChips::Device:ATC Drivers:ACMP:1.0.0 */
- #define RTE_DEVICE_DRIVER_ACMP
- /* AutoChips::Device:ATC Drivers:ADC:1.0.0 */
- #define RTE_DEVICE_DRIVER_ADC
- /* AutoChips::Device:ATC Drivers:CAN:1.0.0 */
- #define RTE_DEVICE_DRIVER_CAN
- /* AutoChips::Device:ATC Drivers:CKGEN:1.0.0 */
- #define RTE_DEVICE_DRIVER_CKGEN
- /* AutoChips::Device:ATC Drivers:CRC:1.0.0 */
- #define RTE_DEVICE_DRIVER_CRC
- /* AutoChips::Device:ATC Drivers:CTU:1.0.0 */
- #define RTE_DEVICE_DRIVER_CTU
- /* AutoChips::Device:ATC Drivers:DMA:1.0.0 */
- #define RTE_DEVICE_DRIVER_DMA
- /* AutoChips::Device:ATC Drivers:ECC SRAM:1.0.0 */
- #define RTE_DEVICE_DRIVER_ECC_SRAM
- /* AutoChips::Device:ATC Drivers:GPIO:1.0.0 */
- #define RTE_DEVICE_DRIVER_GPIO
- /* AutoChips::Device:ATC Drivers:I2C:1.0.0 */
- #define RTE_DEVICE_DRIVER_I2C
- /* AutoChips::Device:ATC Drivers:MMDIVSQART:1.0.0 */
- #define RTE_DEVICE_DRIVER_MMDIVSQART
- /* AutoChips::Device:ATC Drivers:PWDT:1.0.0 */
- #define RTE_DEVICE_DRIVER_PWDT
- /* AutoChips::Device:ATC Drivers:PWM:1.0.0 */
- #define RTE_DEVICE_DRIVER_PWM
- /* AutoChips::Device:ATC Drivers:RTC:1.0.0 */
- #define RTE_DEVICE_DRIVER_RTC
- /* 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 Drivers:eFlash:1.0.0 */
- #define RTE_DEVICE_DRIVER_EFLASH
- /* AutoChips::Device:Startup:1.0.0 */
- #define RTE_DEVICE_STARTUP_AC780X
- #endif /* RTE_COMPONENTS_H */
|