/* * Copyright (c) 2020 - 2024 Renesas Electronics Corporation and/or its affiliates * Copyright (c) 2024 TOKITA Hiroshi * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef R_SCI_UART_CFG_H_ #define R_SCI_UART_CFG_H_ #ifdef __cplusplus extern "C" { #endif #define SCI_UART_CFG_PARAM_CHECKING_ENABLE (BSP_CFG_PARAM_CHECKING_ENABLE) #define SCI_UART_CFG_FIFO_SUPPORT (CONFIG_UART_RA_SCI_UART_FIFO_ENABLE) #define SCI_UART_CFG_DTC_SUPPORTED (CONFIG_USE_RA_FSP_DTC) #define SCI_UART_CFG_FLOW_CONTROL_SUPPORT (0) #define SCI_UART_CFG_RS485_SUPPORT (0) #ifdef __cplusplus } #endif #endif /* R_SCI_UART_CFG_H_ */