DT_PROP_BY_IDX(INTC_NODE, line_ranges, UTIL_INC(UTIL_X2(x))) BUILD_ASSERT(DT_PROP_LEN(INTC_NODE, line_ranges) == (2 * NUM_GPIO_PORTS)); BUILD_ASSERT(_NUM_GPIOS_ON ...
This code example demonstrates the use of GPIO configured as an input pin to generate interrupts on the Infineon MCU. The GPIO signal interrupts the CPU and executes a user-defined interrupt service ...