JetPack5 GPIO Assignments in NX Module

hello malcolm.mcdowell,

do you mean GPIO calculation using below formula?
#define TEGRA234_MAIN_GPIO(port, offset) \ ((TEGRA234_MAIN_GPIO_PORT_##port * 8) + offset)

the above method is not valid anymore for K5.10, please refer to developer guide, To check a GPIO number,
thanks