irq_descriptor HAL_IICDevice(int bus)
| Entry | |
|---|---|
| bus | Bus number to query |
| Exit | |
|---|---|
| irq_descriptor? giving the interrupt specification of the bus. |
This is an internal call for OS use only and should not be used by user software.
Returns the interrupt specification for the bus. This is not meaningful if bit 4 of the HAL_IICType flags word is not set. The OS will claim the interrupt and call HAL_IICMonitorTransfer() each time it occurs.