1 /* 2 * Copyright (c) 2020 - 2024 Renesas Electronics Corporation and/or its affiliates 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 7 #ifndef HW_SCE_MODULE_H 8 #define HW_SCE_MODULE_H 9 #include "bsp_api.h" 10 11 /* ================================================================================ */ 12 /* ================ Peripheral memory map ================ */ 13 /* ================================================================================ */ 14 #define SCE1_TRNG_BASE 0x400D1000UL 15 #define SCE1_AES_BASE 0x400D0000UL 16 17 #endif // HW_SCE_MODULE_H 18