/Zephyr-Core-3.5.0/subsys/portability/cmsis_rtos_v2/ |
D | Kconfig | 28 int "Maximum dynamic thread count in CMSIS RTOS V2 application" 32 Mention max number of dynamic threads in CMSIS RTOS V2 compliant 34 related constraints. Dynamic threads are a subset of all other CMSIS 45 int "Dynamic stack size threads are allocated in CMSIS RTOS V2 application" 49 Mention dynamic stack size threads are allocated in CMSIS RTOS V2 application. 80 int "Maximum dynamic mem slab/pool size in CMSIS RTOS V2 application" 83 Mention maximum dynamic size of memory slabs/pools in CMSIS RTOS V2 compliant application. 93 int "Maximum dynamic message queue size in CMSIS RTOS V2 application" 96 Mention maximum dynamic size of message queues in CMSIS RTOS V2 compliant application.
|
/Zephyr-Core-3.5.0/tests/kernel/interrupt/src/ |
D | dynamic_isr.c | 26 * @brief Test dynamic ISR installation 31 * installs a dynamic ISR to the unused entry by calling the dynamic 49 "could not find slot for dynamic isr"); in ZTEST() 51 printk("installing dynamic ISR for IRQ %d\n", in ZTEST() 60 "dynamic isr did not install successfully"); in ZTEST() 64 * For testing arch such as x86, x86_64 and posix which support dynamic 66 * dynamic interrupt and then trigger it to check if happened correctly. 91 "dynamic isr did not install successfully"); in test_isr_dynamic() 96 "irq connect dynamic failed"); in test_isr_dynamic()
|
D | interrupt_offload.c | 88 * So far, we only test x86 and arch posix by real dynamic interrupt. 109 /* If we cannot get a dynamic interrupt, skip test. */ in init_dyn_interrupt() 114 /* We just initialize dynamic interrupt once, then reuse them */ in init_dyn_interrupt() 160 /* initialize the dynamic interrupt while using it */ in init_env() 278 * @brief Test interrupt offload work by dynamic interrupt 284 * We test this by dynamic interrupt.
|
/Zephyr-Core-3.5.0/samples/subsys/logging/syst/ |
D | README.rst | 100 [ 0.020000] <dbg> syst: d str dynamic str 101 …[ 0.020000] <dbg> syst: mixed str dynamic str --- dynamic str --- another dynamic str --- anoth… 102 [ 0.020000] <dbg> syst: mixed c/s ! static str dynamic str static str ! 161 d str dynamic str 162 mixed str dynamic str --- dynamic str --- another dynamic str --- another dynamic str 163 mixed c/s ! static str dynamic str static str ! 184 d str dynamic str 185 mixed str dynamic str --- dynamic str --- another dynamic str --- another dynamic str 186 mixed c/s ! static str dynamic str static str ! 271 [ 0.020000] <dbg> syst: d str dynamic str [all …]
|
/Zephyr-Core-3.5.0/samples/subsys/shell/shell_module/src/ |
D | dynamic_cmd.c | 83 shell_print(sh, "dynamic command: %s", argv[1]); in cmd_dynamic_execute() 131 shell_print(sh, "Dynamic command list:"); in cmd_dynamic_show() 140 /* dynamic command creation */ 150 entry->help = "Show dynamic command name."; in dynamic_cmd_get() 152 /* if there are no more dynamic commands available syntax in dynamic_cmd_get() 162 "Add a new dynamic command.\nExample usage: [ dynamic add test " 163 "] will add a dynamic command 'test'.\nIn this example, command" 173 "Show all added dynamic commands.", cmd_dynamic_show, 1, 0), 177 SHELL_CMD_REGISTER(dynamic, &m_sub_dynamic, 178 "Demonstrate dynamic command usage.", NULL);
|
/Zephyr-Core-3.5.0/drivers/wifi/esp32/ |
D | Kconfig.esp32 | 70 int "Max number of WiFi dynamic RX buffers" 74 Set the number of WiFi dynamic RX buffers, 0 means unlimited RX buffers 75 will be allocated (provided sufficient free RAM). The size of each dynamic 79 and then delivers it to the high layer TCP/IP stack. The dynamic RX buffer 84 RX buffer number is unlimited (0). If a dynamic RX buffer limit is set, 97 If "Dynamic" is selected, each WiFi TX buffer is allocated as needed 100 The size of each dynamic TX buffer depends on the length of each data 104 WiFi TX buffers. If PSRAM is disabled, "Dynamic" should be selected 110 bool "Dynamic" 148 int "Max number of WiFi dynamic TX buffers" [all …]
|
/Zephyr-Core-3.5.0/samples/subsys/logging/dictionary/ |
D | README.rst | 69 [ 193395] <dbg> hello_world: main: d str dynamic str 70 …7283] <dbg> hello_world: main: mixed str dynamic str --- dynamic str --- another dynamic str --- a… 71 [ 266022] <dbg> hello_world: main: mixed c/s ! static str dynamic str static str !
|
/Zephyr-Core-3.5.0/tests/bluetooth/l2cap/src/ |
D | main.c | 54 /* Attempt to register server with dynamic PSM */ in ZTEST() 56 "Test dynamic PSM server registration failed"); in ZTEST() 70 /* Attempt to re-register server with dynamic PSM */ in ZTEST() 72 "Test dynamic PSM server duplicate succeeded"); in ZTEST()
|
/Zephyr-Core-3.5.0/drivers/sensor/bmc150_magn/ |
D | Kconfig | 40 bool "Dynamic sampling rate" 45 bool "Dynamic XY oversampling" 50 bool "Dynamic Z oversampling"
|
/Zephyr-Core-3.5.0/arch/arm/core/mpu/ |
D | arm_core_mpu_dev.h | 58 /* When dynamic regions may not be defined on top of statically 66 /* When dynamic regions may be defined on top of statically allocated 81 * When dynamic regions may not be defined on top of statically 94 /* When dynamic regions may be defined on top of statically allocated 141 /* Number of memory areas, inside which dynamic regions 147 * @brief mark a set of memory regions as eligible for dynamic configuration 157 * eligible memory areas for dynamic programming 158 * @param dyn_region_areas_num the number of eligible areas for dynamic 173 * @brief configure a set of dynamic MPU regions 175 * Internal API function to configure a set of dynamic MPU memory regions [all …]
|
D | arm_core_mpu.c | 23 * Maximum number of dynamic memory partitions that may be supplied to the MPU 25 * available MPU regions for dynamic programming depends on the number of the 29 * array of dynamic regions passed to the underlying driver. 41 * memory area, where dynamic memory regions may be programmed at run-time. 151 * boundaries of the areas, inside which dynamic region programming in z_arm_configure_static_mpu_regions() 169 * the dynamic MPU regions. 171 * Program the dynamic MPU regions using the HW-specific MPU 185 * of the respective dynamic MPU regions to be programmed for in z_arm_configure_dynamic_mpu_regions() 233 "Out-of-bounds error for dynamic region map."); in z_arm_configure_dynamic_mpu_regions() 255 "Out-of-bounds error for dynamic region map."); in z_arm_configure_dynamic_mpu_regions() [all …]
|
/Zephyr-Core-3.5.0/drivers/sensor/lsm9ds0_mfd/ |
D | Kconfig | 81 bool "Dynamic sampling rate for accelerometer" 112 bool "Dynamic full-scale for accelerometer" 161 bool "Dynamic sampling rate for magnetometer" 189 bool "Dynamic full-scale for magnetometer"
|
/Zephyr-Core-3.5.0/doc/develop/languages/c/ |
D | common_libc.rst | 18 Dynamic Memory Management 21 The common dynamic memory management implementation can be enabled by 26 <heap_v2>` to manage the memory heap used by the standard dynamic memory 44 The standard dynamic memory management interface functions implemented by
|
D | index.rst | 88 Dynamic Memory Management 91 C defines a standard dynamic memory management interface (for example, 95 While the details of the dynamic memory management implementation varies across 103 for the memory blocks allocated by the standard dynamic memory allocation 118 C standard dynamic memory management interface functions such as
|
/Zephyr-Core-3.5.0/drivers/sensor/bmm150/ |
D | Kconfig | 62 bool "Dynamic sampling rate" 67 bool "Dynamic XY oversampling" 72 bool "Dynamic Z oversampling"
|
/Zephyr-Core-3.5.0/subsys/bluetooth/host/ |
D | Kconfig.l2cap | 62 bool "L2CAP Dynamic Channel support" 66 allowing the creation of dynamic L2CAP Channels. 73 Enhanced Credit Based Flow Control support on dynamic L2CAP Channels.
|
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/mesh/images/ |
D | dfu_stages_procedures_mesh.svg | 113 <title>Dynamic connector</title> 117 <title>Dynamic connector.31</title> 121 <title>Dynamic connector.35</title> 125 <title>Dynamic connector.36</title> 129 <title>Dynamic connector.37</title> 133 <title>Dynamic connector.38</title> 137 <title>Dynamic connector.39</title> 141 <title>Dynamic connector.40</title> 145 <title>Dynamic connector.42</title> 149 <title>Dynamic connector.43</title> [all …]
|
/Zephyr-Core-3.5.0/samples/boards/nrf/dynamic_pinctrl/ |
D | README.rst | 3 Dynamic Pin Control (nRF) 6 The Dynamic Pin Control (nRF) sample demonstrates how to change ``uart0`` at 22 The Dynamic Pin Control (nRF) sample allows you to select the appropriate routing. 38 .. figure:: images/nrf52840dk-dynamic-pinctrl.png
|
/Zephyr-Core-3.5.0/drivers/sensor/lsm9ds0_gyro/ |
D | Kconfig | 36 bool "Dynamic full-scale" 61 bool "Dynamic sampling rate"
|
/Zephyr-Core-3.5.0/tests/lib/gui/lvgl/ |
D | testcase.yaml | 7 libraries.gui.lvgl.dynamic.heap.libc: 17 libraries.gui.lvgl.dynamic.pool.sys_heap:
|
/Zephyr-Core-3.5.0/tests/arch/arm/arm_irq_advanced_features/src/ |
D | arm_dynamic_direct_interrupts.c | 35 /* Place the dynamic interrupt dispatcher (with no rescheduling) in ZTEST() 60 /* Confirm test flag is set by the dynamic direct ISR handler. */ in ZTEST() 84 /* Confirm test flag is set by the dynamic direct ISR handler. */ in ZTEST()
|
/Zephyr-Core-3.5.0/tests/lib/mem_alloc/src/ |
D | main.c | 8 * @file test dynamic memory allocation using C libraries 10 * This module verifies that the various dynamic memory allocation functions 179 * @brief Test dynamic memory allocation using malloc 196 * @brief Test dynamic memory allocation free function 210 * @brief Test dynamic memory allocation using realloc 242 * @brief Test dynamic memory allocation using reallocarray 258 * @brief Test dynamic memory allocation using calloc 325 * @brief Test dynamic memory allocation functions 360 * @brief Test dynamic memory allocation upto maximum size
|
/Zephyr-Core-3.5.0/dts/bindings/i3c/ |
D | i3c-device.yaml | 19 dynamic address before Dynamic Address Assignment (DAA) 63 Dynamic address to be assigned to the device.
|
/Zephyr-Core-3.5.0/samples/subsys/zbus/benchmark/ |
D | sample.yaml | 13 - "I: Benchmark 1 to 8: Dynamic memory, ASYNC transmission and message size 256" 35 - "I: Benchmark 1 to 8: Dynamic memory, SYNC transmission and message size 256"
|
/Zephyr-Core-3.5.0/arch/x86/core/ia32/ |
D | irq_manage.c | 66 * to dyn_irq_info, the dynamic stubs push a "stub id" onto the stack 76 /* Memory address pointing to where in ROM the code for the dynamic stubs are. 164 * @brief Get the memory address of an unused dynamic IRQ or exception stub 166 * We generate at build time a set of dynamic stubs which push 182 * a larger jump instruction to common dynamic IRQ handling code in get_dynamic_stub() 232 * @brief Common dynamic IRQ handler function
|