Home
last modified time | relevance | path

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

/AliOS-Things-master/components/amp/services/board_mgr/
A Dboard_marker.h36 #define GPIO_PULL_OPEN "opendrain" macro
A Dboard_mgr.c145 else if (strcmp(GPIO_PULL_OPEN, pull->valuestring) == 0) in board_parse_gpio()
154 else if (strcmp(GPIO_PULL_OPEN, pull->valuestring) == 0) in board_parse_gpio()
165 else if (strcmp(GPIO_PULL_OPEN, pull->valuestring) == 0) in board_parse_gpio()
/AliOS-Things-master/components/py_engine/external/common/
A Dboard_mgr.h40 #define GPIO_PULL_OPEN "opendrain" macro
/AliOS-Things-master/components/py_engine/modules/driver/
A Dboard_mgr.c130 else if (strcmp(GPIO_PULL_OPEN, pull->valuestring) == 0) in board_parse_gpio()
139 else if (strcmp(GPIO_PULL_OPEN, pull->valuestring) == 0) in board_parse_gpio()
149 else if (strcmp(GPIO_PULL_OPEN, pull->valuestring) == 0) in board_parse_gpio()

Completed in 9 milliseconds