Showing changes from revision #1 to #2:
Added | Removed | Changed
void HAL_UARTShutdown(int port)
Entry | |
---|---|
port | Port number to shutdown |
Exit | |
---|---|
- |
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.
Shuts down the indicated port.