Home
last modified time | relevance | path

Searched refs:runtime (Results 1 – 25 of 37) sorted by relevance

12

/subsys/sensing/
A 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
/subsys/zbus/
A DKconfig74 prompt "ZBus runtime observers node allocation"
79 bool "Use heap to allocate runtime observers node"
82 bool "Use a pool of runtime observers nodes"
85 bool "Use user-provided runtime observers nodes"
120 message subscribers and runtime observers).
/subsys/pm/
A DKconfig123 Enable Runtime Power Management to save power. With device runtime PM
133 bool "Asynchronous device runtime power management"
137 in the power management device runtime.
142 prompt "Work queue to be used by pm device runtime async"
160 int "Stack size for pm runtime async workqueue"
167 int "PM device runtime workqueue priority. Should be pre-emptible."
172 int "PM device runtime workqueue init priority"
175 Init priority level to setup the device runtime workqueue.
A Dpm_shell.c167 SHELL_CMD_ARG(runtime-get, &dsub_device_name,
170 SHELL_CMD_ARG(runtime-put, &dsub_device_name,
173 SHELL_CMD_ARG(runtime-put-async, &dsub_device_name,
/subsys/logging/
A DKconfig.misc26 compile time so at runtime arrays have fixed size.
39 bool "Always use runtime message creation (v2)"
44 If enabled, runtime method is always used for message creation. Static
76 without casting and reports an error at runtime.
A Dlog_mgmt.c422 static uint32_t filter_get(uint8_t id, uint32_t domain_id, int16_t source_id, bool runtime) in filter_get() argument
426 if (IS_ENABLED(CONFIG_LOG_RUNTIME_FILTERING) && runtime) { in filter_get()
580 uint32_t domain_id, int16_t source_id, bool runtime) in log_filter_get() argument
584 return filter_get(id, domain_id, source_id, runtime); in log_filter_get()
587 uint32_t log_frontend_filter_get(int16_t source_id, bool runtime) in log_frontend_filter_get() argument
593 return filter_get(LOG_FRONTEND_SLOT_ID, Z_LOG_LOCAL_DOMAIN_ID, source_id, runtime); in log_frontend_filter_get()
A DCMakeLists.txt22 # Determine if __auto_type is supported. If not then runtime approach must always
A DKconfig.filtering10 Allow runtime configuration of maximal, independent severity
A DKconfig.mode37 but not runtime filtering. There are no timestamps, prefixes,
/subsys/bluetooth/audio/
A DKconfig.has37 bool "Allow to set preset name on runtime"
39 Enabling this option allows for runtime configuration of preset name.
/subsys/storage/flash_map/
A DKconfig39 bool "Access flash area labels at runtime"
42 at runtime. The available labels will also be displayed in the
/subsys/secure_storage/
A DKconfig.its_store22 overhead compared to the settings-based implementation, both in terms of runtime
53 The sector size impacts the runtime behavior of ZMS and restricts the maximum
/subsys/net/lib/mqtt/
A DKconfig31 with respective runtime MQTT client configuration.
39 with respective runtime MQTT client configuration.
/subsys/shell/modules/
A DKconfig18 to initialize, at runtime and manually, the devices that
/subsys/net/l2/virtual/ipip/
A DKconfig11 driver at runtime to correct network interface.
/subsys/usb/device_next/class/
A DKconfig.uvc19 The table of format descriptors are generated at runtime. This options plans the
/subsys/logging/backends/
A DKconfig.mqtt20 Default MQTT topic for log messages. Use log backend MQTT API to change it at runtime.
/subsys/net/lib/tls_credentials/
A DKconfig26 storing credentials in system runtime memory.
/subsys/mgmt/hawkbit/
A DKconfig80 bool "Set hawkbit settings at runtime"
82 Enable to set hawkbit settings at runtime.
162 Be able to customize the device id during runtime to a custom value,
/subsys/bluetooth/mesh/
A DKconfig428 messages, in milliseconds. Can be changed through runtime
458 at runtime using bt_mesh_relay_set() function.
466 addition to the first transmission. Can be changed through runtime
475 messages, in milliseconds. Can be changed through runtime
719 through runtime configuration.
890 message to arrive. This value can be changed at runtime using
907 message to arrive. This value can be changed at runtime using
1269 runtime using @ref bt_mesh_op_agg_cli_timeout_set.
1424 Can be changed through runtime configuration.
1535 default. Can be changed through runtime configuration.
[all …]
/subsys/mgmt/mcumgr/transport/
A DKconfig.bluetooth107 bool "Register SMP service at runtime"
/subsys/settings/
A DKconfig20 bool "runtime storage back-end"
22 Enables runtime storage back-end.
/subsys/debug/
A DKconfig53 at runtime.
85 at runtime. This provides information about the faulting
297 be useful if your application uses runtime backtracing and does not
/subsys/shell/
A DKconfig64 bool "Allow prompt change in runtime"
67 Allow for the modification of the shell prompt at runtime.
/subsys/net/ip/
A DKconfig.mgmt12 bool "Add support for runtime network event notifications"

Completed in 82 milliseconds

12