Searched refs:bytes (Results 226 – 250 of 518) sorted by relevance
12345678910>>...21
/Zephyr-latest/soc/infineon/cat1b/cyw20829/ |
D | linker.ld | 202 * 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/ |
D | mec_spi_gen.py | 120 return bytes(tag) 237 return bytes(hdr) 446 fill = bytes(b'\xff' * 256)
|
/Zephyr-latest/arch/arm/core/cortex_m/tz/ |
D | secure_entry_functions.ld | 52 between 32 and 4096 bytes.")
|
/Zephyr-latest/subsys/mgmt/osdp/ |
D | Kconfig | 57 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/ |
D | README.rst | 45 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/ |
D | zephyr-user-node.rst | 30 bytes = [81 82 83]; 45 DT_PROP(ZEPHYR_USER_NODE, bytes) // {0x81, 0x82, 0x83}
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.nxp_s32_netc | 51 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
|
D | Kconfig.nxp_s32_gmac | 29 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/ |
D | linker.ld | 131 * a multiple of 4 bytes 142 * section ends on a 4 byte boundary. This wastes a maximum of 3 bytes.
|
/Zephyr-latest/modules/canopennode/ |
D | Kconfig | 23 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/ |
D | README.rst | 83 [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/ |
D | airoc_wifi.c | 328 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/ |
D | index.rst | 200 - `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/ |
D | iso.rst | 54 send: 40 bytes of data
|
/Zephyr-latest/boards/shields/adafruit_2_8_tft_touch_v2/boards/ |
D | rd_rw612_bga.overlay | 24 /delete-property/ nxp,swap-bytes;
|
/Zephyr-latest/samples/drivers/mspi/mspi_flash/ |
D | README.rst | 43 Attempting to write 4 bytes
|
/Zephyr-latest/samples/drivers/spi_flash/ |
D | README.rst | 46 Attempting to write 4 bytes
|
/Zephyr-latest/subsys/net/lib/capture/ |
D | Kconfig | 71 Use SLL version 1 (header is 16 bytes) 77 Use SLL version 2 (header is 20 bytes)
|
/Zephyr-latest/subsys/canbus/isotp/ |
D | Kconfig | 55 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/ |
D | mcuboot.ld | 121 /* 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/ |
D | mcuboot.ld | 121 /* 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/ |
D | mcuboot.ld | 119 /* 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/ |
D | Kconfig.xec | 52 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/ |
D | linker.ld | 219 * 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/ |
D | Kconfig | 52 Size in bytes of the ENET QOS RX thread stack.
|
12345678910>>...21