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_SCIF_UART_CFG_H_ 8 #define R_SCIF_UART_CFG_H_ 9 #define SCIF_UART_CFG_PARAM_CHECKING_ENABLE (BSP_CFG_PARAM_CHECKING_ENABLE) 10 #define SCIF_UART_CFG_DMAC_ENABLE (0) 11 #define SCIF_UART_CFG_FLOW_CONTROL_SUPPORT (0) 12 #endif /* R_SCIF_UART_CFG_H_ */ 13