Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/tools/
Dcheck_board_header.py424 allowed_interfaces = interface_pins["interfaces"] variable
427 for interface in allowed_interfaces:
428 instances = allowed_interfaces[interface]["instances"]
466 if interface not in allowed_interfaces:
472 if instance_num not in allowed_interfaces[interface]["instances"]:
474 interface_instance = allowed_interfaces[interface]["instances"][instance_num]
484 if interface not in allowed_interfaces:
486 if "expected_functions" in allowed_interfaces[interface]:
487 expected_functions = allowed_interfaces[interface]["expected_functions"]