Carmel (MAXREFDES18#) Code Documentation  V01.00
High Accuracy Analog Current/Voltage Output
 All Data Structures Files Functions Variables Macros Pages
platform_config.h
Go to the documentation of this file.
1 #ifndef __PLATFORM_CONFIG_H_
2 #define __PLATFORM_CONFIG_H_
3 
4 #define STDOUT_IS_PS7_UART
5 #define UART_DEVICE_ID 0
6 #ifdef __PPC__
7 #define CACHEABLE_REGION_MASK 0xff000001
8 #endif
9 
10 #endif