Searched defs:dict (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/soc/nordic/nrf54h/bicr/ |
D | bicrgen.py | 145 def from_json(cls: "PowerConfig", data: dict) -> "PowerConfig": 178 def to_json(self, buf: dict): 219 def from_json(cls: "IoPortPowerConfig", data: dict) -> "IoPortPowerConfig": 240 def to_json(self, buf: dict): 267 def from_json(cls: "IoPortImpedanceConfig", data: dict) -> "IoPortImpedanceConfig": 281 def to_json(self, buf: dict): 335 def from_json(cls: "LFXOConfig", data: dict) -> "LFXOConfig": 364 def to_json(self, buf: dict): 407 def from_json(cls: "LFRCCalibrationConfig", data: dict) -> "LFRCCalibrationConfig": 438 def to_json(self, buf: dict): [all …]
|
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/ |
D | leshan.py | 70 def put(self, path: str, data: str | dict, uri_options: str = ''): 111 def write_attributes(self, endpoint: str, path: str, attributes: dict): 126 def update_obj_instance(self, endpoint: str, path: str, resources: dict): 131 def replace_obj_instance(self, endpoint: str, path: str, resources: dict): 136 def create_obj_instance(self, endpoint: str, path: str, resources: dict): 174 def _define_obj_inst(cls, path: str, resources: dict): 220 def _decode_resource(cls, content: dict): 270 def parse_composite(cls, payload: dict): 327 def composite_write(self, endpoint: str, resources: dict):
|
/Zephyr-latest/scripts/ci/ |
D | guideline_check.py | 27 def parse_coccinelle(contents: str, violations: dict):
|
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/ |
D | edtlib.py | 272 def _merge_includes(self, raw: dict, binding_path: Optional[str]) -> dict: 2228 raw: Optional[dict], 2480 child_filter: Optional[dict], 2518 def _filter_properties(raw: dict, 2521 child_filter: Optional[dict], 2540 def _filter_properties_helper(props: Optional[dict], 2575 def _merge_props(to_dict: dict, 2576 from_dict: dict, 2621 def _bad_overwrite(to_dict: dict, from_dict: dict, prop: str, 2657 options: dict,
|
/Zephyr-latest/doc/_extensions/zephyr/kconfig/ |
D | __init__.py | 238 def merge_domaindata(self, docnames: list[str], otherdata: dict) -> None: 443 context: dict,
|
/Zephyr-latest/scripts/ |
D | snippets.py | 51 def process_data(self, pathobj: Path, snippet_data: dict, sysbuild: bool):
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | harness.py | 113 def translate_record(self, record: dict) -> dict:
|
D | runner.py | 937 def _add_to_pipeline(self, pipeline, op: str, additionals: dict=None):
|
/Zephyr-latest/doc/_extensions/zephyr/domain/ |
D | __init__.py | 756 def merge_domaindata(self, docnames: list[str], otherdata: dict) -> None:
|