]> git.sur5r.net Git - freertos/blob - FreeRTOS/Demo/CORTEX_EFM32_Gecko_Starter_Kit_Simplicity_Studio/Source/SilLabs_Code/kits/EFM32GG_STK3700/config/displaypalconfig.h
Add EFM32 Giant Gecko Starter Kit demo - still a work in progress as the low power...
[freertos] / FreeRTOS / Demo / CORTEX_EFM32_Gecko_Starter_Kit_Simplicity_Studio / Source / SilLabs_Code / kits / EFM32GG_STK3700 / config / displaypalconfig.h
1 /***************************************************************************//**\r
2  * @file displaypalconfig.h\r
3  * @brief Configuration file for PAL (Platform Abstraction Layer)\r
4  * @version 4.0.0\r
5  *******************************************************************************\r
6  * @section License\r
7  * <b>(C) Copyright 2014 Silicon Labs, http://www.silabs.com</b>\r
8  *******************************************************************************\r
9  *\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
13  *\r
14  ******************************************************************************/\r
15 \r
16 #ifndef _DISPLAY_PAL_CONFIG_H_\r
17 #define _DISPLAY_PAL_CONFIG_H_\r
18 \r
19 /*\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
22  */\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
26 \r
27 #endif /* _DISPLAY_PAL_CONFIG_H_ */\r