Searched refs:verify_expected_propspec (Results 1 – 1 of 1) sorted by relevance
| /Zephyr-latest/scripts/dts/python-devicetree/tests/ |
| D | test_edtlib_binding_init.py | 122 def verify_expected_propspec( function 198 verify_expected_propspec(propspec, expect_desc="Base property 1.") 200 verify_expected_propspec(propspec, expect_type="string") 202 verify_expected_propspec(propspec, expect_type="string", expect_enum=["FOO", "BAR"]) 204 verify_expected_propspec(propspec, expect_const=8) 206 verify_expected_propspec(propspec, expect_req=True) 208 verify_expected_propspec(propspec, expect_default=1) 222 verify_expected_propspec(propspec, expect_desc="Base child-prop 1.") 224 verify_expected_propspec(propspec, expect_type="string") 226 verify_expected_propspec(propspec, expect_type="string", expect_enum=["CHILD_FOO", "CHILD_BAR"]) [all …]
|