Home
last modified time | relevance | path

Searched refs:enabled (Results 1 – 25 of 144) sorted by relevance

123456

/subsys/net/ip/
A Dpromiscuous.c26 static atomic_t enabled = ATOMIC_INIT(0); variable
43 atomic_inc(&enabled); in net_promisc_mode_on()
72 prev = atomic_dec(&enabled); in net_promisc_mode_off()
74 atomic_clear(&enabled); in net_promisc_mode_off()
91 if (!atomic_get(&enabled)) { in net_promisc_mode_input()
A DKconfig.stack16 be bigger depending on what features are enabled.
26 be bigger depending on what features are enabled.
/subsys/bluetooth/host/
A DCMakeLists.txt83 message(WARNING "One of these options are enabled:
90 message(WARNING "CONFIG_BT_FIXED_PASSKEY is enabled
96 message(WARNING "CONFIG_BT_OOB_DATA_FIXED is enabled.
102 message(WARNING "One or both these options are enabled:
109 message(WARNING "CONFIG_BT_CONN_DISABLE_SECURITY is enabled.
124 # and PSA enabled, the libraries must be linked.
/subsys/zbus/
A Dzbus.c195 if (!obs->data->enabled || observation_mask->enabled) { in _zbus_vded_exec()
223 if (!obs->data->enabled) { in _zbus_vded_exec()
260 if (!obs->data->enabled || observation_mask->enabled) { in chan_update_hop()
559 if (observation_mask->enabled != masked) { in zbus_obs_set_chan_notification_mask()
560 observation_mask->enabled = masked; in zbus_obs_set_chan_notification_mask()
596 *masked = observation_mask->enabled; in zbus_obs_is_chan_notification_masked()
608 int zbus_obs_set_enable(const struct zbus_observer *obs, bool enabled) in zbus_obs_set_enable() argument
613 if (obs->data->enabled != enabled) { in zbus_obs_set_enable()
614 obs->data->enabled = enabled; in zbus_obs_set_enable()
/subsys/logging/
A DKconfig.processing12 If enabled, printk messages are redirected to the logging subsystem.
21 If enabled, then if there is no space to log a new message, the
28 When enabled logger will block (if in the thread context) when
39 to the logger deadlock if logging is enabled in threads used for
49 Set 0 to disable the feature. If LOG_PROCESS_THREAD is enabled then
57 When enabled thread is created by the logger subsystem. Thread is
154 When enabled, shorter timestamp is used and trace message is
164 When enabled, real time clock is used for timestamping.
171 If enabled, logging may take more code size to get faster logging.
A DKconfig.formatting85 If CONFIG_LOG_MIPI_SYST_OUTPUT_LOG_MSG_SRC_ID is enabled,
87 for example, printk() if CONFIG_LOG_PRINTK is enabled.
116 Thread name is used if THREAD_NAME is enabled.
129 If enabled, interrupts are locked during whole log message processing.
140 When enabled selected backend prints errors in red and warning in yellow.
177 When enabled timestamp is formatted.
187 When enabled timestamp is formatted to hh:mm:ss.ms,us.
193 When enabled timestamp is formatted to YYYY-MM-DD hh:mm:ss.ms,us.
199 When enabled timestamp is formatted to YYYY-MM-DDThh:mm:ss,ffffffZ.
A DKconfig.mode22 When enabled log is processed in the context of the call. It impacts
46 When enabled, logs are redirected to a custom frontend which is the
55 Code asserts if any backend is enabled.
60 When enabled, frontend implements functions which are optimized versions
66 When enabled, a custom application provided header, named
A DKconfig.misc44 If enabled, runtime method is always used for message creation. Static
56 When enabled, logs are kept in dedicated memory section. It allows
75 enabled, at compile time, the preprocessor detects strings with %p
84 If enabled, packaging uses tagged arguments.
91 When enabled, maximum usage of memory used for log messages in deferred
/subsys/usb/device/class/dfu/
A DKconfig28 DFU fails on Windows with WinUSB driver if this is not enabled.
48 encryption is enabled.
54 When enabled the device will automatically reboot after a download
60 When enabled the image written to slot 1 will be marked as permanent.
/subsys/logging/backends/
A DKconfig.fs9 When enabled, backend is using the configured file system to output logs.
24 When enabled automatically start the file system backend on
31 When enabled backend overwrites oldest log files.
38 When enabled and when there is space left in the newest log file,
A DKconfig.spinel9 When enabled, backend will use OpenThread dedicated SPINEL protocol for logging.
11 Backend should be enabled only to OpenThread purposes and when UART backend is disabled
/subsys/bluetooth/audio/
A DKconfig.vcp33 enabled for VCS.
48 enabled for VCS.
84 enabled for VCS client.
99 enabled for VCS client.
/subsys/storage/flash_map/
A DKconfig30 if had enabled this option.
35 If enabled, there will be available the backend to check flash
41 If enabled the label property of the flash map can be retrieved
/subsys/net/lib/lwm2m/
A Dipso_timer.c62 bool enabled; member
112 !timer->enabled) { in start_timer()
232 if (!timer_data[i].enabled && timer_data[i].active) { in enabled_post_write_cb()
306 timer_data[avail].enabled = true; in timer_inst_create()
327 true, &timer_data[avail].enabled, in timer_inst_create()
328 sizeof(timer_data[avail].enabled), in timer_inst_create()
/subsys/mgmt/mcumgr/grp/settings_mgmt/
A DCMakeLists.txt8 # interface, when settings management is enabled.
13 message(WARNING "Note: MCUmgr settings management is enabled but settings access hooks are "
/subsys/net/l2/ethernet/
A Dethernet_mgmt.c279 params->qav_param.enabled = config.qav_param.enabled; in ethernet_get_config()
317 params->qbv_param.enabled = config.qbv_param.enabled; in ethernet_get_config()
357 params->qbu_param.enabled = config.qbu_param.enabled; in ethernet_get_config()
/subsys/shell/
A DKconfig158 If enabled, the shell prints out this message.
164 If enabled, the shell prints out this message.
170 If enabled shell prints back every input byte.
175 If enabled, don't echo actual character, but echo * instead.
189 If enabled VT100 colors are used in shell (e.g. print errors in red).
286 When enabled, backend will use the shell for logging.
287 This option is enabled by default.
296 When enabled, standard implementation of shell log backend is not included.
311 If enabled, shell will be automatically started.
324 When enabled, a custom application provided header, named
/subsys/bluetooth/controller/ll_sw/
A Dull_iso_types.h62 uint64_t enabled:1; member
71 uint8_t enabled:1; member
/subsys/mgmt/mcumgr/mgmt/
A DKconfig15 With this enabled, applications and parts of code can register for MCUmgr event
18 notifications, which must be enabled by selecting other Kconfig options.
38 When this config is enabled, a user can use the field `custom_payload` in `mgmt_handler` to
/subsys/mgmt/mcumgr/grp/fs_mgmt/
A DCMakeLists.txt10 # interface, when File System management is enabled.
26 message(WARNING "Note: MCUmgr file system management is enabled but file access hooks are "
/subsys/pm/
A DKconfig41 When enabled on Cortex-M, and a 'zephyr,memory-region' compatible node with nodelabel
56 When this option is enabled, check that no devices are busy before
102 Enable support for Power Domain. With power domain enabled,
124 enabled, devices can be suspended or resumed based on the device
149 When this option is enabled the power management subsystem will
155 When this option is enabled the power management subsystem will
/subsys/fs/
A DKconfig11 enabled without CONFIG_FILE_SYSTEM to enable applications
37 Specify the maximum file name allowed across all enabled file
39 file name length for enabled in-tree file systems. This
50 automount is enabled, the initialization should be done after
/subsys/input/
A Dinput_utils.c29 bool enabled; in input_cmd_dump() local
32 enabled = shell_strtobool(argv[1], 0, &err); in input_cmd_dump()
38 if (enabled) { in input_cmd_dump()
/subsys/secure_storage/
A DKconfig.its_transform16 The header is made available when this Kconfig option is enabled.
56 The header is made available when this Kconfig option is enabled.
92 The header is made available when this Kconfig option is enabled.
123 The header is made available when this Kconfig option is enabled.
/subsys/dfu/
A DKconfig61 used when MCUMGR_GRP_IMG_TOO_LARGE_SYSBUILD is enabled.
74 If enabled, flash is erased as necessary when receiving new firmware,
83 If enabled, there will be available the function to check flash

Completed in 64 milliseconds

123456