Showing changes from revision #2 to #3:
Added | Removed | Changed
int HAL_UARTFIFOThreshold(int port, int threshold)
Entry | |
---|---|
port | Port number to modify |
threshold | Threshold for RX FIFO |
Exit | |
---|---|
- | Returns previous RX FIFO threshold |
This is an internal call for use by the DualSerial module and should not be used by user code. Instead of calling the HAL directly, user code should interact with the Serial* entries that DualSerial creates in DeviceFS.
Sets the receive threshold level for the FIFO RX interrupt. Normally available values are 1,4,8 and 14 bytes. Returns previous value. -1 to read.