Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/modules/driver/
A Dboard_mgr.c497 char *spi_id = strdup(id); in board_parse_spi() local
499 ret = board_add_new_item(MODULE_SPI, spi_id, new_spi); in board_parse_spi()
503 if (NULL != spi_id) { in board_parse_spi()
504 aos_free(spi_id); in board_parse_spi()
505 spi_id = NULL; in board_parse_spi()
/AliOS-Things-master/components/amp/services/board_mgr/
A Dboard_mgr.c563 char *spi_id = strdup(id); in board_parse_spi() local
565 ret = board_add_new_item(MODULE_SPI, spi_id, new_spi); in board_parse_spi()
570 if (NULL != spi_id) in board_parse_spi()
572 amp_free(spi_id); in board_parse_spi()
573 spi_id = NULL; in board_parse_spi()

Completed in 6 milliseconds