Searched defs:Element (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/soc/nordic/nrf54h/bicr/ |
D | bicrgen.py | 46 def __init__(self, regs: ET.Element, name: str, data: bytes | bytearray | None = None) -> None: 126 def from_raw(cls: "PowerConfig", bicr_spec: ET.Element, data: bytes) -> "PowerConfig": 150 def to_raw(self, bicr_spec: ET.Element, buf: bytearray): 205 cls: "IoPortPowerConfig", bicr_spec: ET.Element, data: bytes 230 def to_raw(self, bicr_spec: ET.Element, buf: bytearray): 257 cls: "IoPortImpedanceConfig", bicr_spec: ET.Element, data: bytes 275 def to_raw(self, bicr_spec: ET.Element, buf: bytearray): 303 def from_raw(cls: "LFXOConfig", bicr_spec: ET.Element, data: bytes) -> "LFXOConfig": 352 def to_raw(self, bicr_spec: ET.Element, buf: bytearray): 386 cls: "LFRCCalibrationConfig", bicr_spec: ET.Element, data: bytes [all …]
|
/Zephyr-latest/doc/_extensions/zephyr/kconfig/ |
D | __init__.py | 260 contnode: nodes.Element,
|