/* * Copyright (c) 2019-2021 Arm Limited. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ #ifndef __RTE_DEVICE_H #define __RTE_DEVICE_H // USART (Universal synchronous - asynchronous receiver transmitter) [Driver_USART0] // Configuration settings for Driver_USART0 in component ::Drivers:USART #define RTE_USART0 1 // USART (Universal synchronous - asynchronous receiver transmitter) [Driver_USART0] // USART (Universal synchronous - asynchronous receiver transmitter) [Driver_USART1] // Configuration settings for Driver_USART1 in component ::Drivers:USART #define RTE_USART1 1 // USART (Universal synchronous - asynchronous receiver transmitter) [Driver_USART1] // MPC (Memory Protection Controller) [Driver_ISRAM0_MPC] // Configuration settings for Driver_ISRAM0_MPC in component ::Drivers:MPC #define RTE_ISRAM0_MPC 1 // MPC (Memory Protection Controller) [Driver_ISRAM0_MPC] // MPC (Memory Protection Controller) [Driver_ISRAM1_MPC] // Configuration settings for Driver_ISRAM1_MPC in component ::Drivers:MPC #define RTE_ISRAM1_MPC 1 // MPC (Memory Protection Controller) [Driver_ISRAM1_MPC] // MPC (Memory Protection Controller) [Driver_SRAM_MPC] // Configuration settings for Driver_SRAM_MPC in component ::Drivers:MPC #define RTE_SRAM_MPC 1 // MPC (Memory Protection Controller) [Driver_SRAM_MPC] // MPC (Memory Protection Controller) [Driver_QSPI_MPC] // Configuration settings for Driver_QSPI_MPC in component ::Drivers:MPC #define RTE_QSPI_MPC 1 // MPC (Memory Protection Controller) [Driver_QSPI_MPC] // PPC (Peripheral Protection Controller) [PPC_SSE300_MAIN0] // Configuration settings for Driver_PPC_SSE300_MAIN0 in component ::Drivers:PPC #define RTE_PPC_SSE300_MAIN0 1 // PPC (Peripheral Protection Controller) [Driver_PPC_SSE300_MAIN0] // PPC (Peripheral Protection Controller) [PPC_SSE300_MAIN_EXP0] // Configuration settings for Driver_PPC_SSE300_MAIN_EXP0 in component ::Drivers:PPC #define RTE_PPC_SSE300_MAIN_EXP0 1 // PPC (Peripheral Protection Controller) [Driver_PPC_SSE300_MAIN_EXP0] // PPC (Peripheral Protection Controller) [PPC_SSE300_MAIN_EXP1] // Configuration settings for Driver_PPC_SSE300_MAIN_EXP1 in component ::Drivers:PPC #define RTE_PPC_SSE300_MAIN_EXP1 1 // PPC (Peripheral Protection Controller) [Driver_PPC_SSE300_MAIN_EXP1] // PPC (Peripheral Protection Controller) [PPC_SSE300_PERIPH0] // Configuration settings for Driver_PPC_SSE300_PERIPH0 in component ::Drivers:PPC #define RTE_PPC_SSE300_PERIPH0 1 // PPC (Peripheral Protection Controller) [Driver_PPC_SSE300_PERIPH0] // PPC (Peripheral Protection Controller) [PPC_SSE300_PERIPH1] // Configuration settings for Driver_PPC_SSE300_PERIPH1 in component ::Drivers:PPC #define RTE_PPC_SSE300_PERIPH1 1 // PPC (Peripheral Protection Controller) [Driver_PPC_SSE300_PERIPH1] // PPC (Peripheral Protection Controller) [PPC_SSE300_PERIPH_EXP0] // Configuration settings for Driver_PPC_SSE300_PERIPH_EXP0 in component ::Drivers:PPC #define RTE_PPC_SSE300_PERIPH_EXP0 1 // PPC (Peripheral Protection Controller) [Driver_PPC_SSE300_PERIPH_EXP0] // PPC (Peripheral Protection Controller) [PPC_SSE300_PERIPH_EXP1] // Configuration settings for Driver_PPC_SSE300_PERIPH_EXP1 in component ::Drivers:PPC #define RTE_PPC_SSE300_PERIPH_EXP1 1 // PPC (Peripheral Protection Controller) [Driver_PPC_SSE300_PERIPH_EXP1] // PPC (Peripheral Protection Controller) [PPC_SSE300_PERIPH_EXP2] // Configuration settings for Driver_PPC_SSE300_PERIPH_EXP2 in component ::Drivers:PPC #define RTE_PPC_SSE300_PERIPH_EXP2 1 // PPC (Peripheral Protection Controller) [Driver_PPC_SSE300_PERIPH_EXP2] // Flash device emulated by SRAM [Driver_Flash0] // Configuration settings for Driver_Flash0 in component ::Drivers:Flash #define RTE_FLASH0 1 // Flash device emulated by SRAM [Driver_Flash0] // I2C SBCon [Driver_I2C0] // Configuration settings for Driver_I2C0 in component ::Drivers:I2C #define RTE_I2C0 1 // I2C SBCon [Driver_I2C0] #endif /* __RTE_DEVICE_H */