/Zephyr-latest/dts/riscv/wch/ch32v208/ |
D | ch32v208.dtsi | 2 * Copyright (c) 2025 MASSDRIVER EI (massdriver.space)
|
/Zephyr-latest/boards/nordic/nrf9151dk/doc/ |
D | index.rst | 112 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/ |
D | lifos.rst | 31 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
|
D | fifos.rst | 31 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/ |
D | mps2_an521_cpu0_ns.dts | 123 * Its available address space must be compatible with what
|
D | mps2_an521_cpu1.dts | 125 * Its available address space must be compatible with what
|
/Zephyr-latest/subsys/secure_storage/ |
D | Kconfig.its_store | 23 execution and storage space, and also ROM footprint if the settings subsystem is disabled.
|
/Zephyr-latest/doc/kernel/services/other/ |
D | float.rst | 112 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/ |
D | Kconfig | 135 SDRAM memory space. 143 HYPERRAM memory space.
|
/Zephyr-latest/subsys/net/l2/ethernet/ |
D | Kconfig | 20 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/ |
D | index.rst | 115 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/ |
D | xtensa-sample-controller32.ld | 77 /* 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/ |
D | index.rst | 14 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/ |
D | main.c | 748 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/ |
D | index.rst | 189 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/ |
D | index.rst | 193 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/ |
D | Kconfig | 118 Say n to conserve space on coredump backend or if you will never
|
/Zephyr-latest/boards/st/stm32wb5mm_dk/ |
D | stm32wb5mm_dk.dts | 140 * Configure partitions while leaving space for M0 BLE f/w
|
/Zephyr-latest/drivers/misc/coresight/ |
D | Kconfig | 100 space that can hold RX data. It may be decreased if shell input is
|
/Zephyr-latest/doc/contribute/style/ |
D | cmake.rst | 16 - **No Space Before Opening Brackets**: Do not add a space between a command
|
/Zephyr-latest/boards/raytac/mdbt53v_db_40/doc/ |
D | index.rst | 116 space (Flash, SRAM, and peripheral address space) is defined to be secure
|
/Zephyr-latest/boards/nordic/nrf9131ek/doc/ |
D | index.rst | 105 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/ |
D | shell.c | 247 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/ |
D | doxygen-awesome-sidebar-only.css | 43 white-space: nowrap;
|
/Zephyr-latest/doc/services/portability/posix/implementation/ |
D | index.rst | 15 a single-process application, in a single (possibly virtual) address space
|