Home
last modified time | relevance | path

Searched refs:shared (Results 1 – 25 of 252) sorted by relevance

1234567891011

/Zephyr-Core-3.5.0/drivers/gpio/
Dgpio_lpc11u6x.c93 const struct gpio_lpc11u6x_shared *shared; member
110 (config->shared->gpio_base + LPC11U6X_GPIO_REGS); in gpio_lpc11u6x_pin_configure()
191 (config->shared->gpio_base + LPC11U6X_GPIO_REGS); in gpio_lpc11u6x_port_get_raw()
204 (config->shared->gpio_base + LPC11U6X_GPIO_REGS); in gpio_lpc11u6x_port_set_masked_raw()
227 (config->shared->gpio_base + LPC11U6X_GPIO_REGS); in gpio_lpc11u6x_port_set_bits_raw()
239 (config->shared->gpio_base + LPC11U6X_GPIO_REGS); in gpio_lpc11u6x_port_clear_bits_raw()
251 (config->shared->gpio_base + LPC11U6X_GPIO_REGS); in gpio_lpc11u6x_port_toggle_bits()
269 pintsel_attach(const struct gpio_lpc11u6x_shared *shared, uint8_t intpin) in pintsel_attach() argument
274 (uint32_t *) (shared->syscon_base + LPC11U6X_PINTSEL_REGS); in pintsel_attach()
276 for (irq = 0; irq < shared->nirqs; irq++) { in pintsel_attach()
[all …]
/Zephyr-Core-3.5.0/boards/arm/mimxrt1010_evk/
Dmimxrt1010_evk.dts57 <4 0 &gpio1 15 0>, /* A4 (shared with D6) */
58 <5 0 &gpio1 16 0>, /* A5 (shared with D7) */
61 <8 0 &gpio1 19 0>, /* D2 (shared with D10) */
62 <9 0 &gpio1 20 0>, /* D3 (shared with D13) */
64 /* R793 not populated, D5 (shared with D14) */
65 <12 0 &gpio1 15 0>, /* D6 (shared with A4) */
66 <13 0 &gpio1 16 0>, /* D7 (shared with A5) */
69 <16 0 &gpio1 19 0>, /* D10 (shared with D2) */
72 <19 0 &gpio1 20 0>, /* D13 (shared with D3) */
/Zephyr-Core-3.5.0/boards/arm/raytac_mdbt53_db_40_nrf5340/
Draytac_mdbt53_db_40_nrf5340_shared_sram_planning_conf.dts7 /* Default shared SRAM planning when building for nRF5340.
16 /* shared memory reserved for the inter-processor communication */
26 /* SRAM allocated to shared memory */
/Zephyr-Core-3.5.0/boards/arm/thingy53_nrf5340/
Dthingy53_nrf5340_shared_sram_planning_conf.dtsi7 /* Default shared SRAM planning when building for nRF5340.
16 /* shared memory reserved for the inter-processor communication */
26 /* SRAM allocated to shared memory */
/Zephyr-Core-3.5.0/boards/arm/nrf5340_audio_dk_nrf5340/
Dnrf5340_audio_dk_nrf5340_shared_sram_planning_conf.dtsi7 /* Default shared SRAM planning when building for nRF5340.
16 /* shared memory reserved for the inter-processor communication */
26 /* SRAM allocated to shared memory */
/Zephyr-Core-3.5.0/boards/arm/nrf5340dk_nrf5340/
Dnrf5340_shared_sram_planning_conf.dtsi7 /* Default shared SRAM planning when building for nRF5340.
16 /* shared memory reserved for the inter-processor communication */
26 /* SRAM allocated to shared memory */
/Zephyr-Core-3.5.0/boards/arm/raytac_mdbt53v_db_40_nrf5340/
Draytac_mdbt53v_db_40_nrf5340_shared_sram_planning_conf.dts7 /* Default shared SRAM planning when building for nRF5340.
16 /* shared memory reserved for the inter-processor communication */
26 /* SRAM allocated to shared memory */
/Zephyr-Core-3.5.0/boards/arm/bl5340_dvk/
Dbl5340_dvk_shared_sram_planning_conf.dtsi8 /* Default shared SRAM planning when building for BL5340 DVK.
17 /* shared memory reserved for the inter-processor communication */
27 /* SRAM allocated to shared memory */
/Zephyr-Core-3.5.0/scripts/build/
Dgen_isr_tables.py180 def write_shared_table(fp, shared, nv): argument
185 client_num = shared[i][1]
186 client_list = shared[i][0]
203 def write_source_file(fp, vt, swt, intlist, syms, shared): argument
209 write_shared_table(fp, shared, nv)
342 shared = [([], 0) for i in range(nvec)]
407 if syms["CONFIG_SHARED_IRQ_MAX_NUM_CLIENTS"] == shared[table_index][1]:
410 lst = shared[table_index][0]
412 if not shared[table_index][1]:
421 shared[table_index] = (lst, shared[table_index][1] + delta_size)
[all …]
/Zephyr-Core-3.5.0/samples/drivers/virtualization/ivshmem/doorbell/
DREADME.rst68 The ivshmem shared memory can be manipulated to crash QEMU and bring down
74 to use the default shared memory size of ivshmem (4MB) for this platform.
79 shared memory size are decided at run-time (when the server is executed).
80 For Zephyr, the number of vectors and shared memory size of ivshmem are
92 - (x86_64) The default shared memory size is bigger than the memory
97 # n = number of vectors, l = shared memory size
126 #. Write a message in the shared memory. The shared memory size *must* be kept
128 ``write_shared_memory`` script; failing to respect the shared memory size
144 # ./write_shared_memory.sh -m "your message" -s <size of shared memory>
169 #. The sample will print the text in the shared memory whenever an interrupt is
[all …]
/Zephyr-Core-3.5.0/arch/arm/core/mmu/
Darm_mmu_priv.h98 uint32_t shared : 1; member
132 uint32_t shared : 1; member
143 uint32_t shared : 1; member
195 uint32_t shared : 1; member
/Zephyr-Core-3.5.0/samples/subsys/ipc/openamp/boards/
Dmimxrt1170_evkb_cm7.overlay14 /* OpenAMP fails with full 512K OCRAM2 memory region as shared memory.
16 * Note that shared memory must have specific MPU attributes set.
Dmimxrt1160_evk_cm7.overlay14 /* OpenAMP fails with full 512K OCRAM2 memory region as shared memory.
16 * Note that shared memory must have specific MPU attributes set.
Dmimxrt1170_evk_cm7.overlay14 /* OpenAMP fails with full 512K OCRAM2 memory region as shared memory.
16 * Note that shared memory must have specific MPU attributes set.
/Zephyr-Core-3.5.0/subsys/emul/espi/
DKconfig17 int "Host I/O peripheral port size for shared memory in emulator"
22 over the shared memory region which returns the ACPI response data.
/Zephyr-Core-3.5.0/samples/subsys/ipc/openamp/remote/boards/
Dmimxrt1170_evk_cm4.overlay28 /* OpenAMP fails with full 512K OCRAM2 memory region as shared memory.
30 * Note that shared memory must have specific MPU attributes set
Dmimxrt1170_evkb_cm4.overlay28 /* OpenAMP fails with full 512K OCRAM2 memory region as shared memory.
30 * Note that shared memory must have specific MPU attributes set
Dmimxrt1160_evk_cm4.overlay28 /* OpenAMP fails with full 512K OCRAM2 memory region as shared memory.
30 * Note that shared memory must have specific MPU attributes set
/Zephyr-Core-3.5.0/drivers/adc/
DKconfig.stm3229 bool "STM32 ADC shared interrupts"
33 Enable the use of shared interrupts for families that only have a single interrupt for all ADC's
/Zephyr-Core-3.5.0/drivers/interrupt_controller/
DKconfig.it8xxx215 Configures the maximum number of clients allowed per shared
16 instance of the shared interrupt driver. To conserve RAM set
/Zephyr-Core-3.5.0/doc/kernel/memory_management/
Dshared_multi_heap.rst6 The shared multi-heap memory pool manager uses the multi-heap allocator to
10 All the different regions can be added at run-time to the shared multi-heap
16 1. At boot time some platform code initialize the shared multi-heap framework
28 // Init the shared multi-heap pool
/Zephyr-Core-3.5.0/samples/drivers/mbox/boards/
Dadp_xc7k_ae350.overlay10 * shared memory reserved for the inter-processor communication
/Zephyr-Core-3.5.0/doc/services/retention/
Dblinfo.rst7 the :ref:`retention_api` which allows for reading shared data from a bootloader
62 configured to store the shared data in this area, the following Kconfigs need
67 * :kconfig:option:`CONFIG_BOOT_SHARE_DATA` - Enables shared data
69 shared data type
70 * :kconfig:option:`CONFIG_BOOT_SHARE_BACKEND_RETENTION` - Stores shared data
/Zephyr-Core-3.5.0/samples/subsys/ipc/rpmsg_service/remote/boards/
Desp32_net.overlay10 * shared memory reserved for the inter-processor communication
/Zephyr-Core-3.5.0/samples/subsys/ipc/rpmsg_service/boards/
Desp32_devkitc_wrover.overlay10 * shared memory reserved for the inter-processor communication

1234567891011