Home
last modified time | relevance | path

Searched refs:bytearray (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/soc/mediatek/mt8xxx/
Dgen_img.py28 sram = bytearray()
29 dram = bytearray()
/Zephyr-latest/soc/nordic/nrf54h/bicr/
Dbicrgen.py46 def __init__(self, regs: ET.Element, name: str, data: bytes | bytearray | None = None) -> None:
89 if not isinstance(self._data, bytearray):
150 def to_raw(self, bicr_spec: ET.Element, buf: bytearray): argument
230 def to_raw(self, bicr_spec: ET.Element, buf: bytearray): argument
275 def to_raw(self, bicr_spec: ET.Element, buf: bytearray): argument
352 def to_raw(self, bicr_spec: ET.Element, buf: bytearray): argument
427 def to_raw(self, bicr_spec: ET.Element, buf: bytearray): argument
507 def to_raw(self, bicr_spec: ET.Element, buf: bytearray): argument
590 def to_raw(self, bicr_spec: ET.Element, buf: bytearray): argument
641 def to_raw(self, bicr_spec: ET.Element, buf: bytearray): argument
[all …]
/Zephyr-latest/soc/microchip/mec/common/spigen/
Dmec_spi_gen.py115 tag = bytearray([(hdr_spi_loc >> 8) & 0xff,
138 hdr = bytearray(HDR_SIZE)
406 ec_info_block = bytearray(EC_INFO_BLOCK_SIZE)
410 cosig = bytearray(b'\xff' * COSIG_SIZE)
416 trailer = bytearray(b'\xff' * TRAILER_SIZE)
/Zephyr-latest/soc/intel/intel_ish/utils/
Dbuild_ish_firmware.py39 m = bytearray(MANIFEST_ENTRY_SIZE)
/Zephyr-latest/soc/nuvoton/npcm/common/esiost/
Desiost.py319 return bytearray(sha256_hash.digest())
357 hash_data = bytearray(sha256_hash.digest())
487 hash_data = bytearray(sha256_hash.digest())
/Zephyr-latest/scripts/coredump/gdbstubs/arch/
Dxtensa.py160 self.soc = XtensaSoc(bytearray(arch_data_blk)[0])
164 self.toolchain = XtensaToolchain(bytearray(arch_data_blk)[3])
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Dhardware_adapter.py36 self._serial_buffer: bytearray = bytearray()
/Zephyr-latest/tests/drivers/can/host/pytest/
Dcan_shell.py184 data = bytearray.fromhex(m.group('data'))
/Zephyr-latest/scripts/build/
Duf2conv.py150 self.bytes = bytearray(256)
/Zephyr-latest/arch/x86/
Dgen_mmu.py195 ret = bytearray(entry_size * self.num_entries)
/Zephyr-latest/soc/intel/intel_adsp/tools/
Dcavstool.py867 buf = bytearray(256)