Home
last modified time | relevance | path

Searched refs:aos_gpioc_set_value (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/solutions/genie_mesh_demo/light_ctl/
A Dlight_driver.c79 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 Daos_hal_gpio.c145 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 Dgpioc.h77 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 Dgpioc.c296 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 20 milliseconds