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 | 280     def _merge_includes(self, raw: dict, binding_path: Optional[str]) -> dict:2253                  raw: Optional[dict],
 2513                         child_filter: Optional[dict],
 2551 def _filter_properties(raw: dict,
 2554                        child_filter: Optional[dict],
 2573 def _filter_properties_helper(props: Optional[dict],
 2608 def _merge_props(to_dict: dict,
 2609                  from_dict: dict,
 2654 def _bad_overwrite(to_dict: dict, from_dict: dict, prop: str,
 2690                         options: dict,
 
 | 
| /Zephyr-latest/doc/_extensions/zephyr/kconfig/ | 
| D | __init__.py | 249     def merge_domaindata(self, docnames: list[str], otherdata: dict) -> None:460     context: dict,
 
 | 
| /Zephyr-latest/scripts/ | 
| D | snippets.py | 51     def process_data(self, pathobj: Path, snippet_data: dict, sysbuild: bool):
 | 
| /Zephyr-latest/doc/_extensions/zephyr/domain/ | 
| D | __init__.py | 1029     def merge_domaindata(self, docnames: list[str], otherdata: dict) -> None:
 | 
| /Zephyr-latest/scripts/pylib/twister/twisterlib/ | 
| D | harness.py | 117     def translate_record(self, record: dict) -> dict:
 | 
| D | runner.py | 963     def _add_to_pipeline(self, pipeline, op: str, additionals: dict=None):
 |