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_RIIC_MASTER_CFG_H_
7 #define R_RIIC_MASTER_CFG_H_
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
12 #define RIIC_MASTER_CFG_PARAM_CHECKING_ENABLE (BSP_CFG_PARAM_CHECKING_ENABLE)
13 #define RIIC_MASTER_CFG_DMAC_ENABLE (0)
14 #define RIIC_MASTER_CFG_ADDR_MODE_10_BIT_ENABLE (1)
15 
16 #ifdef __cplusplus
17 }
18 #endif
19 #endif /* R_RIIC_MASTER_CFG_H_ */
20