Home
last modified time | relevance | path

Searched full:runtime (Results 1 – 25 of 742) sorted by relevance

12345678910>>...30

/Zephyr-latest/subsys/sensing/
DKconfig48 int "stack size for sensing subsystem runtime thread"
52 This is the stack size for sensing subsystem runtime thread
56 int "priority for sensing subsystem runtime thread"
60 This is the thread priority for sensor subsystem runtime thread
61 Ring buffer data is stored by runtime thread, and then give semaphore
62 to notify dispatch thread, runtime thread priority should lower than
64 soon as runtime thread give semaphore. Take for example, if runtime
65 priority is higher than dispatch thread, and runtime running in full
85 thread priority should be higher than runtime thread
/Zephyr-latest/subsys/pm/
Dpm_shell.c41 shell_error(sh, "Device %s uses runtime PM, use the runtime functions instead", in pm_cmd_suspend()
67 shell_error(sh, "Device %s uses runtime PM, use the runtime functions instead", in pm_cmd_resume()
94 shell_error(sh, "Device %s is not using runtime PM", dev->name); in pm_cmd_runtime_get()
100 shell_error(sh, "Device %s error: %d", "runtime get", ret); in pm_cmd_runtime_get()
119 shell_error(sh, "Device %s is not using runtime PM", dev->name); in pm_cmd_runtime_put()
125 shell_error(sh, "Device %s error: %d", "runtime put", ret); in pm_cmd_runtime_put()
144 shell_error(sh, "Device %s is not using runtime PM", dev->name); in pm_cmd_runtime_put_async()
150 shell_error(sh, "Device %s error: %d", "runtime put async", ret); in pm_cmd_runtime_put_async()
167 SHELL_CMD_ARG(runtime-get, &dsub_device_name,
168 "Call the PM runtime get on a device",
[all …]
DKconfig97 bool "Runtime Device Power Management"
100 Enable Runtime Power Management to save power. With device runtime PM
106 bool "[DEPRECATED] Use only on Runtime Power Management on system suspend / resume"
110 only rely on Runtime PM to manage the devices power states.
/Zephyr-latest/include/zephyr/pm/
Ddevice_runtime.h19 * @brief Device Runtime Power Management API
20 * @defgroup subsys_pm_device_runtime Device Runtime
27 * @brief Automatically enable device runtime based on devicetree properties
30 * zephyr,pm-device-runtime-auto property in pm.yaml and z_sys_init_run_level.
34 * @retval 0 If the device runtime PM is enabled successfully or it has not
36 * @retval -errno Other negative errno, result of enabled device runtime PM.
41 * @brief Enable device runtime PM
43 * This function will enable runtime PM on the given device. If the device is
50 * @retval 0 If the device runtime PM is enabled successfully.
60 * @brief Disable device runtime PM
[all …]
/Zephyr-latest/lib/runtime/
DKconfig9 Selected when the compiler supports compiler-rt runtime library.
12 prompt "Runtime library implementation"
18 Use libgcc as a runtime library.
24 Use LLVM compiler-rt as a runtime library.
/Zephyr-latest/dts/xtensa/intel/
Dintel_adsp_ace30.dtsi56 power-state-name = "runtime-idle";
173 zephyr,pm-device-runtime-auto;
184 zephyr,pm-device-runtime-auto;
222 zephyr,pm-device-runtime-auto;
230 zephyr,pm-device-runtime-auto;
238 zephyr,pm-device-runtime-auto;
246 zephyr,pm-device-runtime-auto;
254 zephyr,pm-device-runtime-auto;
262 zephyr,pm-device-runtime-auto;
270 zephyr,pm-device-runtime-auto;
[all …]
Dintel_adsp_ace30_ptl.dtsi56 power-state-name = "runtime-idle";
178 zephyr,pm-device-runtime-auto;
189 zephyr,pm-device-runtime-auto;
227 zephyr,pm-device-runtime-auto;
235 zephyr,pm-device-runtime-auto;
243 zephyr,pm-device-runtime-auto;
251 zephyr,pm-device-runtime-auto;
259 zephyr,pm-device-runtime-auto;
267 zephyr,pm-device-runtime-auto;
275 zephyr,pm-device-runtime-auto;
[all …]
Dintel_adsp_ace20_lnl.dtsi55 power-state-name = "runtime-idle";
183 zephyr,pm-device-runtime-auto;
193 zephyr,pm-device-runtime-auto;
231 zephyr,pm-device-runtime-auto;
255 zephyr,pm-device-runtime-auto;
279 zephyr,pm-device-runtime-auto;
392 zephyr,pm-device-runtime-auto;
407 zephyr,pm-device-runtime-auto;
430 zephyr,pm-device-runtime-auto;
443 zephyr,pm-device-runtime-auto;
[all …]
Dintel_adsp_ace15_mtpm.dtsi41 power-state-name = "runtime-idle";
159 zephyr,pm-device-runtime-auto;
170 zephyr,pm-device-runtime-auto;
301 zephyr,pm-device-runtime-auto;
324 zephyr,pm-device-runtime-auto;
347 zephyr,pm-device-runtime-auto;
487 zephyr,pm-device-runtime-auto;
500 zephyr,pm-device-runtime-auto;
513 zephyr,pm-device-runtime-auto;
528 zephyr,pm-device-runtime-auto;
[all …]
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dcfg.rst3 Runtime Configuration
6 The runtime configuration API allows applications to change their runtime
18 Runtime configuration changes before the node is provisioned will not be stored
/Zephyr-latest/doc/services/pm/
Ddevice_runtime.rst1 .. _pm-device-runtime:
3 Device Runtime Power Management
9 The device runtime power management (PM) framework is an active power management
17 When device runtime power management is enabled on a device, its state will be
29 For devices on a power domain (via the devicetree 'power-domains' property), device runtime
34 For the previous to automatically control the power domain state, device runtime PM must be enabled
35 on the power domain device (either through the ``zephyr,pm-device-runtime-auto`` devicetree property
58 The device runtime power management framework has been designed to minimize
62 device. An application can, however, decide when to disable or enable runtime
69 When runtime PM is enabled on a device it will no longer be resumed or suspended
[all …]
/Zephyr-latest/drivers/sensor/ti/tmp112/
DKconfig21 bool "Allow to set extended mode at runtime"
28 bool "Allow to set conversion rate at runtime"
31 When set conversion rate can be set at runtime using sensor_attr_set
/Zephyr-latest/drivers/sensor/bosch/bmi160/
DKconfig62 bool "Set at runtime."
80 bool "Set at runtime."
101 bool "Set at runtime."
149 bool "Set at runtime."
167 bool "Set at runtime."
191 bool "Set at runtime."
/Zephyr-latest/dts/bindings/base/
Dpm.yaml17 the system) by default but they can be enabled at runtime if necessary.
19 zephyr,pm-device-runtime-auto:
22 Automatically configure the device for runtime power management after the
/Zephyr-latest/dts/bindings/mtd/
Djedec,jesd216.yaml10 # reading at runtime, while still allowing the driver to pull out extra
15 # device to verify its presence at runtime.
35 information in cases were runtime retrieval of SFDP data
63 SFDP properties at runtime (CONFIG_SPI_NOR_SFDP_RUNTIME).
81 runtime (CONFIG_SPI_NOR_SFDP_RUNTIME).
/Zephyr-latest/drivers/i2c/target/
DKconfig.eeprom12 bool "Set I2C Target EEPROM Address at Runtime"
15 Enable changing virtual I2C Target EEPROM device address at runtime
/Zephyr-latest/drivers/sensor/bosch/bmp180/
DKconfig15 bool "Change OSR at runtime."
17 Enable runtime changes of the oversampling value
/Zephyr-latest/drivers/sensor/bosch/bmc150_magn/
DKconfig42 Enable alteration of sampling rate attribute at runtime.
47 Enable alteration of XY oversampling at runtime.
52 Enable alteration of Z oversampling at runtime.
/Zephyr-latest/subsys/logging/
DKconfig.misc25 compile time so at runtime arrays have fixed size.
38 bool "Always use runtime message creation (v2)"
43 If enabled, runtime method is always used for message creation. Static
45 based on information known at compile time. Runtime only approach must
75 without casting and reports an error at runtime.
/Zephyr-latest/samples/subsys/zbus/runtime_obs_registration/
DREADME.rst1 .. zephyr:code-sample:: zbus-runtime-obs-registration
2 :name: Runtime observer registration
5 Use zbus' runtime observer registration to filter data generated by a producer.
9 …ustrates a way of using the runtime observer registration feature. The developer can understand ho…
/Zephyr-latest/drivers/sensor/st/lsm9ds0_mfd/
DKconfig85 runtime.
116 runtime.
165 runtime.
193 runtime.
/Zephyr-latest/include/zephyr/drivers/usb_c/
Dusbc_tcpc.h228 * @param dev Runtime device structure
246 * @param dev Runtime device structure
269 * @param dev Runtime device structure
290 * @param dev Runtime device structure
311 * @param dev Runtime device structure
333 * @param dev Runtime device structure
352 * @param dev Runtime device structure
371 * @param dev Runtime device structure
395 * @param dev Runtime device structure
418 * @param dev Runtime device structure
[all …]
/Zephyr-latest/dts/arm/ambiq/
Dambiq_apollo3_blue.dtsi186 zephyr,pm-device-runtime-auto;
197 zephyr,pm-device-runtime-auto;
208 zephyr,pm-device-runtime-auto;
218 zephyr,pm-device-runtime-auto;
228 zephyr,pm-device-runtime-auto;
238 zephyr,pm-device-runtime-auto;
248 zephyr,pm-device-runtime-auto;
258 zephyr,pm-device-runtime-auto;
268 zephyr,pm-device-runtime-auto;
278 zephyr,pm-device-runtime-auto;
[all …]
/Zephyr-latest/include/zephyr/logging/
Dlog_backend_net.h18 * @brief Allows user to set a server IP address, provided as string, at runtime
20 * @details This function allows the user to set an IPv4 or IPv6 address at runtime. It can be
32 * @brief Allows user to set a server IP address, provided as sockaddr structure, at runtime
34 * @details This function allows the user to set an IPv4 or IPv6 address at runtime. It can be
/Zephyr-latest/drivers/sensor/bosch/bmm150/
DKconfig70 Enable alteration of sampling rate attribute at runtime.
75 Enable alteration of XY oversampling at runtime.
80 Enable alteration of Z oversampling at runtime.

12345678910>>...30