Interrupt handler for hardware interrupts.
Due to the lower call delay, it can be used to control external hardware directly by controlling the DIO port.
Interrupt handler processing should be kept to a minimum, and the function should be returned as soon as possible.
| Type | Name | Remark |
|---|---|---|
uint32 |
u32DeviceId |
Interrupt source |
uint32 |
u32ItemBitmap |
Interrupt parameter |
| Type | Remark |
|---|---|
uint8 |
FALSE will call cbToCoNet_vHwEvent(), but returning TRUE will not make the call. |
Select TRUE if you do not want to overload the application loop with frequent timer interrupts, for example.