]> git.sur5r.net Git - freertos/blob - FreeRTOS/Demo/CORTEX_EFM32_Gecko_Starter_Kit_Simplicity_Studio/Source/SilLabs_Code/Device/SiliconLabs/EFM32GG/Include/efm32gg_prs_signals.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 / Device / SiliconLabs / EFM32GG / Include / efm32gg_prs_signals.h
1 /**************************************************************************//**\r
2  * @file efm32gg_prs_signals.h\r
3  * @brief EFM32GG_PRS_SIGNALS register and bit field definitions\r
4  * @version 4.0.0\r
5  ******************************************************************************\r
6  * @section License\r
7  * <b>(C) Copyright 2015 Silicon Laboratories, Inc. http://www.silabs.com</b>\r
8  ******************************************************************************\r
9  *\r
10  * Permission is granted to anyone to use this software for any purpose,\r
11  * including commercial applications, and to alter it and redistribute it\r
12  * freely, subject to the following restrictions:\r
13  *\r
14  * 1. The origin of this software must not be misrepresented; you must not\r
15  *    claim that you wrote the original software.@n\r
16  * 2. Altered source versions must be plainly marked as such, and must not be\r
17  *    misrepresented as being the original software.@n\r
18  * 3. This notice may not be removed or altered from any source distribution.\r
19  *\r
20  * DISCLAIMER OF WARRANTY/LIMITATION OF REMEDIES: Silicon Laboratories, Inc.\r
21  * has no obligation to support this Software. Silicon Laboratories, Inc. is\r
22  * providing the Software "AS IS", with no express or implied warranties of any\r
23  * kind, including, but not limited to, any implied warranties of\r
24  * merchantability or fitness for any particular purpose or warranties against\r
25  * infringement of any proprietary rights of a third party.\r
26  *\r
27  * Silicon Laboratories, Inc. will not be liable for any consequential,\r
28  * incidental, or special damages, or any other relief, or for any claim by\r
29  * any third party, arising from your use of this Software.\r
30  *\r
31  *****************************************************************************/\r
32 /**************************************************************************//**\r
33  * @addtogroup EFM32GG_PRS_Signals\r
34  * @{\r
35  * @brief PRS Signal names\r
36  *****************************************************************************/\r
37 #define PRS_VCMP_OUT             ((1 << 16) + 0)  /**< PRS Voltage comparator output */\r
38 #define PRS_ACMP0_OUT            ((2 << 16) + 0)  /**< PRS Analog comparator output */\r
39 #define PRS_ACMP1_OUT            ((3 << 16) + 0)  /**< PRS Analog comparator output */\r
40 #define PRS_DAC0_CH0             ((6 << 16) + 0)  /**< PRS DAC ch0 conversion done */\r
41 #define PRS_DAC0_CH1             ((6 << 16) + 1)  /**< PRS DAC ch1 conversion done */\r
42 #define PRS_ADC0_SINGLE          ((8 << 16) + 0)  /**< PRS ADC single conversion done */\r
43 #define PRS_ADC0_SCAN            ((8 << 16) + 1)  /**< PRS ADC scan conversion done */\r
44 #define PRS_USART0_IRTX          ((16 << 16) + 0) /**< PRS USART 0 IRDA out */\r
45 #define PRS_USART0_TXC           ((16 << 16) + 1) /**< PRS USART 0 TX complete */\r
46 #define PRS_USART0_RXDATAV       ((16 << 16) + 2) /**< PRS USART 0 RX Data Valid */\r
47 #define PRS_USART1_TXC           ((17 << 16) + 1) /**< PRS USART 1 TX complete */\r
48 #define PRS_USART1_RXDATAV       ((17 << 16) + 2) /**< PRS USART 1 RX Data Valid */\r
49 #define PRS_USART2_TXC           ((18 << 16) + 1) /**< PRS USART 2 TX complete */\r
50 #define PRS_USART2_RXDATAV       ((18 << 16) + 2) /**< PRS USART 2 RX Data Valid */\r
51 #define PRS_TIMER0_UF            ((28 << 16) + 0) /**< PRS Timer 0 Underflow */\r
52 #define PRS_TIMER0_OF            ((28 << 16) + 1) /**< PRS Timer 0 Overflow */\r
53 #define PRS_TIMER0_CC0           ((28 << 16) + 2) /**< PRS Timer 0 Compare/Capture 0 */\r
54 #define PRS_TIMER0_CC1           ((28 << 16) + 3) /**< PRS Timer 0 Compare/Capture 1 */\r
55 #define PRS_TIMER0_CC2           ((28 << 16) + 4) /**< PRS Timer 0 Compare/Capture 2 */\r
56 #define PRS_TIMER1_UF            ((29 << 16) + 0) /**< PRS Timer 1 Underflow */\r
57 #define PRS_TIMER1_OF            ((29 << 16) + 1) /**< PRS Timer 1 Overflow */\r
58 #define PRS_TIMER1_CC0           ((29 << 16) + 2) /**< PRS Timer 1 Compare/Capture 0 */\r
59 #define PRS_TIMER1_CC1           ((29 << 16) + 3) /**< PRS Timer 1 Compare/Capture 1 */\r
60 #define PRS_TIMER1_CC2           ((29 << 16) + 4) /**< PRS Timer 1 Compare/Capture 2 */\r
61 #define PRS_TIMER2_UF            ((30 << 16) + 0) /**< PRS Timer 2 Underflow */\r
62 #define PRS_TIMER2_OF            ((30 << 16) + 1) /**< PRS Timer 2 Overflow */\r
63 #define PRS_TIMER2_CC0           ((30 << 16) + 2) /**< PRS Timer 2 Compare/Capture 0 */\r
64 #define PRS_TIMER2_CC1           ((30 << 16) + 3) /**< PRS Timer 2 Compare/Capture 1 */\r
65 #define PRS_TIMER2_CC2           ((30 << 16) + 4) /**< PRS Timer 2 Compare/Capture 2 */\r
66 #define PRS_TIMER3_UF            ((31 << 16) + 0) /**< PRS Timer 3 Underflow */\r
67 #define PRS_TIMER3_OF            ((31 << 16) + 1) /**< PRS Timer 3 Overflow */\r
68 #define PRS_TIMER3_CC0           ((31 << 16) + 2) /**< PRS Timer 3 Compare/Capture 0 */\r
69 #define PRS_TIMER3_CC1           ((31 << 16) + 3) /**< PRS Timer 3 Compare/Capture 1 */\r
70 #define PRS_TIMER3_CC2           ((31 << 16) + 4) /**< PRS Timer 3 Compare/Capture 2 */\r
71 #define PRS_USB_SOF              ((36 << 16) + 0) /**< PRS USB Start of Frame */\r
72 #define PRS_USB_SOFSR            ((36 << 16) + 1) /**< PRS USB Start of Frame Sent/Received */\r
73 #define PRS_RTC_OF               ((40 << 16) + 0) /**< PRS RTC Overflow */\r
74 #define PRS_RTC_COMP0            ((40 << 16) + 1) /**< PRS RTC Compare 0 */\r
75 #define PRS_RTC_COMP1            ((40 << 16) + 2) /**< PRS RTC Compare 1 */\r
76 #define PRS_UART0_TXC            ((41 << 16) + 1) /**< PRS USART 0 TX complete */\r
77 #define PRS_UART0_RXDATAV        ((41 << 16) + 2) /**< PRS USART 0 RX Data Valid */\r
78 #define PRS_UART1_TXC            ((42 << 16) + 1) /**< PRS USART 0 TX complete */\r
79 #define PRS_UART1_RXDATAV        ((42 << 16) + 2) /**< PRS USART 0 RX Data Valid */\r
80 #define PRS_GPIO_PIN0            ((48 << 16) + 0) /**< PRS GPIO pin 0 */\r
81 #define PRS_GPIO_PIN1            ((48 << 16) + 1) /**< PRS GPIO pin 1 */\r
82 #define PRS_GPIO_PIN2            ((48 << 16) + 2) /**< PRS GPIO pin 2 */\r
83 #define PRS_GPIO_PIN3            ((48 << 16) + 3) /**< PRS GPIO pin 3 */\r
84 #define PRS_GPIO_PIN4            ((48 << 16) + 4) /**< PRS GPIO pin 4 */\r
85 #define PRS_GPIO_PIN5            ((48 << 16) + 5) /**< PRS GPIO pin 5 */\r
86 #define PRS_GPIO_PIN6            ((48 << 16) + 6) /**< PRS GPIO pin 6 */\r
87 #define PRS_GPIO_PIN7            ((48 << 16) + 7) /**< PRS GPIO pin 7 */\r
88 #define PRS_GPIO_PIN8            ((49 << 16) + 0) /**< PRS GPIO pin 8 */\r
89 #define PRS_GPIO_PIN9            ((49 << 16) + 1) /**< PRS GPIO pin 9 */\r
90 #define PRS_GPIO_PIN10           ((49 << 16) + 2) /**< PRS GPIO pin 10 */\r
91 #define PRS_GPIO_PIN11           ((49 << 16) + 3) /**< PRS GPIO pin 11 */\r
92 #define PRS_GPIO_PIN12           ((49 << 16) + 4) /**< PRS GPIO pin 12 */\r
93 #define PRS_GPIO_PIN13           ((49 << 16) + 5) /**< PRS GPIO pin 13 */\r
94 #define PRS_GPIO_PIN14           ((49 << 16) + 6) /**< PRS GPIO pin 14 */\r
95 #define PRS_GPIO_PIN15           ((49 << 16) + 7) /**< PRS GPIO pin 15 */\r
96 #define PRS_LETIMER0_CH0         ((52 << 16) + 0) /**< PRS LETIMER CH0 Out */\r
97 #define PRS_LETIMER0_CH1         ((52 << 16) + 1) /**< PRS LETIMER CH1 Out */\r
98 #define PRS_BURTC_OF             ((55 << 16) + 0) /**< PRS BURTC Overflow */\r
99 #define PRS_BURTC_COMP0          ((55 << 16) + 1) /**< PRS BURTC Compare 0 */\r
100 #define PRS_LESENSE_SCANRES0     ((57 << 16) + 0) /**< PRS LESENSE SCANRES register, bit 0 */\r
101 #define PRS_LESENSE_SCANRES1     ((57 << 16) + 1) /**< PRS LESENSE SCANRES register, bit 1 */\r
102 #define PRS_LESENSE_SCANRES2     ((57 << 16) + 2) /**< PRS LESENSE SCANRES register, bit 2 */\r
103 #define PRS_LESENSE_SCANRES3     ((57 << 16) + 3) /**< PRS LESENSE SCANRES register, bit 3 */\r
104 #define PRS_LESENSE_SCANRES4     ((57 << 16) + 4) /**< PRS LESENSE SCANRES register, bit 4 */\r
105 #define PRS_LESENSE_SCANRES5     ((57 << 16) + 5) /**< PRS LESENSE SCANRES register, bit 5 */\r
106 #define PRS_LESENSE_SCANRES6     ((57 << 16) + 6) /**< PRS LESENSE SCANRES register, bit 6 */\r
107 #define PRS_LESENSE_SCANRES7     ((57 << 16) + 7) /**< PRS LESENSE SCANRES register, bit 7 */\r
108 #define PRS_LESENSE_SCANRES8     ((58 << 16) + 0) /**< PRS LESENSE SCANRES register, bit 8 */\r
109 #define PRS_LESENSE_SCANRES9     ((58 << 16) + 1) /**< PRS LESENSE SCANRES register, bit 9 */\r
110 #define PRS_LESENSE_SCANRES10    ((58 << 16) + 2) /**< PRS LESENSE SCANRES register, bit 10 */\r
111 #define PRS_LESENSE_SCANRES11    ((58 << 16) + 3) /**< PRS LESENSE SCANRES register, bit 11 */\r
112 #define PRS_LESENSE_SCANRES12    ((58 << 16) + 4) /**< PRS LESENSE SCANRES register, bit 12 */\r
113 #define PRS_LESENSE_SCANRES13    ((58 << 16) + 5) /**< PRS LESENSE SCANRES register, bit 13 */\r
114 #define PRS_LESENSE_SCANRES14    ((58 << 16) + 6) /**< PRS LESENSE SCANRES register, bit 14 */\r
115 #define PRS_LESENSE_SCANRES15    ((58 << 16) + 7) /**< PRS LESENSE SCANRES register, bit 15 */\r
116 #define PRS_LESENSE_DEC0         ((59 << 16) + 0) /**< PRS LESENSE Decoder PRS out 0 */\r
117 #define PRS_LESENSE_DEC1         ((59 << 16) + 1) /**< PRS LESENSE Decoder PRS out 1 */\r
118 #define PRS_LESENSE_DEC2         ((59 << 16) + 2) /**< PRS LESENSE Decoder PRS out 2 */\r
119 \r
120 /** @} End of group EFM32GG_PRS */\r
121 \r
122 \r