/Zephyr-latest/samples/subsys/shell/shell_module/ |
D | README.rst | 20 Register Dynamic commands 21 See ``dynamic`` command and :zephyr_file:`samples/subsys/shell/shell_module/src/dynamic_cmd.c` 22 for details on how dynamic commands are implemented. 85 dynamic help history 98 uart:~$ dynamic 99 dynamic - Demonstrate dynamic command usage. 101 add : Add a new dynamic command. 102 Example usage: [ dynamic add test ] will add a dynamic command 109 show : Show all added dynamic commands.
|
/Zephyr-latest/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-latest/tests/kernel/interrupt/src/ |
D | dynamic_isr.c | 32 * @brief Test dynamic ISR installation 37 * installs a dynamic ISR to the unused entry by calling the dynamic 55 "could not find slot for dynamic isr"); in ZTEST() 57 printk("installing dynamic ISR for IRQ %d\n", in ZTEST() 66 "dynamic isr did not install successfully"); in ZTEST() 70 * For testing arch such as x86, x86_64 and posix which support dynamic 72 * dynamic interrupt and then trigger it to check if happened correctly. 97 "dynamic isr did not install successfully"); in ZTEST() 102 "irq connect dynamic failed"); in ZTEST()
|
/Zephyr-latest/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-latest/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-latest/drivers/wifi/esp32/ |
D | Kconfig.esp32 | 84 int "Max number of WiFi dynamic RX buffers" 88 Set the number of WiFi dynamic RX buffers, 0 means unlimited RX buffers 89 will be allocated (provided sufficient free RAM). The size of each dynamic 93 and then delivers it to the high layer TCP/IP stack. The dynamic RX buffer 98 RX buffer number is unlimited (0). If a dynamic RX buffer limit is set, 111 If "Dynamic" is selected, each WiFi TX buffer is allocated as needed 114 The size of each dynamic TX buffer depends on the length of each data 118 WiFi TX buffers. If PSRAM is disabled, "Dynamic" should be selected 124 bool "Dynamic" 163 int "Max number of WiFi dynamic TX buffers" [all …]
|
/Zephyr-latest/samples/subsys/logging/dictionary/ |
D | README.rst | 76 [ 193395] <dbg> hello_world: main: d str dynamic str 77 …7283] <dbg> hello_world: main: mixed str dynamic str --- dynamic str --- another dynamic str --- a… 78 [ 266022] <dbg> hello_world: main: mixed c/s ! static str dynamic str static str !
|
/Zephyr-latest/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-latest/tests/subsys/logging/dictionary/pytest/ |
D | test_logging_dictionary.py | 98 # [ 10] <dbg> hello_world: main: d str dynamic str 99 re.compile(r'[\s]+[\[][0-9,:\. ]+[\]] <dbg> hello_world: main: d str dynamic str'), 100 # [ 10] <dbg> hello_world: main: mixed str dynamic str --- dynamic str \ 101 # --- another dynamic str --- another dynamic str 102 re.compile(r'[\s]+[\[][0-9,:\. ]+[\]] <dbg> hello_world: main: mixed str dynamic str ' 103 '--- dynamic str --- another dynamic str --- another dynamic str'), 104 # [ 10] <dbg> hello_world: main: mixed c/s ! static str dynamic str static str ! 106 'dynamic str static str !'),
|
/Zephyr-latest/drivers/sensor/bosch/bmc150_magn/ |
D | Kconfig | 40 bool "Dynamic sampling rate" 45 bool "Dynamic XY oversampling" 50 bool "Dynamic Z oversampling"
|
/Zephyr-latest/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-latest/drivers/sensor/st/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-latest/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-latest/lib/libc/picolibc/ |
D | locks.c | 28 /* Create a new dynamic recursive lock */ 44 /* Create a new dynamic non-recursive lock */ 50 /* Close dynamic recursive lock */ 61 /* Close dynamic non-recursive lock */
|
/Zephyr-latest/drivers/sensor/bosch/bmm150/ |
D | Kconfig | 68 bool "Dynamic sampling rate" 73 bool "Dynamic XY oversampling" 78 bool "Dynamic Z oversampling"
|
/Zephyr-latest/tests/net/hostname/ |
D | testcase.yaml | 16 net.hostname.dynamic: 20 net.hostname.unique.dynamic:
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | Kconfig.l2cap | 48 bool "L2CAP Dynamic Channel support" 52 allowing the creation of dynamic L2CAP Channels. 59 Enhanced Credit Based Flow Control support on dynamic L2CAP Channels.
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_frontend.h | 21 * static structure or dynamic structure if runtime filtering is enabled. 41 * static structure or dynamic structure if runtime filtering is enabled. 55 * static structure or dynamic structure if runtime filtering is enabled. 70 * static structure or dynamic structure if runtime filtering is enabled.
|
/Zephyr-latest/samples/boards/nordic/dynamic_pinctrl/ |
D | README.rst | 2 :name: Dynamic Pin Control 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.webp
|
/Zephyr-latest/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-latest/drivers/sensor/st/lsm9ds0_gyro/ |
D | Kconfig | 36 bool "Dynamic full-scale" 61 bool "Dynamic sampling rate"
|
/Zephyr-latest/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-latest/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
|