Home
last modified time | relevance | path

Searched refs:leve (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/solutions/auto_demo/
A Dauto_app.c67 static void GPIO_Set(unsigned char port,unsigned char leve) in GPIO_Set() argument
100 if(leve == 1){ in GPIO_Set()
103 else if(leve == 0){ in GPIO_Set()
/AliOS-Things-master/solutions/flower_demo/
A Dflower_app.c57 static void DHT11_GPIO_Set(unsigned char leve) in DHT11_GPIO_Set() argument
63 if(leve == 1){ in DHT11_GPIO_Set()
66 else if(leve == 0){ in DHT11_GPIO_Set()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/hardware/onewire/
A Dmodule_onewire.c55 static void oneWireGpioSet(gpio_dev_t *gpio_device, unsigned char leve) in oneWireGpioSet() argument
59 if(leve == 1) in oneWireGpioSet()
63 else if(leve == 0) in oneWireGpioSet()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/hardware/onewire/
A Dmodule_onewire.c61 static void oneWireGpioSet(gpio_dev_t *gpio_device, unsigned char leve) in oneWireGpioSet() argument
65 if(leve == 1) in oneWireGpioSet()
69 else if(leve == 0) in oneWireGpioSet()
/AliOS-Things-master/components/drivers/external_device/sh1106/src/
A Dsh1106.c147 static void OLED_GPIO_Set(unsigned char port, unsigned char leve) in OLED_GPIO_Set() argument
153 if (leve == 1) { in OLED_GPIO_Set()
155 } else if (leve == 0) { in OLED_GPIO_Set()

Completed in 8 milliseconds