Searched refs:bicr_spec (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/soc/nordic/nrf54h/bicr/ |
D | bicrgen.py | 126 def from_raw(cls: "PowerConfig", bicr_spec: ET.Element, data: bytes) -> "PowerConfig": 127 power_config = Register(bicr_spec, "POWER.CONFIG", data) 150 def to_raw(self, bicr_spec: ET.Element, buf: bytearray): 151 power_config = Register(bicr_spec, "POWER.CONFIG", buf) 205 cls: "IoPortPowerConfig", bicr_spec: ET.Element, data: bytes 207 ioport_power0 = Register(bicr_spec, "IOPORT.POWER0", data) 208 ioport_power1 = Register(bicr_spec, "IOPORT.POWER1", data) 230 def to_raw(self, bicr_spec: ET.Element, buf: bytearray): 231 ioport_power0 = Register(bicr_spec, "IOPORT.POWER0", buf) 232 ioport_power1 = Register(bicr_spec, "IOPORT.POWER1", buf) [all …]
|