Home
last modified time | relevance | path

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

/AliOS-Things-master/components/amp/services/amp_boot/
A Damp_boot_recovery.c24 static gpio_dev_t amp_status_led; variable
65 …AMP_STATUS_IO_ON ? aos_hal_gpio_output_high(&amp_status_led) : aos_hal_gpio_output_low(&amp_status… in _amp_status_led_on()
70 …AMP_STATUS_IO_ON ? aos_hal_gpio_output_low(&amp_status_led) : aos_hal_gpio_output_high(&amp_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(&amp_status_led); in amp_recovery_init()

Completed in 2 milliseconds