Home
last modified time | relevance | path

Searched refs:bytes (Results 226 – 250 of 518) sorted by relevance

12345678910>>...21

/Zephyr-latest/soc/infineon/cat1b/cyw20829/
Dlinker.ld202 * On non-XIP images this may enlarge image size up to 3 bytes. This
268 * a multiple of 4 bytes
285 * section ends on a 4 byte boundary. This wastes a maximum of 3 bytes.
337 * a multiple of 4 bytes
354 * section ends on a 4 byte boundary. This wastes a maximum of 3 bytes.
/Zephyr-latest/soc/microchip/mec/common/spigen/
Dmec_spi_gen.py120 return bytes(tag)
237 return bytes(hdr)
446 fill = bytes(b'\xff' * 256)
/Zephyr-latest/arch/arm/core/cortex_m/tz/
Dsecure_entry_functions.ld52 between 32 and 4096 bytes.")
/Zephyr-latest/subsys/mgmt/osdp/
DKconfig57 bool "Print bytes sent/received over OSDP to console"
59 Prints bytes sent/received over OSDP to console for debugging.
/Zephyr-latest/samples/boards/espressif/flash_memory_mapped/
DREADME.rst45 The sample code erases the scratch area defined in DTS file and writes a 32-bytes data buffer in it.
58 [00:00:01.122,000] <inf> flash_memory_mapped: writing 32-bytes data using flash API
/Zephyr-latest/doc/build/dts/
Dzephyr-user-node.rst30 bytes = [81 82 83];
45 DT_PROP(ZEPHYR_USER_NODE, bytes) // {0x81, 0x82, 0x83}
/Zephyr-latest/drivers/ethernet/
DKconfig.nxp_s32_netc51 Size, in bytes, of the TX data buffer. The size must be big enough to
66 Size, in bytes, of the RX data buffer. The size must be big enough to
DKconfig.nxp_s32_gmac29 Size, in bytes, of the TX data buffer. The size must be big enough to
46 Size, in bytes, of the RX data buffer. The size must be big enough to
/Zephyr-latest/include/zephyr/arch/sparc/
Dlinker.ld131 * a multiple of 4 bytes
142 * section ends on a 4 byte boundary. This wastes a maximum of 3 bytes.
/Zephyr-latest/modules/canopennode/
DKconfig23 Size of the internal CANopen SDO buffer in bytes. Size must
33 Size of the CANopen trace buffer in bytes.
/Zephyr-latest/samples/net/sockets/coap_download/
DREADME.rst83 [00:00:00.180,000] <inf> coap_download: CoAP download done, got 100 bytes in 70 ms
86 [00:00:00.300,000] <inf> coap_download: CoAP download done, got 100 bytes in 120 ms
/Zephyr-latest/drivers/wifi/infineon/
Dairoc_wifi.c328 data->stats.bytes.sent += pkt_len; in airoc_mgmt_send()
365 airoc_wifi_data.stats.bytes.received += len; in airoc_wifi_network_process_ethernet_data()
715 stats->bytes.received = data->stats.bytes.received; in airoc_mgmt_wifi_stats()
716 stats->bytes.sent = data->stats.bytes.sent; in airoc_mgmt_wifi_stats()
/Zephyr-latest/boards/st/nucleo_f429zi/doc/
Dindex.rst200 - `MCUBoot`_ bootloader partition takes 64K bytes.
201 - Zephyr settings partition takes 64K bytes.
202 - Application image takes 256K bytes in Slot 0 partition.
203 - Updating image takes another 256K bytes in Slot 1 partition.
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/
Diso.rst54 send: 40 bytes of data
/Zephyr-latest/boards/shields/adafruit_2_8_tft_touch_v2/boards/
Drd_rw612_bga.overlay24 /delete-property/ nxp,swap-bytes;
/Zephyr-latest/samples/drivers/mspi/mspi_flash/
DREADME.rst43 Attempting to write 4 bytes
/Zephyr-latest/samples/drivers/spi_flash/
DREADME.rst46 Attempting to write 4 bytes
/Zephyr-latest/subsys/net/lib/capture/
DKconfig71 Use SLL version 1 (header is 16 bytes)
77 Use SLL version 2 (header is 20 bytes)
/Zephyr-latest/subsys/canbus/isotp/
DKconfig55 If enabled, SFs, FCs and the last CF must always have a DLC of 8 bytes
56 (for classic CAN) and unused bytes must be padded by the sending
66 Add padding bytes 0xCC (as recommended by Bosch) if the PDU payload
/Zephyr-latest/soc/espressif/esp32c2/
Dmcuboot.ld121 /* CPU will try to prefetch up to 16 bytes of
123 * safe access to up to 16 bytes after the last real instruction, add
124 * dummy bytes to ensure this
/Zephyr-latest/soc/espressif/esp32c3/
Dmcuboot.ld121 /* CPU will try to prefetch up to 16 bytes of
123 * safe access to up to 16 bytes after the last real instruction, add
124 * dummy bytes to ensure this
/Zephyr-latest/soc/espressif/esp32c6/
Dmcuboot.ld119 /* CPU will try to prefetch up to 16 bytes of
121 * safe access to up to 16 bytes after the last real instruction, add
122 * dummy bytes to ensure this
/Zephyr-latest/drivers/espi/
DKconfig.xec52 int "eSPI OOB channel buffer size in bytes"
58 Maximum OOB payload is 73 bytes.
61 int "eSPI Flash channel buffer size in bytes"
/Zephyr-latest/include/zephyr/arch/arm/cortex_m/scripts/
Dlinker.ld219 * On non-XIP images this may enlarge image size up to 3 bytes. This
285 * a multiple of 4 bytes
302 * section ends on a 4 byte boundary. This wastes a maximum of 3 bytes.
457 * a multiple of 4 bytes
474 * section ends on a 4 byte boundary. This wastes a maximum of 3 bytes.
/Zephyr-latest/drivers/ethernet/eth_nxp_enet_qos/
DKconfig52 Size in bytes of the ENET QOS RX thread stack.

12345678910>>...21