1 /* 2 * Copyright (c) 2020 - 2024 Renesas Electronics Corporation and/or its affiliates 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 #ifndef R_LPM_CFG_H_ 7 #define R_LPM_CFG_H_ 8 #ifdef __cplusplus 9 extern "C" { 10 #endif 11 12 #define LPM_CFG_PARAM_CHECKING_ENABLE (BSP_CFG_PARAM_CHECKING_ENABLE) 13 #define LPM_CFG_STANDBY_LIMIT (1) 14 15 #ifdef __cplusplus 16 } 17 #endif 18 #endif /* R_LPM_CFG_H_ */ 19