Home
last modified time | relevance | path

Searched defs:bytearray (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/soc/nordic/nrf54h/bicr/
Dbicrgen.py150 def to_raw(self, bicr_spec: ET.Element, buf: bytearray):
230 def to_raw(self, bicr_spec: ET.Element, buf: bytearray):
275 def to_raw(self, bicr_spec: ET.Element, buf: bytearray):
352 def to_raw(self, bicr_spec: ET.Element, buf: bytearray):
427 def to_raw(self, bicr_spec: ET.Element, buf: bytearray):
507 def to_raw(self, bicr_spec: ET.Element, buf: bytearray):
590 def to_raw(self, bicr_spec: ET.Element, buf: bytearray):
641 def to_raw(self, bicr_spec: ET.Element, buf: bytearray):
/Zephyr-latest/soc/silabs/silabs_siwx91x/
Dsiwx91x_isp_prepare.py39 def calc_checksum(data: bytes | bytearray, size: int, prev_sum: int) -> int: