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

  /src/lib/lua/gpio/
gpio.c 49 gpio_error(lua_State *L, const char *fmt, ...) function in typeref:typename:__printflike (2,3)void
75 gpio_error(L, "%s", strerror(errno));
105 gpio_error(L, "GPIOINFO");
137 gpio_error(L, "GPIOSET");
151 gpio_error(L, "GPIOUNSET");
165 gpio_error(L, "GPIOREAD");
180 gpio_error(L, "%d: invalid value", val);
185 gpio_error(L, "GPIOWRITE");
200 gpio_error(L, "GPIOTOGGLE");
223 gpio_error(L, "GPIOATTACH")
    [all...]
gpio.c 49 gpio_error(lua_State *L, const char *fmt, ...) function in typeref:typename:__printflike (2,3)void
75 gpio_error(L, "%s", strerror(errno));
105 gpio_error(L, "GPIOINFO");
137 gpio_error(L, "GPIOSET");
151 gpio_error(L, "GPIOUNSET");
165 gpio_error(L, "GPIOREAD");
180 gpio_error(L, "%d: invalid value", val);
185 gpio_error(L, "GPIOWRITE");
200 gpio_error(L, "GPIOTOGGLE");
223 gpio_error(L, "GPIOATTACH")
    [all...]

Completed in 23 milliseconds