Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/modules/driver/
A Dboard_mgr.c623 char *adc_id = strdup(id); in board_parse_adc() local
625 ret = board_add_new_item(MODULE_ADC, adc_id, new_adc); in board_parse_adc()
630 if (NULL != adc_id) { in board_parse_adc()
631 aos_free(adc_id); in board_parse_adc()
632 adc_id = NULL; in board_parse_adc()
/AliOS-Things-master/components/amp/services/board_mgr/
A Dboard_mgr.c846 char *adc_id = strdup(id); in board_parse_adc() local
848 ret = board_add_new_item(MODULE_ADC, adc_id, new_adc); in board_parse_adc()
854 if (NULL != adc_id) in board_parse_adc()
856 amp_free(adc_id); in board_parse_adc()
857 adc_id = NULL; in board_parse_adc()

Completed in 6 milliseconds