1 /***************************************************************************//**
\r
2 * @file displaypalconfig.h
\r
3 * @brief Configuration file for PAL (Platform Abstraction Layer)
\r
5 *******************************************************************************
\r
7 * <b>(C) Copyright 2014 Silicon Labs, http://www.silabs.com</b>
\r
8 *******************************************************************************
\r
10 * This file is licensed under the Silabs License Agreement. See the file
\r
11 * "Silabs_License_Agreement.txt" for details. Before using this software for
\r
12 * any purpose, you must agree to the terms of that agreement.
\r
14 ******************************************************************************/
\r
16 #ifndef _DISPLAY_PAL_CONFIG_H_
\r
17 #define _DISPLAY_PAL_CONFIG_H_
\r
20 * PAL SPI / USART configuration for the EFM32ZG_STK3200.
\r
21 * Select which USART and location is connected to the device via SPI.
\r
23 #define PAL_SPI_USART_UNIT (USART1)
\r
24 #define PAL_SPI_USART_CLOCK (cmuClock_USART1)
\r
25 #define PAL_SPI_USART_LOCATION (USART_ROUTE_LOCATION_LOC1)
\r
27 #endif /* _DISPLAY_PAL_CONFIG_H_ */
\r