UARTDRV configuration file. More...
Go to the source code of this file.
Defines | |
#define | EMDRV_UARTDRV_MAX_CONCURRENT_TX_BUFS 6 |
Maximum concurrent receive operations. | |
#define | EMDRV_UARTDRV_HW_FLOW_CONTROL_ENABLE 1 |
Set to 1 to enable hardware flow control. | |
#define | EMDRV_UARTDRV_MAX_DRIVER_INSTANCES 4 |
Maximum number of driver instances. This maximum applies only when EMDRV_UARTDRV_HW_FLOW_CONTROL_ENABLE = 1. | |
#define | UARTDRV_FC_SW_XON 0x11 |
UART software flow control code: request peer to start TX. | |
#define | UARTDRV_FC_SW_XOFF 0x13 |
UART software flow control code: request peer to stop TX. |
UARTDRV configuration file.
(C) Copyright 2015 Silicon Labs, http://www.silabs.com
This file is licensed under the Silabs License Agreement. See the file "Silabs_License_Agreement.txt" for details. Before using this software for any purpose, you must agree to the terms of that agreement.
Definition in file uartdrv_config.h.