Home
last modified time | relevance | path

Searched refs:space (Results 151 – 175 of 341) sorted by relevance

12345678910>>...14

/Zephyr-latest/dts/riscv/wch/ch32v208/
Dch32v208.dtsi2 * Copyright (c) 2025 MASSDRIVER EI (massdriver.space)
/Zephyr-latest/boards/nordic/nrf9151dk/doc/
Dindex.rst112 memory maps. By default, all of the memory space (Flash, SRAM, and
113 peripheral address space) is defined to be secure accessible only.
/Zephyr-latest/doc/kernel/services/data_passing/
Dlifos.rst31 space requirements for data items if they are added with
113 With this API, there is no need to reserve space for the kernel's use in
Dfifos.rst31 reserved space requirements for data items if they are added with
125 With this API, there is no need to reserve space for the kernel's use in
/Zephyr-latest/boards/arm/mps2/
Dmps2_an521_cpu0_ns.dts123 * Its available address space must be compatible with what
Dmps2_an521_cpu1.dts125 * Its available address space must be compatible with what
/Zephyr-latest/subsys/secure_storage/
DKconfig.its_store23 execution and storage space, and also ROM footprint if the settings subsystem is disabled.
/Zephyr-latest/doc/kernel/services/other/
Dfloat.rst112 an extra 72 bytes of stack space where the callee-saved FP context can
188 of stack space is required to load and store floating point registers.
248 When :kconfig:option:`CONFIG_FPU_SHARING` is used, then 136 bytes of stack space
261 FPU user. The following table indicates the amount of additional stack space a
265 Thread type FP register use Extra stack space required
348 sufficient added stack space for saving floating point register values
/Zephyr-latest/soc/nxp/imxrt/
DKconfig135 SDRAM memory space.
143 HYPERRAM memory space.
/Zephyr-latest/subsys/net/l2/ethernet/
DKconfig20 bool "Reserve space for Ethernet header in first net_buf in TX"
22 If enabled, then reserve space for Ethernet header to the first
/Zephyr-latest/boards/nordic/nrf9161dk/doc/
Dindex.rst115 memory maps. By default, all of the memory space (Flash, SRAM, and
116 peripheral address space) is defined to be secure accessible only.
/Zephyr-latest/soc/cdns/sample_controller32/include/
Dxtensa-sample-controller32.ld77 /* The space before exception vectors is not being used.
359 /* There is quite some space between .DoubleExceptionVector
388 * There is almost 1MB space (due to TLB pinning) so we can
/Zephyr-latest/doc/services/sensing/
Dindex.rst14 space service layer. It is a framework focused on sensor fusion, client
31 kernel space and could support various customizations and sensor
32 algorithms in user space with virtual sensor concepts. The existing
/Zephyr-latest/tests/lib/ringbuffer/src/
Dmain.c748 uint32_t space; in ZTEST() local
759 space = ring_buf_space_get(&ringbuf_raw); in ZTEST()
760 zassert_equal(space, RINGBUFFER_SIZE); in ZTEST()
/Zephyr-latest/boards/actinius/icarus/doc/
Dindex.rst189 memory maps. By default, all of the memory space (Flash, SRAM, and
190 peripheral address space) is defined to be secure accessible only.
/Zephyr-latest/boards/actinius/icarus_som_dk/doc/
Dindex.rst193 memory maps. By default, all of the memory space (Flash, SRAM, and
194 peripheral address space) is defined to be secure accessible only.
/Zephyr-latest/subsys/debug/coredump/
DKconfig118 Say n to conserve space on coredump backend or if you will never
/Zephyr-latest/boards/st/stm32wb5mm_dk/
Dstm32wb5mm_dk.dts140 * Configure partitions while leaving space for M0 BLE f/w
/Zephyr-latest/drivers/misc/coresight/
DKconfig100 space that can hold RX data. It may be decreased if shell input is
/Zephyr-latest/doc/contribute/style/
Dcmake.rst16 - **No Space Before Opening Brackets**: Do not add a space between a command
/Zephyr-latest/boards/raytac/mdbt53v_db_40/doc/
Dindex.rst116 space (Flash, SRAM, and peripheral address space) is defined to be secure
/Zephyr-latest/boards/nordic/nrf9131ek/doc/
Dindex.rst105 memory maps. By default, all of the memory space (Flash, SRAM, and
106 peripheral address space) is defined to be secure accessible only.
/Zephyr-latest/subsys/shell/
Dshell.c247 uint16_t space = (CONFIG_SHELL_CMD_BUFF_SIZE - 1) - in completion_space_get() local
249 return space; in completion_space_get()
293 int space = (sh->ctx->cmd_buff_pos > 0) ? in tab_prepare() local
297 if ((*argc == 0) || ((space == 0) && (*argc == 1))) { in tab_prepare()
303 search_argc = space ? *argc : *argc - 1; in tab_prepare()
/Zephyr-latest/doc/_doxygen/
Ddoxygen-awesome-sidebar-only.css43 white-space: nowrap;
/Zephyr-latest/doc/services/portability/posix/implementation/
Dindex.rst15 a single-process application, in a single (possibly virtual) address space

12345678910>>...14