Home
last modified time | relevance | path

Searched refs:space (Results 101 – 125 of 341) sorted by relevance

12345678910>>...14

/Zephyr-latest/boards/others/promicro_nrf52840/
DKconfig.defconfig1 # Copyright (c) 2024 MASSDRIVER EI (massdriver.space)
/Zephyr-latest/cmake/
Dextra_flags.cmake9 # A length of one means a single argument or a space separated list was provided.
/Zephyr-latest/doc/hardware/arch/
Dxtensa.rst57 Additional stack space may be required for each thread to account for the extra
72 stack space for saving the HiFi register values during context switches
/Zephyr-latest/lib/libc/newlib/
DKconfig29 Specifies the amount of memory space that must be available for the
31 initialization if the memory space available for the newlib heap is
/Zephyr-latest/drivers/espi/
DKconfig.it8xxx230 prompt "H2RAM space for ec host command"
76 prompt "H2RAM space for ACPI shared memory region"
/Zephyr-latest/subsys/modem/
Dmodem_cmux.c271 uint16_t space; in modem_cmux_transmit_frame() local
275 space = ring_buf_space_get(&cmux->transmit_rb) - MODEM_CMUX_FRAME_SIZE_MAX; in modem_cmux_transmit_frame()
276 data_len = MIN(space, frame->data_len); in modem_cmux_transmit_frame()
324 uint16_t space; in modem_cmux_transmit_cmd_frame() local
328 space = ring_buf_space_get(&cmux->transmit_rb); in modem_cmux_transmit_cmd_frame()
330 if (space < MODEM_CMUX_CMD_FRAME_SIZE_MAX) { in modem_cmux_transmit_cmd_frame()
348 uint16_t space; in modem_cmux_transmit_data_frame() local
358 space = ring_buf_space_get(&cmux->transmit_rb); in modem_cmux_transmit_data_frame()
367 if (space < ((MODEM_CMUX_CMD_FRAME_SIZE_MAX * 2) + MODEM_CMUX_DATA_FRAME_SIZE_MIN)) { in modem_cmux_transmit_data_frame()
/Zephyr-latest/include/zephyr/linker/
Dkobject-text.ld36 "Reserved space for kobject text area is too small. \
/Zephyr-latest/doc/develop/sca/
Dsparse.rst13 spaces. At the moment Zephyr introduces a single custom address space
/Zephyr-latest/boards/innblue/innblue21/doc/
Dindex.rst46 memory maps. By default, all of the memory space (Flash, SRAM, and
47 peripheral address space) is defined to be secure accessible only.
/Zephyr-latest/boards/innblue/innblue22/doc/
Dindex.rst46 memory maps. By default, all of the memory space (Flash, SRAM, and
47 peripheral address space) is defined to be secure accessible only.
/Zephyr-latest/drivers/pcie/host/
DKconfig36 from memory space into any 256 MB region of the PCIe configuration space.
/Zephyr-latest/tests/arch/arm/arm_thread_swap/
DREADME.txt20 space or FP shared registers) is saved and restored properly.
43 targets with support for user space.
/Zephyr-latest/samples/boards/espressif/flash_memory_mapped/
DREADME.rst14 Mapping happens in 64 KB pages. Memory mapping hardware can map flash into the data address space
15 and the instruction address space. See the technical reference manual for more details and
/Zephyr-latest/tests/kernel/threads/thread_apis/src/
Dmain.c611 static int large_stack(size_t *space) in large_stack() argument
618 return k_thread_stack_space_get(k_current_get(), space); in large_stack()
622 static int small_stack(size_t *space) in small_stack() argument
624 return k_thread_stack_space_get(k_current_get(), space); in small_stack()
/Zephyr-latest/boards/nxp/mimxrt1060_evk/
Dmimxrt1060_evk_mimxrt1062_hyperflash.dts38 column-space = <3>;
/Zephyr-latest/boards/nxp/mimxrt1050_evk/
Dmimxrt1050_evk_mimxrt1052_hyperflash.dts40 column-space = <3>;
/Zephyr-latest/arch/xtensa/core/
DREADME_MMU.txt36 non-kernel address space will get a separate ring 3 ASID set in RASID,
65 of virtual, not physical, address space, in the same memory space
112 space of PTE entries be resolvable by the TLB directly, without
203 remaining memory space would be used for virtual mappings. This
220 refill: data TLB entries storing the 4M page table mapping space are
227 in virtual space, such that the page tables don't overlap. This is
228 expensive in virtual address space: assigning 4M of space to each of
230 would take a full gigabyte of address space. Zephyr optimizes this a
/Zephyr-latest/boards/sc/scobc_module1/doc/
Dindex.rst10 It is designed to survive in the severe space environment, extreme temperature,
11 vacuum, and space radiation.
/Zephyr-latest/doc/develop/west/
Dsign.rst49 extra-args = -i 4 -k 'keys/key argument with space.pem'
56 ``west sign --tool rimage -- -i 4 -k 'keys/key argument with space.pem'``. In case
/Zephyr-latest/dts/arm/nxp/
Dnxp_rt7xx_cm33_cpu1.dtsi269 /* Empty ranges property implies parent and child address space is identical */
306 /* Empty ranges property implies parent and child address space is identical */
343 /* Empty ranges property implies parent and child address space is identical */
380 /* Empty ranges property implies parent and child address space is identical */
/Zephyr-latest/doc/services/storage/nvs/
Dnvs.rst8 are appended to a sector until storage space in the sector is exhausted. Then a
46 sufficient free space. NVS has a protection mechanism to avoid getting in a
47 endless loop of flash page erases when there is limited free space. When such
48 a loop is detected NVS returns that there is no more space available.
/Zephyr-latest/boards/01space/esp32c3_042_oled/
Desp32c3_042_oled.dts15 model = "01space ESP32C3 0.42 OLED";
/Zephyr-latest/tests/arch/common/ramfunc/
DREADME.txt8 user space code when building with support for user mode
/Zephyr-latest/drivers/dma/
DKconfig.mcux_lpc27 space by setting this value to suit its needs. The meaning of the value
/Zephyr-latest/subsys/modem/backends/
DKconfig33 The backend will anyway send the event before this delay if buffer space runs out.

12345678910>>...14