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 R_SPI_B_CFG_H_
8 #define R_SPI_B_CFG_H_
9 #ifdef __cplusplus
10         extern "C" {
11         #endif
12 
13 #define SPI_B_CFG_PARAM_CHECKING_ENABLE (1)
14 #if CONFIG_SPI_B_RA_DTC
15 #define SPI_B_DTC_SUPPORT_ENABLE (1)
16 #else
17 #define SPI_B_DTC_SUPPORT_ENABLE (0)
18 #endif
19 #define SPI_B_TRANSMIT_FROM_RXI_ISR (0)
20 
21 #ifdef __cplusplus
22         }
23         #endif
24 #endif /* R_SPI_B_CFG_H_ */