Searched refs:aos_gpioc_set_value (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/solutions/genie_mesh_demo/light_ctl/ |
A D | light_driver.c | 79 r = aos_gpioc_set_value(&gpioc, RED_LED, !onoff); in light_set() 87 r = aos_gpioc_set_value(&gpioc, GREEN_LED, !onoff); in light_set() 88 r = aos_gpioc_set_value(&gpioc, BLUE_LED, !onoff); in light_set()
|
/AliOS-Things-master/components/amp_adapter/platform/aos/peripheral/ |
A D | aos_hal_gpio.c | 145 return aos_gpioc_set_value(gpio->gpioc, gpio->pin_index, 1); in aos_hal_gpio_output_high() 159 return aos_gpioc_set_value(gpio->gpioc, gpio->pin_index, 0); in aos_hal_gpio_output_low()
|
/AliOS-Things-master/components/drivers/peripheral/gpio/include/aos/ |
A D | gpioc.h | 77 aos_status_t aos_gpioc_set_value(aos_gpioc_ref_t *ref, uint32_t pin, int val);
|
/AliOS-Things-master/components/drivers/peripheral/gpio/src/ |
A D | gpioc.c | 296 aos_status_t aos_gpioc_set_value(aos_gpioc_ref_t *ref, uint32_t pin, int val) in aos_gpioc_set_value() function
|
Completed in 5 milliseconds