/Zephyr-latest/tests/posix/threads_ext/src/ |
D | main.c | 43 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/ |
D | lpcxpresso11u68_defconfig | 5 # Since the board has little memory (32k), stack sizes are lowered
|
/Zephyr-latest/doc/develop/optimizations/ |
D | footprint.rst | 9 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/ |
D | testfs_ext_specific.c | 181 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/ |
D | Kconfig.defconfig | 17 # Used to initialize default sizes such as widgets sized, style paddings.
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | auxdisplay.rst | 15 and sizes, a common display size is 16 characters by 2 lines.
|
/Zephyr-latest/subsys/usb/device_next/class/ |
D | Kconfig.cdc_ncm | 27 packet sizes.
|
/Zephyr-latest/tests/arch/arm/arm_thread_swap_tz/boards/ |
D | nucleo_l552ze_q_stm32l552xx_ns.overlay | 12 * The partition sizes are compatible with TF-M platform flash_layout.h.
|
/Zephyr-latest/boards/nordic/nrf54l15dk/ |
D | nrf54l15dk_nrf54l05_cpuapp.dts | 32 /* These partition sizes assume no FLPR area in RRAM */
|
D | nrf54l15dk_nrf54l10_cpuapp.dts | 32 /* These partition sizes assume no FLPR area in RRAM */
|
/Zephyr-latest/subsys/fs/ |
D | Kconfig.littlefs | 50 multiple of the read and program sizes of the underlying flash 72 int "Enable flexible file cache sizes for littlefs" 78 different cache sizes for different partitions this preallocation is
|
/Zephyr-latest/drivers/dma/ |
D | Kconfig.nxp_edma | 19 adjust the addresses and sizes of the memory
|
/Zephyr-latest/tests/benchmarks/app_kernel/ |
D | README.txt | 66 | 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/ |
D | features.rst | 21 * Features, buffer sizes/counts, stack sizes, etc.
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.at45 | 19 The driver is only capable of using "power of 2" binary page sizes
|
/Zephyr-latest/samples/subsys/fs/format/ |
D | README.rst | 53 I: sizes: rd 16 ; pr 16 ; ca 64 ; la 32
|
/Zephyr-latest/drivers/usb/device/ |
D | usb_dc_sam_usbc.c | 75 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/ |
D | Kconfig | 73 scaling buffer sizes, as these are application specific.
|
/Zephyr-latest/drivers/modem/ |
D | Kconfig.cellular | 42 int "The UART receive and transmit buffer sizes in bytes."
|
/Zephyr-latest/subsys/retention/ |
D | Kconfig | 37 int "Retention stack buffer sizes"
|
/Zephyr-latest/boards/nxp/frdm_mcxn947/ |
D | frdm_mcxn947.dtsi | 153 * Partition sizes must be aligned 161 * the slot sizes must be equal.
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_testsuite.py | 624 sizes, argument 653 if filename in sizes: 654 type(result).st_size = sizes[filename]
|
/Zephyr-latest/doc/services/serialization/ |
D | nanopb.rst | 64 that can be used to configure messages or fields. This allows to set fixed sizes or skip fields
|
/Zephyr-latest/boards/nxp/s32z2xxdc2/ |
D | s32z2xxdc2_s32z270.dtsi | 78 ahb-buffers-sizes = <256 256 256 256>;
|
/Zephyr-latest/lib/utils/ |
D | Kconfig | 20 bool "Allow large ring buffer sizes"
|