Home
last modified time | relevance | path

Searched refs:mapped (Results 1 – 25 of 111) sorted by relevance

12345

/Zephyr-latest/tests/kernel/mem_protect/mem_map/src/
Dmain.c194 uint8_t *mapped; in ZTEST() local
202 k_mem_map_phys_bare(&mapped, k_mem_phys_addr(test_page), in ZTEST()
210 mapped[0] = 42; in ZTEST()
223 uint8_t *mapped; in ZTEST() local
228 k_mem_map_phys_bare(&mapped, k_mem_phys_addr(test_page), in ZTEST()
232 mapped[0] = 42; in ZTEST()
235 k_mem_unmap_phys_bare(mapped, sizeof(test_page)); in ZTEST()
239 mapped[0] = 42; in ZTEST()
251 uint8_t *mapped, *mapped_old; in ZTEST() local
255 k_mem_map_phys_bare(&mapped, k_mem_phys_addr(buf), in ZTEST()
[all …]
/Zephyr-latest/samples/modules/canopennode/objdict/
Dobjdict.eds704 ParameterName=Number of mapped objects
713 ParameterName=mapped object 1
722 ParameterName=mapped object 2
731 ParameterName=mapped object 3
740 ParameterName=mapped object 4
749 ParameterName=mapped object 5
758 ParameterName=mapped object 6
767 ParameterName=mapped object 7
776 ParameterName=mapped object 8
791 ParameterName=Number of mapped objects
[all …]
/Zephyr-latest/samples/boards/espressif/flash_memory_mapped/
DREADME.rst1 .. zephyr:code-sample:: esp32-flash-memory-mapped
5 Write data into scratch area and read it using flash API and memory-mapped pointer.
10 ESP32 features memory hardware which allows regions of flash memory to be mapped into instruction
12 contents of flash memory by writing to a mapped memory region.
21 All ESP32 SoCs support flash memory-mapped feature.
46 Next, it prints that region content using flash API read and also using memory-mapped pointer.
47 Both readings should return the same value. Important to notice that writing using memory-mapped po…
54 [00:00:00.255,000] <inf> flash_memory_mapped: memory-mapped pointer address: 0x3c040000
55 [00:00:01.122,000] <inf> flash_memory_mapped: flash read using memory-mapped pointer
62 [00:00:01.122,000] <inf> flash_memory_mapped: flash read using memory-mapped pointer
/Zephyr-latest/boards/seagate/faze/support/
Dopenocd.cfg17 # This ensures that the interrupt vectors (0x0000-0x0200) are re-mapped to
25 # 0x0 Boot Loader Mode. Interrupt vectors are re-mapped to
27 # 0x1 User RAM Mode. Interrupt vectors are re-mapped to
29 # 0x2 User Flash Mode. Interrupt vectors are not re-mapped
/Zephyr-latest/tests/kernel/mem_protect/stackprot/src/
Dmapped_stack.c74 zassert_true(mapped_thread_data.stack_info.mapped.addr != NULL); in create_thread()
79 mapped_stack_addr = (void *)mapped_thread_data.stack_info.mapped.addr; in create_thread()
80 mapped_stack_sz = mapped_thread_data.stack_info.mapped.sz; in create_thread()
/Zephyr-latest/boards/nxp/lpcxpresso11u68/support/
Dopenocd.cfg20 # This ensures that the interrupt vectors (0x0000-0x0200) are re-mapped to
28 # 0x0 Boot Loader Mode. Interrupt vectors are re-mapped to
30 # 0x1 User RAM Mode. Interrupt vectors are re-mapped to
32 # 0x2 User Flash Mode. Interrupt vectors are not re-mapped
/Zephyr-latest/samples/application_development/code_relocation_nocopy/
Dlinker_arm_nocopy.ld22 /* On nRF5340, external flash is mapped in XIP region at 0x1000_0000. */
30 /* On stm32 OSPI, external flash is mapped in XIP region at address given by the reg property. */
37 /* On stm32 QSPI, external flash is mapped in XIP region at address given by the reg property. */
44 /* On stm32 XSPI, external flash is mapped in XIP region at address given by the reg property. */
DREADME.rst20 mapped to 0x10000000.
33 The stm32f769i_disco has 64MB of external flash attached via QSPI. It is mapped
45 The b_u585i_iot02a has 64MB of external flash attached via OSPI. It is mapped
/Zephyr-latest/boards/qemu/x86/
Dqemu_x86_atom_virt_defconfig24 # For now, the mapped stacks require physical addresses
26 # address. So make sure memory mapped stack is not
/Zephyr-latest/subsys/bindesc/
DKconfig51 bool "Bindesc read from memory mapped flash"
53 Enable reading and parsing binary descriptors from memory mapped flash.
58 Enable reading and parsing binary descriptors from non memory mapped flash
/Zephyr-latest/tests/drivers/pwm/pwm_api/boards/
Dfrdm_mcxn947_mcxn947_cpu0_sctimer.overlay7 /* Disable flexpwm node as it is mapped to pwm-0 alias which is picked up first by the test.
/Zephyr-latest/dts/x86/intel/
Datom.dtsi53 io-mapped;
64 io-mapped;
/Zephyr-latest/boards/shields/x_nucleo_iks01a3/boards/x_nucleo_iks01a3_shub/
Dstm32mp157c_dk2.overlay8 * On stm32mp157c_dk2 pin A3 is not mapped on a GPIO pin.
/Zephyr-latest/boards/shields/x_nucleo_iks01a2/boards/
Dstm32mp157c_dk2.overlay8 * On stm32mp157c_dk2 pin A3 is not mapped on a GPIO pin.
/Zephyr-latest/samples/drivers/memc/
DREADME.rst4 Access memory-mapped external RAM
11 the ability to read and write from the memory mapped region.
/Zephyr-latest/doc/connectivity/networking/api/
Dtraffic-class.rst20 The VLAN priority is mapped to a certain traffic class according to rules
22 and chapter 34.5 table 34-1. Each traffic class is in turn mapped to a certain
/Zephyr-latest/boards/shields/x_nucleo_iks01a3/boards/x_nucleo_iks01a3/
Dstm32mp157c_dk2.overlay8 * On stm32mp157c_dk2 pin A3 is not mapped on a GPIO pin.
/Zephyr-latest/dts/arc/synopsys/
Darc_iot.dtsi79 io-mapped;
90 io-mapped;
101 io-mapped;
112 io-mapped;
/Zephyr-latest/doc/kernel/memory_management/
Dvirtual_memory.rst31 mapped memory must be backed by physical memory.
122 * If it is enabled, which means all physical memory are mapped in virtual
170 The unused physical memory can be mapped in virtual address space on demand.
181 * The mapped region is not guaranteed to be physically contiguous in memory.
183 * Guard pages immediately before and after the mapped virtual region are
187 * The mapped region can be unmapped (i.e. freed) via :c:func:`k_mem_unmap`:
191 function does not check if it is a valid mapped region before unmapping.
/Zephyr-latest/dts/arm/nuvoton/
Dnpcx4m3f.dtsi40 mapped-addr = <0x60000000>;
Dnpcx4m8f.dtsi40 mapped-addr = <0x60000000>;
Dnpcx9m3f.dtsi40 mapped-addr = <0x64000000>;
Dnpcx9m6f.dtsi40 mapped-addr = <0x64000000>;
Dnpcx9m7f.dtsi38 mapped-addr = <0x64000000>;
/Zephyr-latest/soc/cdns/dc233c/
DKconfig.defconfig17 # This is to allow VECBASE to be mapped permanently

12345