/* * Copyright (c) 2020 - 2024 Renesas Electronics Corporation and/or its affiliates * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef HW_SCE_MODULE_H #define HW_SCE_MODULE_H #include "bsp_api.h" /* ================================================================================ */ /* ================ Peripheral memory map ================ */ /* ================================================================================ */ #define SCE1_TRNG_BASE 0x400D1000UL #define SCE1_AES_BASE 0x400D0000UL #endif // HW_SCE_MODULE_H