Home
last modified time | relevance | path

Searched refs:bytes (Results 251 – 275 of 518) sorted by relevance

1...<<1112131415161718192021

/Zephyr-latest/drivers/dma/
DKconfig.mcux_lpc17 Each DMA descriptor can be used to transfer (1024*width) bytes of data.
/Zephyr-latest/samples/bluetooth/broadcaster_multiple/
DREADME.rst18 advertising data length can be increased from the default 31 bytes by updating
/Zephyr-latest/subsys/usb/device_next/
DKconfig35 USB device stack thread stack size in bytes.
/Zephyr-latest/include/zephyr/arch/mips/
Dlinker.ld155 * a multiple of 4 bytes
169 * section ends on a 4 byte boundary. This wastes a maximum of 3 bytes.
/Zephyr-latest/include/zephyr/
Dkernel.h5465 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/
Dindex.rst153 // 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/
DKconfig54 of struct ext2_disk_superblock in bytes.
/Zephyr-latest/subsys/mgmt/mcumgr/grp/stat_mgmt/
DKconfig30 Limits the maximum stat group name length in MCUmgr requests, in bytes.
/Zephyr-latest/samples/subsys/canbus/isotp/
DREADME.rst47 Got 248 bytes in total
/Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/
DKconfig55 int "Size of MQTT payload in bytes"
/Zephyr-latest/samples/net/sockets/coap_client/
DREADME.rst43 31 0a 4d 49 44 3a 20 31 0a (76 bytes)
/Zephyr-latest/samples/net/stats/
DREADME.rst52 TCP bytes recv 0 sent 0
/Zephyr-latest/arch/posix/
DKconfig19 In bytes, stack size for Zephyr threads meant only for the POSIX
/Zephyr-latest/soc/espressif/esp32/
Dmcuboot.ld80 /* 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/
Dmcuboot.ld80 /* 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/
Dmcuboot.ld83 /* 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/
Djson.c892 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/
DKconfig49 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/
DKconfig.simplelink21 int "Maximum size of a packet, in bytes"
/Zephyr-latest/subsys/net/
DKconfig.hostname33 This will set the number of bytes allocateed for the hostname.
/Zephyr-latest/drivers/sdhc/
DKconfig35 of buffers required in bytes
/Zephyr-latest/doc/develop/optimizations/
Dfootprint.rst47 This option can be disabled to save a few bytes.
/Zephyr-latest/subsys/logging/
DKconfig.formatting51 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/
DKconfig110 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/
DREADME.rst13 The sample writes a defined test region in the flash memory with bytes of
87 Using DATAFLASH_1, chip size: 4194304 bytes (page: 512)

1...<<1112131415161718192021