HomeSort by: relevance | last modified time | path
    Searched defs:gpio_constant (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/lua/gpio/
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);

Completed in 162 milliseconds