Showing changes from revision #1 to #2:
Added | Removed | Changed
int HAL_UARTRate(int port, int baud16)
Entry | |
---|---|
port | Port number to modify |
baud16 | Desired baud rate, in 1/16 of a baud. |
Use -1 to read the baud rate without modifying it. |
Exit | |
---|---|
- | Returns previous state |
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 rate, in units of 1/16 of a baud. Returns the previous rate. Use -1 to read.