Home
last modified time | relevance | path

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

/AliOS-Things-master/components/amp/services/board_mgr/
A Dboard_mgr.c917 char *dac_id = strdup(id); in board_parse_dac() local
919 ret = board_add_new_item(MODULE_DAC, dac_id, new_dac); in board_parse_dac()
925 if (NULL != dac_id) in board_parse_dac()
927 aos_free(dac_id); in board_parse_dac()
928 dac_id = NULL; in board_parse_dac()

Completed in 5 milliseconds