/Zephyr-latest/subsys/sensing/ |
D | Kconfig | 48 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/ |
D | pm_shell.c | 41 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 …]
|
D | Kconfig | 97 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/ |
D | device_runtime.h | 19 * @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/ |
D | Kconfig | 9 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/ |
D | intel_adsp_ace30.dtsi | 56 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 …]
|
D | intel_adsp_ace30_ptl.dtsi | 56 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 …]
|
D | intel_adsp_ace20_lnl.dtsi | 55 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 …]
|
D | intel_adsp_ace15_mtpm.dtsi | 41 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/ |
D | cfg.rst | 3 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/ |
D | device_runtime.rst | 1 .. _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/ |
D | Kconfig | 21 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/ |
D | Kconfig | 62 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/ |
D | pm.yaml | 17 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/ |
D | jedec,jesd216.yaml | 10 # 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/ |
D | Kconfig.eeprom | 12 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/ |
D | Kconfig | 15 bool "Change OSR at runtime." 17 Enable runtime changes of the oversampling value
|
/Zephyr-latest/drivers/sensor/bosch/bmc150_magn/ |
D | Kconfig | 42 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/ |
D | Kconfig.misc | 25 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/ |
D | README.rst | 1 .. 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/ |
D | Kconfig | 85 runtime. 116 runtime. 165 runtime. 193 runtime.
|
/Zephyr-latest/include/zephyr/drivers/usb_c/ |
D | usbc_tcpc.h | 228 * @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/ |
D | ambiq_apollo3_blue.dtsi | 186 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/ |
D | log_backend_net.h | 18 * @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/ |
D | Kconfig | 70 Enable alteration of sampling rate attribute at runtime. 75 Enable alteration of XY oversampling at runtime. 80 Enable alteration of Z oversampling at runtime.
|