cbToCoNet_u8HwInt()
Explanation
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.
Arguments
Type | Name | Remark |
|
| Interrupt source |
|
| Interrupt parameter |
Returns
Type | Remark |
|
|
Select TRUE
if you do not want to overload the application loop with frequent timer interrupts, for example.
Sample code
最終更新