GPIO Result Codes

This page aggregates all GPIO-related result codes returned by functions and methods from the C and C++ APIs.

FW_GPIO_NOT_CONFIGURED

Hex.: 0x0501, Dec.: 1281. The GPIO is not configured.

FW_GPIO_WRONG_CONFIGURATION

Hex.: 0x0502, Dec.: 1282. The GPIO configuration is wrong. This result is returned when the GPIO is configured as a digital output and the user attempts to enable interrupts on it.