Showing changes from revision #1 to #2:
Added | Removed | Changed
int HAL_UARTBreak(int port,int enable)
Entry | |
---|---|
port | Port number to modify |
enable | Activates (1) or deactiveates (0) a break condition. -1 to read. |
Exit | |
---|---|
- | Returns the previous break 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.
Activates (1) or deactivates (0) a break condition. -1 to read, returns previous state.