[Overview][Resource strings][Constants][Types][Classes][Procedures and functions][Index] |
Combination of Interrupt modes
Source position: fpgpio.pas.bak line 59
type TGpioInterruptMode = set of ( |
||
gimRising, |
|
Interrupt on rising edge |
gimFalling |
|
Interrupt on falling edge |
); |