Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/tools/
Dcheck_board_header.py487 expected_functions = allowed_interfaces[interface]["expected_functions"] variable
488 if "required" in expected_functions:
489 for function in expected_functions["required"]:
493 if "one_of" in expected_functions:
494 …nction_pins = list("{}_{}_PIN".format(name, function) for function in expected_functions["one_of"])