/Zephyr-latest/drivers/dma/ |
D | Kconfig.mcux_lpc | 17 Each DMA descriptor can be used to transfer (1024*width) bytes of data.
|
/Zephyr-latest/samples/bluetooth/broadcaster_multiple/ |
D | README.rst | 18 advertising data length can be increased from the default 31 bytes by updating
|
/Zephyr-latest/subsys/usb/device_next/ |
D | Kconfig | 35 USB device stack thread stack size in bytes.
|
/Zephyr-latest/include/zephyr/arch/mips/ |
D | linker.ld | 155 * a multiple of 4 bytes 169 * section ends on a 4 byte boundary. This wastes a maximum of 3 bytes.
|
/Zephyr-latest/include/zephyr/ |
D | kernel.h | 5465 size_t bytes) __attribute_nonnull(1); 5487 void *k_heap_aligned_alloc(struct k_heap *h, size_t align, size_t bytes, 5511 void *k_heap_alloc(struct k_heap *h, size_t bytes, 5562 void *k_heap_realloc(struct k_heap *h, void *ptr, size_t bytes, k_timeout_t timeout) 5598 #define Z_HEAP_DEFINE_IN_SECT(name, bytes, in_section) \ argument 5601 kheap_##name[MAX(bytes, Z_HEAP_MIN_SIZE)]; \ 5605 .init_bytes = MAX(bytes, Z_HEAP_MIN_SIZE), \ 5623 #define K_HEAP_DEFINE(name, bytes) \ argument 5624 Z_HEAP_DEFINE_IN_SECT(name, bytes, \ 5641 #define K_HEAP_DEFINE_NOCACHE(name, bytes) \ argument [all …]
|
/Zephyr-latest/doc/services/mem_mgmt/ |
D | index.rst | 153 // Allocate 0x100 bytes of cacheable memory from `mem_cacheable` 156 // Allocate 0x200 bytes of non-cacheable memory aligned to 32 bytes 160 // Allocate 0x100 bytes of cacheable and dma-able memory from `mem_cacheable_dma`
|
/Zephyr-latest/subsys/fs/ext2/ |
D | Kconfig | 54 of struct ext2_disk_superblock in bytes.
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/stat_mgmt/ |
D | Kconfig | 30 Limits the maximum stat group name length in MCUmgr requests, in bytes.
|
/Zephyr-latest/samples/subsys/canbus/isotp/ |
D | README.rst | 47 Got 248 bytes in total
|
/Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/ |
D | Kconfig | 55 int "Size of MQTT payload in bytes"
|
/Zephyr-latest/samples/net/sockets/coap_client/ |
D | README.rst | 43 31 0a 4d 49 44 3a 20 31 0a (76 bytes)
|
/Zephyr-latest/samples/net/stats/ |
D | README.rst | 52 TCP bytes recv 0 sent 0
|
/Zephyr-latest/arch/posix/ |
D | Kconfig | 19 In bytes, stack size for Zephyr threads meant only for the POSIX
|
/Zephyr-latest/soc/espressif/esp32/ |
D | mcuboot.ld | 80 /* CPU will try to prefetch up to 16 bytes of 82 * safe access to up to 16 bytes after the last real instruction, add 83 * dummy bytes to ensure this
|
/Zephyr-latest/soc/espressif/esp32s2/ |
D | mcuboot.ld | 80 /* CPU will try to prefetch up to 16 bytes of 82 * safe access to up to 16 bytes after the last real instruction, add 83 * dummy bytes to ensure this
|
/Zephyr-latest/soc/espressif/esp32s3/ |
D | mcuboot.ld | 83 /* CPU will try to prefetch up to 16 bytes of 85 * safe access to up to 16 bytes after the last real instruction, add 86 * dummy bytes to ensure this
|
/Zephyr-latest/lib/utils/ |
D | json.c | 892 char bytes[2] = { '\\', escaped }; in json_escape_internal() local 894 ret = append_bytes(bytes, 2, data); in json_escape_internal() 1223 static int append_bytes_to_buf(const char *bytes, size_t len, void *data) in append_bytes_to_buf() argument 1231 memcpy(appender->buffer + appender->used, bytes, len); in append_bytes_to_buf() 1255 static int measure_bytes(const char *bytes, size_t len, void *data) in measure_bytes() argument 1261 ARG_UNUSED(bytes); in measure_bytes()
|
/Zephyr-latest/subsys/secure_storage/ |
D | Kconfig | 49 int "Maximum data size of an ITS entry in bytes" 52 The maximum size, in bytes, that the data of an ITS entry can be.
|
/Zephyr-latest/drivers/wifi/simplelink/ |
D | Kconfig.simplelink | 21 int "Maximum size of a packet, in bytes"
|
/Zephyr-latest/subsys/net/ |
D | Kconfig.hostname | 33 This will set the number of bytes allocateed for the hostname.
|
/Zephyr-latest/drivers/sdhc/ |
D | Kconfig | 35 of buffers required in bytes
|
/Zephyr-latest/doc/develop/optimizations/ |
D | footprint.rst | 47 This option can be disabled to save a few bytes.
|
/Zephyr-latest/subsys/logging/ |
D | Kconfig.formatting | 51 The size (in bytes) of the temporary buffer to store the expanded 56 int "Buffer size in bytes" 59 This user-configurable option specifies the maximum size (in bytes) to reserve in
|
/Zephyr-latest/subsys/net/l2/ethernet/gptp/ |
D | Kconfig | 110 Set the gPTP thread stack size in bytes. The gPTP thread handles the 180 Announce message. Each array element takes 8 bytes. If this value 181 is set to 8, then 8 * 8 = 64 bytes of memory is used.
|
/Zephyr-latest/samples/drivers/spi_flash_at45/ |
D | README.rst | 13 The sample writes a defined test region in the flash memory with bytes of 87 Using DATAFLASH_1, chip size: 4194304 bytes (page: 512)
|