Searched defs:bytearray (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/soc/nordic/nrf54h/bicr/ |
D | bicrgen.py | 150 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/ |
D | siwx91x_isp_prepare.py | 39 def calc_checksum(data: bytes | bytearray, size: int, prev_sum: int) -> int:
|