Showing changes from revision #2 to #3:
Added | Removed | Changed
int HAL_UARTInterruptID(int port)
Entry | |
---|---|
port | Port number to query |
Exit | |
---|---|
- | Returns the highest prioirty interrupt currently asserted. |
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.
Returns the highest priority interrupt currently asserted. In order of priority:
The Modem Status interrupt occurs when the CTS, DSR or DCD inputs change, or when RI goes from high to low (ie bits 0 to 3 of HAL_UARTModemStatus are set).