1 /* 2 * Copyright (c) 2018-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 #ifndef __RTE_DEVICE_H__ 18 #define __RTE_DEVICE_H__ 19 20 // <e> MPC (Memory Protection Controller) [Driver_ISRAM0_MPC] 21 // <i> Configuration settings for Driver_ISRAM0_MPC in component ::Drivers:MPC 22 #define RTE_ISRAM0_MPC 1 23 // </e> MPC (Memory Protection Controller) [Driver_ISRAM0_MPC] 24 25 // <e> MPC (Memory Protection Controller) [Driver_ISRAM1_MPC] 26 // <i> Configuration settings for Driver_SRAM1_MPC in component ::Drivers:MPC 27 #define RTE_ISRAM1_MPC 1 28 // </e> MPC (Memory Protection Controller) [Driver_ISRAM1_MPC] 29 30 // <e> MPC (Memory Protection Controller) [Driver_ISRAM2_MPC] 31 // <i> Configuration settings for Driver_ISRAM2_MPC in component ::Drivers:MPC 32 #define RTE_ISRAM2_MPC 1 33 // </e> MPC (Memory Protection Controller) [Driver_ISRAM2_MPC] 34 35 // <e> MPC (Memory Protection Controller) [Driver_ISRAM3_MPC] 36 // <i> Configuration settings for Driver_SRAM2_MPC in component ::Drivers:MPC 37 #define RTE_ISRAM3_MPC 1 38 // </e> MPC (Memory Protection Controller) [Driver_SRAM3_MPC] 39 40 // <e> MPC (Memory Protection Controller) [Driver_CODE_SRAM_MPC] 41 // <i> Configuration settings for Driver_CODE_SRAM_MPC in component ::Drivers:MPC 42 #define RTE_CODE_SRAM_MPC 1 43 // </e> MPC (Memory Protection Controller) [Driver_CODE_SRAM_MPC] 44 45 // <e> MPC (Memory Protection Controller) [Driver_MRAM_MPC] 46 // <i> Configuration settings for Driver_MRAM_MPC in component ::Drivers:MPC 47 #define RTE_MRAM_MPC 1 48 // </e> MPC (Memory Protection Controller) [Driver_MRAM_MPC] 49 50 // <e> USART (Universal synchronous - asynchronous receiver transmitter) [Driver_USART0] 51 // <i> Configuration settings for Driver_USART0 in component ::Drivers:USART 52 #define RTE_USART0 0 53 // </e> USART (Universal synchronous - asynchronous receiver transmitter) [Driver_USART0] 54 55 // <e> USART (Universal synchronous - asynchronous receiver transmitter) [Driver_USART1] 56 // <i> Configuration settings for Driver_USART1 in component ::Drivers:USART 57 #define RTE_USART1 1 58 // </e> USART (Universal synchronous - asynchronous receiver transmitter) [Driver_USART1] 59 60 // <e> PPC (Peripheral Protection Controller) [Driver_AHB_PPC0] 61 // <i> Configuration settings for Driver_AHB_PPC0 in component ::Drivers:PPC 62 #define RTE_AHB_PPC0 1 63 // </e> PPC (Peripheral Protection Controller) [Driver_AHB_PPC0] 64 65 // <e> PPC (Peripheral Protection Controller) [Driver_AHB_PPCEXP0] 66 // <i> Configuration settings for Driver_AHB_PPCEXP0 in component ::Drivers:PPC 67 #define RTE_AHB_PPCEXP0 1 68 // </e> PPC (Peripheral Protection Controller) [Driver_AHB_PPCEXP0] 69 70 // <e> PPC (Peripheral Protection Controller) [Driver_APB_PPC0] 71 // <i> Configuration settings for Driver_APB_PPC0 in component ::Drivers:PPC 72 #define RTE_APB_PPC0 1 73 // </e> PPC (Peripheral Protection Controller) [Driver_APB_PPC0] 74 75 // <e> PPC (Peripheral Protection Controller) [Driver_APB_PPC1] 76 // <i> Configuration settings for Driver_APB_PPC1 in component ::Drivers:PPC 77 #define RTE_APB_PPC1 1 78 // </e> PPC (Peripheral Protection Controller) [Driver_APB_PPC1] 79 80 // <e> PPC (Peripheral Protection Controller) [Driver_APB_PPCEXP0] 81 // <i> Configuration settings for Driver_APB_PPCEXP0 in component ::Drivers:PPC 82 #define RTE_APB_PPCEXP0 1 83 // </e> PPC (Peripheral Protection Controller) [Driver_APB_PPCEXP0] 84 85 // <e> PPC (Peripheral Protection Controller) [Driver_APB_PPCEXP1] 86 // <i> Configuration settings for Driver_APB_PPCEXP1 in component ::Drivers:PPC 87 #define RTE_APB_PPCEXP1 1 88 // </e> PPC (Peripheral Protection Controller) [Driver_APB_PPCEXP1] 89 90 // <e> FLASH (Flash Memory) [Driver_FLASH0] 91 // <i> Configuration settings for Driver_FLASH0 in component ::Drivers:FLASH 92 #define RTE_FLASH0 1 93 // </e> FLASH (Flash Memory) [Driver_FLASH0] 94 95 // <e> FLASH (Flash Memory) [Driver_QSPI_FLASH0] 96 // <i> Configuration settings for Driver_QSPI_FLASH0 in component ::Drivers:FLASH 97 #define RTE_QSPI_FLASH0 1 98 // </e> FLASH (Flash Memory) [Driver_QSPI_FLASH0] 99 100 #endif /* __RTE_DEVICE_H__ */ 101