Showing changes from revision #1 to #2:
Added | Removed | Changed
void HAL_UARTTransmitByte(int port, int byte)
Entry | |
---|---|
port | Port number to write to |
byte | Byte to send |
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.
Sends a byte. The routine is not expected to wait for FIFO space to become available; instead it should silently fail.