Home
last modified time | relevance | path

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

/AliOS-Things-master/components/amp/services/board_mgr/
A Dboard_mgr.c986 timer_dev_t *new_timer = amp_calloc(1, sizeof(*new_timer)); in board_parse_timer() local
987 if (NULL == new_timer) in board_parse_timer()
993 *new_timer = device; in board_parse_timer()
994 ret = board_add_new_item(MODULE_TIMER, timer_id, new_timer); in board_parse_timer()
1005 if (NULL != new_timer) in board_parse_timer()
1007 amp_free(new_timer); in board_parse_timer()
1008 new_timer = NULL; in board_parse_timer()

Completed in 5 milliseconds