/Zephyr-latest/soc/ti/simplelink/cc32xx/ |
D | README | 8 * Text must start at 0x800 offset in flash. The first 0x800 bytes are
|
/Zephyr-latest/samples/net/cellular_modem/server/ |
D | te_udp_receive.py | 34 def _validate_packet_(self, data: bytes) -> bool: argument 101 response = bytes([result[0], result[1]])
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | hardware_adapter.py | 213 def _read_device_output(self) -> bytes: 221 def _readline_serial(self) -> bytes: 247 def _readline_from_serial_buffer(self) -> bytes | None: 252 return bytes(line) 256 def _write_to_device(self, data: bytes) -> None: argument
|
/Zephyr-latest/scripts/coredump/gdbstubs/ |
D | gdbstub.py | 206 response += b"," + bytes(str(thread_count), 'ascii') 222 response += b"," + bytes(f'{thread_count:x}', 'ascii') 256 thread_info_bytes += b', state: ' + bytes(hex(thread_state), 'ascii') 262 … thread_info_bytes += b', user_options: ' + bytes(hex(thread_user_options), 'ascii') 268 thread_info_bytes += b', prio: ' + bytes(hex(thread_prio), 'ascii')
|
/Zephyr-latest/dts/arm/ti/ |
D | cc1352r.dtsi | 24 /* CCFG registers occupy the last 88 bytes of flash */
|
D | cc1352r7.dtsi | 24 /* CCFG registers occupy the last 88 bytes of flash */
|
/Zephyr-latest/subsys/mgmt/ec_host_cmd/ |
D | Kconfig | 25 int "Buffer size in bytes for TX buffer shared by all EC host commands" 32 Buffer size in bytes for TX buffer defined by the host command handler. 38 int "Buffer size in bytes for RX buffer shared by all EC host commands" 45 Buffer size in bytes for TX buffer defined by the host command handler.
|
/Zephyr-latest/drivers/sensor/bosch/bma4xx/ |
D | bma4xx_emul.c | 62 static int bma4xx_emul_read_byte(const struct emul *target, int reg, uint8_t *val, int bytes) in bma4xx_emul_read_byte() argument 64 bma4xx_emul_get_reg(target, reg, val, bytes); in bma4xx_emul_read_byte() 69 static int bma4xx_emul_write_byte(const struct emul *target, int reg, uint8_t val, int bytes) in bma4xx_emul_write_byte() argument 73 if (bytes != 1) { in bma4xx_emul_write_byte()
|
/Zephyr-latest/soc/nordic/nrf54h/ |
D | CMakeLists.txt | 15 # Ensure that image size aligns with 16 bytes so that MRAMC finalizes all writes
|
/Zephyr-latest/subsys/logging/backends/ |
D | Kconfig.uart | 20 int "Maximum number of bytes to buffer in RAM before flushing" 24 In deferred logging mode, sets the maximum number of bytes which can be buffered in
|
/Zephyr-latest/drivers/ipm/ |
D | Kconfig.intel_adsp | 44 bool "Store first 4 bytes in IPC register" 47 Protocol variant. When true, the first four bytes of a
|
/Zephyr-latest/drivers/w1/ |
D | Kconfig | 38 Size of the send and receive buffer in bytes. 39 To be able to write more than 8 bytes make
|
/Zephyr-latest/drivers/entropy/ |
D | Kconfig.cc13xx_cc26xx | 19 int "Number of bytes in the entropy pool" 22 The size in bytes of the buffer used to store entropy generated by the
|
/Zephyr-latest/lib/heap/ |
D | heap_stress.c | 12 void *(*alloc_fn)(void *arg, size_t bytes); 107 void sys_heap_stress(void *(*alloc_fn)(void *arg, size_t bytes), in sys_heap_stress() argument
|
/Zephyr-latest/subsys/net/lib/mqtt/ |
D | mqtt_decoder.c | 171 uint8_t bytes = 0U; in packet_length_decode() local 175 if (bytes >= MQTT_MAX_LENGTH_BYTES) { in packet_length_decode() 186 bytes++; in packet_length_decode()
|
/Zephyr-latest/soc/renesas/smartbond/da1469x/ |
D | intvect_reserved.ld | 11 * This means first 512 bytes of sram has to be reserved so remapped access does
|
/Zephyr-latest/tests/drivers/dma/loop_transfer/ |
D | Kconfig | 22 int "Number of bytes to transfer"
|
/Zephyr-latest/drivers/dma/ |
D | dma_nxp_sdma.c | 77 static int dma_nxp_sdma_consume(struct sdma_channel_data *chan_data, uint32_t bytes) in dma_nxp_sdma_consume() argument 79 if (bytes > chan_data->stat.pending_length) in dma_nxp_sdma_consume() 82 chan_data->stat.read_position += bytes; in dma_nxp_sdma_consume() 97 static int dma_nxp_sdma_produce(struct sdma_channel_data *chan_data, uint32_t bytes) in dma_nxp_sdma_produce() argument 99 if (bytes > chan_data->stat.free) in dma_nxp_sdma_produce() 102 chan_data->stat.write_position += bytes; in dma_nxp_sdma_produce()
|
/Zephyr-latest/drivers/espi/ |
D | Kconfig.npcx | 24 64/128/256/512/1024/2048/4096 bytes. 34 8/16/32/64/128/256/512/1024/2048/4096 bytes. 48 bool "Host can write 1/2/4 bytes of Port80 data in a eSPI transaction" 52 EC can accept 1/2/4 bytes of Port 80 data written from the Host in an
|
/Zephyr-latest/soc/snps/qemu_arc/ |
D | Kconfig.defconfig | 22 # is the same as v2 but with minimal region size of 32 bytes, we
|
/Zephyr-latest/subsys/lorawan/services/ |
D | Kconfig | 93 in bytes. 111 242 bytes depending on the region and frequency settings. 3 bytes of 132 242 bytes depending on the region and frequency settings. 3 bytes of
|
/Zephyr-latest/doc/kernel/memory_management/ |
D | slabs.rst | 24 * The **block size** of each block, measured in bytes. 25 It must be at least 4N bytes long, where N is greater than 0. 31 It must be at least "block size" times "number of blocks" bytes long. 62 the first 4 bytes of each unused block provide the necessary linkage. 74 that are 400 bytes long, each of which is aligned to a 4-byte boundary.
|
/Zephyr-latest/subsys/jwt/ |
D | jwt.c | 112 static int base64_append_bytes(const char *bytes, size_t len, in base64_append_bytes() argument 118 base64_addbyte(st, *bytes++); in base64_append_bytes()
|
/Zephyr-latest/subsys/modem/ |
D | Kconfig | 18 int "Modem chat log buffer size in bytes" 33 int "CMUX module work buffer size in bytes"
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | h4.c | 398 int bytes; in process_tx() local 428 bytes = uart_fifo_fill(cfg->uart, &h4->tx.type, 1); in process_tx() 429 if (bytes != 1) { in process_tx() 436 bytes = uart_fifo_fill(cfg->uart, h4->tx.buf->data, h4->tx.buf->len); in process_tx() 437 if (unlikely(bytes < 0)) { in process_tx() 438 LOG_ERR("Unable to write to UART (err %d)", bytes); in process_tx() 440 net_buf_pull(h4->tx.buf, bytes); in process_tx()
|