Searched refs:amp_status_led (Results 1 – 1 of 1) sorted by relevance
24 static gpio_dev_t amp_status_led; variable65 …AMP_STATUS_IO_ON ? aos_hal_gpio_output_high(&_status_led) : aos_hal_gpio_output_low(&_status… in _amp_status_led_on()70 …AMP_STATUS_IO_ON ? aos_hal_gpio_output_low(&_status_led) : aos_hal_gpio_output_high(&_status… in _amp_status_led_off()142 amp_status_led.port = AMP_STATUS_IO; in amp_recovery_init()143 amp_status_led.config = OUTPUT_OPEN_DRAIN_PULL_UP; in amp_recovery_init()170 ret = aos_hal_gpio_init(&_status_led); in amp_recovery_init()
Completed in 2 milliseconds