GPIO read/write
- |
-GpioRead
- |
-Reads the level value of a GPIO pin.
- |
-
-GpioWrite
- |
-Writes the level value of a GPIO pin.
- |
-
-GPIO settings
- |
-GpioSetDir
- |
-Sets the direction for a GPIO pin.
- |
-
-GpioGetDir
- |
-Obtains the direction for a GPIO pin.
- |
-
-GPIO interrupt settings
- |
-GpioSetIrq
- |
-Sets the ISR function for a GPIO pin.
- |
-
-GpioUnSetIrq
- |
-Cancels the setting of the ISR function for a GPIO pin.
- |
-
-GpioEnableIrq
- |
-Enables a GPIO interrupt.
- |
-
-GpioDisableIrq
- |
-Disables a GPIO interrupt.
- |
-
-
-