Home
last modified time | relevance | path

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

/AliOS-Things-master/components/amp/services/board_mgr/
A Dboard_mgr.c689 can_dev_t *new_can = amp_calloc(1, sizeof(*new_can)); in board_parse_can() local
690 if (NULL == new_can) in board_parse_can()
696 *new_can = device; in board_parse_can()
697 ret = board_add_new_item(MODULE_CAN, can_id, new_can); in board_parse_can()
707 if (NULL != new_can) in board_parse_can()
709 amp_free(new_can); in board_parse_can()
710 new_can = NULL; in board_parse_can()

Completed in 4 milliseconds