OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gpio_constant
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/lua/gpio/
gpio.c
232
static const struct constant
gpio_constant
[] = {
variable in typeref: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);
gpio.c
232
static const struct constant
gpio_constant
[] = {
variable in typeref: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 31 milliseconds
Indexes created Tue Feb 24 19:07:35 UTC 2026