1 /*
2  * Copyright (c) 2019-2021 Arm Limited. All rights reserved.
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  *     http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16 
17 //-------- <<< Use Configuration Wizard in Context Menu >>> --------------------
18 
19 #ifndef __RTE_DEVICE_H
20 #define __RTE_DEVICE_H
21 
22 // <q> USART (Universal synchronous - asynchronous receiver transmitter) [Driver_USART0]
23 // <i> Configuration settings for Driver_USART0 in component ::Drivers:USART
24 #define   RTE_USART0                     1
25 
26 // <q> USART (Universal synchronous - asynchronous receiver transmitter) [Driver_USART1]
27 // <i> Configuration settings for Driver_USART1 in component ::Drivers:USART
28 #define   RTE_USART1                     0
29 
30 // <q> MPC (Memory Protection Controller) [Driver_ISRAM0_MPC]
31 // <i> Configuration settings for Driver_ISRAM0_MPC in component ::Drivers:MPC
32 #define   RTE_ISRAM0_MPC                 1
33 
34 // <q> MPC (Memory Protection Controller) [Driver_ISRAM1_MPC]
35 // <i> Configuration settings for Driver_ISRAM1_MPC in component ::Drivers:MPC
36 #define   RTE_ISRAM1_MPC                 1
37 
38 // <q> MPC (Memory Protection Controller) [Driver_SRAM_MPC]
39 // <i> Configuration settings for Driver_SRAM_MPC in component ::Drivers:MPC
40 #define   RTE_SRAM_MPC                   1
41 
42 // <q> MPC (Memory Protection Controller) [Driver_QSPI_MPC]
43 // <i> Configuration settings for Driver_QSPI_MPC in component ::Drivers:MPC
44 #define   RTE_QSPI_MPC                   1
45 
46 // <q> PPC (Peripheral Protection Controller) [PPC_SSE300_MAIN0]
47 // <i> Configuration settings for Driver_PPC_SSE300_MAIN0 in component ::Drivers:PPC
48 #define   RTE_PPC_SSE300_MAIN0             1
49 
50 // <q> PPC (Peripheral Protection Controller) [PPC_SSE300_MAIN_EXP0]
51 // <i> Configuration settings for Driver_PPC_SSE300_MAIN_EXP0 in component ::Drivers:PPC
52 #define   RTE_PPC_SSE300_MAIN_EXP0             1
53 
54 // <q> PPC (Peripheral Protection Controller) [PPC_SSE300_MAIN_EXP1]
55 // <i> Configuration settings for Driver_PPC_SSE300_MAIN_EXP1 in component ::Drivers:PPC
56 #define   RTE_PPC_SSE300_MAIN_EXP1             1
57 
58 // <q> PPC (Peripheral Protection Controller) [PPC_SSE300_MAIN_EXP2]
59 // <i> Configuration settings for Driver_PPC_SSE300_MAIN_EXP2 in component ::Drivers:PPC
60 #define   RTE_PPC_SSE300_MAIN_EXP2             1
61 
62 // <q> PPC (Peripheral Protection Controller) [PPC_SSE300_MAIN_EXP3]
63 // <i> Configuration settings for Driver_PPC_SSE300_MAIN_EXP3 in component ::Drivers:PPC
64 #define   RTE_PPC_SSE300_MAIN_EXP3             1
65 
66 // <q> PPC (Peripheral Protection Controller) [PPC_SSE300_PERIPH0]
67 // <i> Configuration settings for Driver_PPC_SSE300_PERIPH0 in component ::Drivers:PPC
68 #define   RTE_PPC_SSE300_PERIPH0             1
69 
70 // <q> PPC (Peripheral Protection Controller) [PPC_SSE300_PERIPH1]
71 // <i> Configuration settings for Driver_PPC_SSE300_PERIPH1 in component ::Drivers:PPC
72 #define   RTE_PPC_SSE300_PERIPH1             1
73 
74 // <q> PPC (Peripheral Protection Controller) [PPC_SSE300_PERIPH_EXP0]
75 // <i> Configuration settings for Driver_PPC_SSE300_PERIPH_EXP0 in component ::Drivers:PPC
76 #define   RTE_PPC_SSE300_PERIPH_EXP0             1
77 
78 // <q> PPC (Peripheral Protection Controller) [PPC_SSE300_PERIPH_EXP1]
79 // <i> Configuration settings for Driver_PPC_SSE300_PERIPH_EXP1 in component ::Drivers:PPC
80 #define   RTE_PPC_SSE300_PERIPH_EXP1             1
81 
82 // <q> PPC (Peripheral Protection Controller) [PPC_SSE300_PERIPH_EXP2]
83 // <i> Configuration settings for Driver_PPC_SSE300_PERIPH_EXP2 in component ::Drivers:PPC
84 #define   RTE_PPC_SSE300_PERIPH_EXP2             1
85 
86 // <q> PPC (Peripheral Protection Controller) [PPC_SSE300_PERIPH_EXP3]
87 // <i> Configuration settings for Driver_PPC_SSE300_PERIPH_EXP3 in component ::Drivers:PPC
88 #define   RTE_PPC_SSE300_PERIPH_EXP3             1
89 
90 // <e> FLASH (Flash Memory) [Driver_SRAM]
91 // <i> Configuration settings for Driver_SRAM in component ::Drivers:FLASH
92 #define   RTE_SRAM                       1
93 
94 // <e> FLASH (Flash Memory) [Driver_ISRAM1]
95 // <i> Configuration settings for Driver_ISRAM in component ::Drivers:FLASH
96 #define   RTE_ISRAM1                     1
97 
98 #endif  /* __RTE_DEVICE_H */
99