Searched refs:reserved (Results 401 – 425 of 544) sorted by relevance
1...<<11121314151617181920>>...22
/Zephyr-latest/boards/nxp/lpcxpresso55s16/ |
D | lpcxpresso55s16_common.dtsi | 207 /* The last 12KB are reserved for PFR on the 256KB flash. */
|
/Zephyr-latest/boards/nxp/lpcxpresso55s36/ |
D | lpcxpresso55s36.dts | 171 /* The last 12KB are reserved for PFR on the 256KB flash.
|
/Zephyr-latest/boards/atmel/sam/sam_e70_xplained/ |
D | sam_e70_xplained-common.dtsi | 161 * is reserved for the bootloader
|
/Zephyr-latest/doc/hardware/porting/ |
D | arch.rst | 505 relaxed alignment requirements and use less reserved data. No memory is 506 reserved for privilege elevation stacks. 515 the alignment of the base of stack objects, any reserved data inside the 520 - :c:macro:`ARCH_KERNEL_STACK_RESERVED`: default no reserved space 521 - :c:macro:`ARCH_THREAD_STACK_RESERVED`: default no reserved space 533 reserved memory at the beginning, and then the stack buffer itself. The 538 Some architectures may need to carve-out reserved memory at runtime from the 540 supplement an existing reserved area (as is the case with the ARM FPU). 639 | Guard reserved memory | } K_KERNEL_STACK_RESERVED 650 the guard is unnecessary and shouldn't be unconditionally reserved. [all …]
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/enum_mgmt/ |
D | Kconfig | 1 # Copyright Nordic Semiconductor ASA 2024. All rights reserved.
|
/Zephyr-latest/subsys/logging/frontends/ |
D | log_frontend_stmesp.c | 91 uint32_t reserved: 2; member 107 .reserved = 0 } \
|
/Zephyr-latest/doc/services/ipc/ipc_service/backends/ |
D | ipc_service_icmsg.rst | 48 reserved-memory { 168 * - ``reserved``
|
D | ipc_service_icbmsg.rst | 18 One is reserved for the ICMsg and the other contains equal-sized blocks. 62 reserved-memory { 110 * **ICMsg area** - An area reserved by ICMsg instance and used to transfer the control messages. 178 …The additional ``+ 4`` bytes are reserved for the header, which contains the exact size of the mes…
|
/Zephyr-latest/subsys/net/lib/coap/ |
D | Kconfig | 230 bool "Static reserved memory" 232 Static memory will be reserved for pending messages. The total size is equal to
|
/Zephyr-latest/boards/gaisler/gr716a_mini/doc/ |
D | index.rst | 50 Copyright (C) 2020 Cobham Gaisler - All rights reserved. 173 Copyright (C) 2020, Cobham Gaisler - all rights reserved.
|
/Zephyr-latest/subsys/net/l2/ieee802154/ |
D | ieee802154_frame.c | 28 fs->fc.frame_pending, fs->fc.ar, fs->fc.pan_id_comp, fs->fc.reserved); \ 528 fs->fc.reserved = 0U; in generate_fcf_grounds() 664 aux_sec->control.reserved = 0U; in generate_aux_security_hdr()
|
/Zephyr-latest/arch/arm/core/cortex_m/ |
D | Kconfig | 322 to lower priority than those reserved by the kernel. 331 int "Number of interrupt priority levels reserved for zero latency" 335 The amount of interrupt priority levels reserved for zero latency 485 Size of the page reserved for detecting null pointer
|
/Zephyr-latest/drivers/serial/ |
D | uart_hostlink.c | 102 char reserved[HL_MAX_DCACHE_LINE - HL_HEADERS_SZ]; member
|
/Zephyr-latest/boards/seco/stm32f3_seco_d23/ |
D | stm32f3_seco_d23.dts | 196 * 0x0001ffff (sectors 16-31) is reserved for use
|
/Zephyr-latest/drivers/dma/ |
D | dma_dw_common.h | 203 uint32_t reserved; member
|
/Zephyr-latest/boards/st/sensortile_box/ |
D | sensortile_box.dts | 225 * offset 0x1ffff is reserved for use by the application.
|
/Zephyr-latest/boards/arduino/nano_33_ble/ |
D | arduino_nano_33_ble-common.dtsi | 131 * 0x000fffff is reserved for use by the application.
|
/Zephyr-latest/boards/ezurio/mg100/ |
D | mg100.dts | 205 * 0x000fffff is reserved for use by the application.
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt/ |
D | Kconfig | 1 # Copyright Runtime.io 2018. All rights reserved. 2 # Copyright Nordic Semiconductor ASA 2020-2022. All rights reserved.
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/ |
D | radio_nrf52820.h | 388 uint32_t volatile reserved; in hal_radio_ram_prio_setup() member
|
/Zephyr-latest/dts/arc/synopsys/ |
D | arc_iot.dtsi | 2 * Copyright (c) 2018, Synopsys, Inc. All rights reserved.
|
/Zephyr-latest/soc/espressif/esp32s3/ |
D | Kconfig | 98 # For 16KB the actual configuration is 32kb cache, but 16kb will be reserved for heap at startup
|
/Zephyr-latest/doc/services/tfm/ |
D | integration.rst | 47 reserved-memory {
|
/Zephyr-latest/dts/riscv/espressif/esp32c2/ |
D | esp32c2_common.dtsi | 131 * the `gpio-reserved-ranges` property.
|
/Zephyr-latest/boards/atmel/sam0/samr21_xpro/ |
D | samr21_xpro.dts | 225 * The final 16 KiB is reserved for the application.
|
1...<<11121314151617181920>>...22