gpio.c | 232 static const struct constant gpio_constant[] = { variable in typeref:typename:const struct constant[] 313 for (n = 0; gpio_constant[n].name != NULL; n++) { 314 lua_pushinteger(L, gpio_constant[n].value); 315 lua_setfield(L, -2, gpio_constant[n].name);
|