| /subsys/sensing/ |
| A 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
|
| /subsys/zbus/ |
| A D | Kconfig | 74 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 D | Kconfig | 123 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 D | pm_shell.c | 167 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 D | Kconfig.misc | 26 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 D | log_mgmt.c | 422 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 D | CMakeLists.txt | 22 # Determine if __auto_type is supported. If not then runtime approach must always
|
| A D | Kconfig.filtering | 10 Allow runtime configuration of maximal, independent severity
|
| A D | Kconfig.mode | 37 but not runtime filtering. There are no timestamps, prefixes,
|
| /subsys/bluetooth/audio/ |
| A D | Kconfig.has | 37 bool "Allow to set preset name on runtime" 39 Enabling this option allows for runtime configuration of preset name.
|
| /subsys/storage/flash_map/ |
| A D | Kconfig | 39 bool "Access flash area labels at runtime" 42 at runtime. The available labels will also be displayed in the
|
| /subsys/secure_storage/ |
| A D | Kconfig.its_store | 22 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 D | Kconfig | 31 with respective runtime MQTT client configuration. 39 with respective runtime MQTT client configuration.
|
| /subsys/shell/modules/ |
| A D | Kconfig | 18 to initialize, at runtime and manually, the devices that
|
| /subsys/net/l2/virtual/ipip/ |
| A D | Kconfig | 11 driver at runtime to correct network interface.
|
| /subsys/usb/device_next/class/ |
| A D | Kconfig.uvc | 19 The table of format descriptors are generated at runtime. This options plans the
|
| /subsys/logging/backends/ |
| A D | Kconfig.mqtt | 20 Default MQTT topic for log messages. Use log backend MQTT API to change it at runtime.
|
| /subsys/net/lib/tls_credentials/ |
| A D | Kconfig | 26 storing credentials in system runtime memory.
|
| /subsys/mgmt/hawkbit/ |
| A D | Kconfig | 80 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 D | Kconfig | 428 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 D | Kconfig.bluetooth | 107 bool "Register SMP service at runtime"
|
| /subsys/settings/ |
| A D | Kconfig | 20 bool "runtime storage back-end" 22 Enables runtime storage back-end.
|
| /subsys/debug/ |
| A D | Kconfig | 53 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 D | Kconfig | 64 bool "Allow prompt change in runtime" 67 Allow for the modification of the shell prompt at runtime.
|
| /subsys/net/ip/ |
| A D | Kconfig.mgmt | 12 bool "Add support for runtime network event notifications"
|