Home
last modified time | relevance | path

Searched refs:sizes (Results 1 – 25 of 81) sorted by relevance

1234

/Zephyr-latest/tests/posix/threads_ext/src/
Dmain.c43 size_t sizes[] = {0, BIT_MASK(CONFIG_POSIX_PTHREAD_ATTR_GUARDSIZE_BITS / 2), in ZTEST() local
62 ARRAY_FOR_EACH(sizes, i) { in ZTEST()
63 zassert_ok(pthread_attr_setguardsize(&attr, sizes[i])); in ZTEST()
64 guardsize = ~sizes[i]; in ZTEST()
66 zassert_equal(guardsize, sizes[i]); in ZTEST()
/Zephyr-latest/boards/nxp/lpcxpresso11u68/
Dlpcxpresso11u68_defconfig5 # Since the board has little memory (32k), stack sizes are lowered
/Zephyr-latest/doc/develop/optimizations/
Dfootprint.rst9 Stack sizes of various system threads are specified generously to allow for
11 should start the optimization process by reviewing all stack sizes and adjusting
/Zephyr-latest/tests/subsys/fs/ext2/src/
Dtestfs_ext_specific.c181 uint32_t sizes[] = {12 * bsize, 0}; in ZTEST() local
183 for (int i = 0; i < ARRAY_SIZE(sizes); i++) { in ZTEST()
184 uint32_t new_size = sizes[i]; in ZTEST()
/Zephyr-latest/boards/adi/max32672fthr/
DKconfig.defconfig17 # Used to initialize default sizes such as widgets sized, style paddings.
/Zephyr-latest/doc/hardware/peripherals/
Dauxdisplay.rst15 and sizes, a common display size is 16 characters by 2 lines.
/Zephyr-latest/subsys/usb/device_next/class/
DKconfig.cdc_ncm27 packet sizes.
/Zephyr-latest/tests/arch/arm/arm_thread_swap_tz/boards/
Dnucleo_l552ze_q_stm32l552xx_ns.overlay12 * The partition sizes are compatible with TF-M platform flash_layout.h.
/Zephyr-latest/boards/nordic/nrf54l15dk/
Dnrf54l15dk_nrf54l05_cpuapp.dts32 /* These partition sizes assume no FLPR area in RRAM */
Dnrf54l15dk_nrf54l10_cpuapp.dts32 /* These partition sizes assume no FLPR area in RRAM */
/Zephyr-latest/subsys/fs/
DKconfig.littlefs50 multiple of the read and program sizes of the underlying flash
73 int "Enable flexible file cache sizes for littlefs"
79 different cache sizes for different partitions this preallocation is
/Zephyr-latest/drivers/dma/
DKconfig.nxp_edma19 adjust the addresses and sizes of the memory
/Zephyr-latest/tests/benchmarks/app_kernel/
DREADME.txt66 | matching sizes (_ALL_N) |
83 | non-matching sizes (1_TO_N) to higher priority |
100 | non-matching sizes (1_TO_N) to lower priority |
/Zephyr-latest/doc/connectivity/bluetooth/
Dfeatures.rst21 * Features, buffer sizes/counts, stack sizes, etc.
/Zephyr-latest/drivers/flash/
DKconfig.at4519 The driver is only capable of using "power of 2" binary page sizes
/Zephyr-latest/samples/subsys/fs/format/
DREADME.rst52 I: sizes: rd 16 ; pr 16 ; ca 64 ; la 32
/Zephyr-latest/drivers/usb/device/
Dusb_dc_sam_usbc.c75 uint32_t sizes; member
259 ep_desc_bk->sizes = 0; in usb_dc_sam_usbc_ep_alloc_buf()
276 ep_desc_bk->sizes = 0; in usb_dc_sam_usbc_ep_alloc_buf()
362 dev_desc[0].sizes = 0; in usb_dc_ctrl_send_zlp_in()
1192 dev_desc[ep_bank].sizes = packet_len; in usb_dc_ep_write_stp()
1274 dev_desc[ep_bank].sizes = packet_len; in usb_dc_ep_write()
/Zephyr-latest/subsys/modem/
DKconfig73 scaling buffer sizes, as these are application specific.
/Zephyr-latest/drivers/modem/
DKconfig.cellular42 int "The UART receive and transmit buffer sizes in bytes."
/Zephyr-latest/subsys/retention/
DKconfig37 int "Retention stack buffer sizes"
/Zephyr-latest/scripts/tests/twister/
Dtest_testsuite.py624 sizes, argument
653 if filename in sizes:
654 type(result).st_size = sizes[filename]
/Zephyr-latest/doc/services/serialization/
Dnanopb.rst64 that can be used to configure messages or fields. This allows to set fixed sizes or skip fields
/Zephyr-latest/lib/utils/
DKconfig17 For optimal performance, use buffer sizes that are a power of 2.
/Zephyr-latest/samples/basic/minimal/
DREADME.rst24 The following combinations are suggested for comparing ROM sizes in different
/Zephyr-latest/drivers/memc/
Dmemc_nxp_s32_qspi.c111 .sizes = DT_INST_PROP(n, ahb_buffers_sizes), \

1234