Home
last modified time | relevance | path

Searched full:enabled (Results 1 – 25 of 2617) sorted by relevance

12345678910>>...105

/Zephyr-latest/soc/altr/zephyr_nios2f/cpu/
Dghrd_10m50da.sopcinfo10 <enabled>true</enabled>
19 <enabled>true</enabled>
28 <enabled>true</enabled>
37 <enabled>true</enabled>
46 <enabled>true</enabled>
55 <enabled>true</enabled>
65 <enabled>true</enabled>
75 <enabled>true</enabled>
85 <enabled>true</enabled>
94 <enabled>true</enabled>
[all …]
/Zephyr-latest/kernel/
DKconfig.obj_core19 When enabled, this option integrates condition variables into the
26 When enabled, this option integrate kernel events into the object
33 When enabled, this option integrates FIFOs into the object core
40 When enabled, this option integrates LIFOs into the object core
47 When enabled, this option integrates mailboxes into the object core
54 When enabled, this option integrates memory slabs into the object
61 When enabled, this option integrates mutexes into the object core
68 When enabled, this option integrates message queues into the object
75 When enabled, this option integrates semaphores into the object core
82 When enabled, this option integrates pipes into the object core
[all …]
/Zephyr-latest/tests/bluetooth/host/id/bt_id_adv_random_addr_check/src/
Dmain.c31 * Test checking advertising random address if observer role isn't enabled
34 * - 'CONFIG_BT_OBSERVER' isn't enabled
52 * Test checking scan random address if extended advertising is enabled
55 * - 'CONFIG_BT_EXT_ADV' is enabled
77 * - 'CONFIG_BT_OBSERVER' is enabled
78 * - 'CONFIG_BT_EXT_ADV' isn't enabled
102 * using an RPA generated for a different identity than scanner roles when privacy is enabled
105 * - 'CONFIG_BT_PRIVACY' is enabled
106 * - 'CONFIG_BT_OBSERVER' is enabled
107 * - 'CONFIG_BT_EXT_ADV' isn't enabled
[all …]
/Zephyr-latest/samples/drivers/gnss/src/
Dmain.c47 #define GNSS_SYSTEMS_PRINTF(define, supported, enabled) \ argument
48 printf("\t%20s: Supported: %3s Enabled: %3s\n", \
50 (enabled & define) ? "Yes" : "No");
54 gnss_systems_t supported, enabled; in main() local
63 rc = gnss_get_enabled_systems(GNSS_MODEM, &enabled); in main()
65 printf("Failed to query enabled systems (%d)\n", rc); in main()
69 GNSS_SYSTEMS_PRINTF(GNSS_SYSTEM_GPS, supported, enabled); in main()
70 GNSS_SYSTEMS_PRINTF(GNSS_SYSTEM_GLONASS, supported, enabled); in main()
71 GNSS_SYSTEMS_PRINTF(GNSS_SYSTEM_GALILEO, supported, enabled); in main()
72 GNSS_SYSTEMS_PRINTF(GNSS_SYSTEM_BEIDOU, supported, enabled); in main()
[all …]
/Zephyr-latest/tests/bluetooth/host/id/bt_id_scan_random_addr_check/src/
Dmain.c31 * Test checking scan random address if broadcaster role isn't enabled
34 * - 'CONFIG_BT_BROADCASTER' isn't enabled
52 * Test checking scan random address if extended advertising is enabled
55 * - 'CONFIG_BT_EXT_ADV' is enabled
73 * Test checking scan random address when broadcaster role is enabled, but
77 * - 'CONFIG_BT_BROADCASTER' is enabled
78 * - 'CONFIG_BT_EXT_ADV' isn't enabled
100 * Test checking scan random address when broadcaster role is enabled.
104 * - 'CONFIG_BT_BROADCASTER' is enabled
105 * - 'CONFIG_BT_EXT_ADV' isn't enabled
[all …]
/Zephyr-latest/tests/drivers/gnss/gnss_api/
DKconfig7 int "Enabled systems configuration 0"
12 int "Enabled systems configuration 1"
17 int "Enabled systems configuration 2"
22 int "Enabled systems configuration 3"
/Zephyr-latest/tests/bluetooth/host/id/bt_id_set_scan_own_addr/src/
Dtest_suite_invalid_inputs.c39 * Test setting scan own address while 'CONFIG_BT_PRIVACY' isn't enabled.
44 * - 'CONFIG_BT_PRIVACY' isn't enabled
45 * - 'CONFIG_BT_SCAN_WITH_IDENTITY' isn't enabled
68 * Test setting scan own address while 'CONFIG_BT_PRIVACY' isn't enabled.
69 * If 'CONFIG_BT_SCAN_WITH_IDENTITY' is enabled and the default identity has an RPA address of type
75 * - 'CONFIG_BT_PRIVACY' isn't enabled
76 * - 'CONFIG_BT_SCAN_WITH_IDENTITY' is enabled
102 * Test setting scan own address while 'CONFIG_BT_PRIVACY' is enabled.
107 * - 'CONFIG_BT_PRIVACY' is enabled
Dmain.c48 * Test setting scan own address while 'CONFIG_BT_PRIVACY' isn't enabled.
54 * - 'CONFIG_BT_SCAN_WITH_IDENTITY' isn't enabled
55 * - 'CONFIG_BT_PRIVACY' isn't enabled
79 * Test setting scan own address while 'CONFIG_BT_PRIVACY' isn't enabled.
80 * If 'CONFIG_BT_SCAN_WITH_IDENTITY' is enabled and the default identity has an RPA address of type
86 * - 'CONFIG_BT_PRIVACY' isn't enabled
87 * - 'CONFIG_BT_SCAN_WITH_IDENTITY' is enabled
115 * Test setting scan own address while 'CONFIG_BT_PRIVACY' is enabled and privacy features
121 * - 'CONFIG_BT_PRIVACY' is enabled
147 * Test setting scan own address while 'CONFIG_BT_PRIVACY' is enabled and privacy features
[all …]
/Zephyr-latest/tests/bluetooth/host/id/bt_id_set_adv_private_addr/src/
Dmain.c66 * 'CONFIG_BT_PRIVACY' is enabled and 'CONFIG_BT_EXT_ADV' isn't enabled
70 * - 'CONFIG_BT_PRIVACY' is enabled
71 * - 'CONFIG_BT_EXT_ADV' isn't enabled
100 * 'CONFIG_BT_PRIVACY' and 'CONFIG_BT_EXT_ADV' are enabled
104 * - 'CONFIG_BT_PRIVACY' is enabled
105 * - 'CONFIG_BT_EXT_ADV' is enabled
142 * was set previously while 'CONFIG_BT_PRIVACY' and 'CONFIG_BT_EXT_ADV' are enabled
146 * - 'CONFIG_BT_PRIVACY' is enabled
147 * - 'CONFIG_BT_EXT_ADV' is enabled
172 * 'CONFIG_BT_PRIVACY' isn't enabled
[all …]
/Zephyr-latest/tests/bluetooth/host/id/bt_id_del/src/
Dmain.c154 * 'CONFIG_BT_EXT_ADV' are enabled.
160 * - 'CONFIG_BT_BROADCASTER' and 'CONFIG_BT_EXT_ADV' are enabled.
165 * - 'BT_DEV_ID_PENDING' in bt_dev.flags is set if advertising is enabled
198 * 'CONFIG_BT_BROADCASTER' is enabled while 'CONFIG_BT_EXT_ADV' isn't enabled.
205 * - 'CONFIG_BT_BROADCASTER' is enabled.
206 * - 'CONFIG_BT_EXT_ADV' isn't enabled.
207 * - 'CONFIG_BT_PRIVACY' isn't enabled.
249 * 'CONFIG_BT_BROADCASTER' and 'CONFIG_BT_PRIVACY' are enabled while 'CONFIG_BT_EXT_ADV' isn't
250 * enabled.
257 * - 'CONFIG_BT_BROADCASTER' is enabled.
[all …]
/Zephyr-latest/tests/bluetooth/host/id/bt_le_oob_get_local/src/
Dtest_suite_invalid_inputs.c93 * - 'CONFIG_BT_PRIVACY' bit is enabled
94 * - 'CONFIG_BT_CENTRAL' bit is enabled
131 * - 'CONFIG_BT_BROADCASTER' bit is enabled
132 * - 'CONFIG_BT_PRIVACY' bit is enabled
133 * - 'CONFIG_BT_CENTRAL' bit is enabled
176 * - 'CONFIG_BT_BROADCASTER' bit is enabled
177 * - 'CONFIG_BT_PRIVACY' bit is enabled
178 * - 'CONFIG_BT_CENTRAL' bit is enabled
229 * - 'CONFIG_BT_BROADCASTER' bit is enabled
230 * - 'CONFIG_BT_PRIVACY' bit is enabled
[all …]
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/priv_beacon/
Dpriv_beacon_interleave.sh8 # Setup: RX device as BT observer, TX device with enabled SNB and disabled PRB
11 # - PRB is enabled, SNB disabled, before next interval
15 # - PRB is disabled, SNB enabled: second SNB is advertised
17 # - PRB is enabled, SNB is disabled. Third PRB is advertised
/Zephyr-latest/subsys/logging/
DKconfig.processing13 If enabled, printk messages are redirected to the logging subsystem.
22 If enabled, then if there is no space to log a new message, the
29 When enabled logger will block (if in the thread context) when
40 to the logger deadlock if logging is enabled in threads used for
50 Set 0 to disable the feature. If LOG_PROCESS_THREAD is enabled then
58 When enabled thread is created by the logger subsystem. Thread is
155 When enabled, shorter timestamp is used and trace message is
166 When enabled, real time clock is used for timestamping.
173 If enabled, logging may take more code size to get faster logging.
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
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.
/Zephyr-latest/tests/subsys/edac/ibecc/
DREADME.rst11 IBECC should be enabled in BIOS. This is usually enabled in the default
12 BIOS configuration. Verify following is enabled::
14 :menuselection:`Intel Advanced Menu --> Memory Configuration --> In-Band ECC --> Enabled`
20 For injection test Error Injection should be enabled.
31 Additionally Error Injection need to be enabled in the following BIOS menu::
33 :menuselection:`Intel Advanced Menu --> Memory Configuration --> In-Band ECC Error --> Enabled`
38 enabled for production. Due to this reason test has production configuration
/Zephyr-latest/doc/connectivity/networking/
Dnetwork_tracing.rst13 stack tracing. This option is enabled by default if tracing and networking
14 are enabled. The system will start to collect the receiving and sending call
21 BSD socket call usage in the system. It is enabled if tracing and BSD socket
22 API support are enabled. The system will start to collect what BSD socket
/Zephyr-latest/samples/sensor/tmp108/
DKconfig27 although this will work with one shot enabled,
28 it requires continuous monitoring mode to be enabled
38 although this will work with one shot enabled,
39 it requires continuous monitoring mode to be enabled
/Zephyr-latest/soc/nxp/mcx/mcxc/
DKconfig41 bool "Keep watchdog timer enabled at boot"
43 Leave SOC watchdog timer enabled at boot. The specific timeout
45 Note: if the watchdog timer is enabled at boot, the user will
49 # Enable watchdog configuration function if watchdog is left enabled at boot
/Zephyr-latest/dts/bindings/gnss/
Dgnss-pps.yaml11 - GNSS_PPS_MODE_ENABLED: Output always enabled
12 - GNSS_PPS_MODE_ENABLED_AFTER_LOCK: Output enabled from first lock
13 - GNSS_PPS_MODE_ENABLED_WHILE_LOCKED: Output enabled only while locked
/Zephyr-latest/drivers/i2s/
DKconfig.sam_ssc27 bool "RF pin enabled"
30 If enabled RF signal is connected to RF pin. It will be configured as
38 bool "RK pin enabled"
41 If enabled RK signal is connected to RK pin. It will be configured as
/Zephyr-latest/subsys/net/ip/
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()
/Zephyr-latest/subsys/bluetooth/host/
DCMakeLists.txt84 message(WARNING "One of these options are enabled:
91 message(WARNING "CONFIG_BT_FIXED_PASSKEY is enabled
97 message(WARNING "CONFIG_BT_OOB_DATA_FIXED is enabled.
103 message(WARNING "One or both these options are enabled:
110 message(WARNING "CONFIG_BT_CONN_DISABLE_SECURITY is enabled.
125 # and PSA enabled, the libraries must be linked.
/Zephyr-latest/include/zephyr/logging/
Dlog_frontend.h21 * static structure or dynamic structure if runtime filtering is enabled.
38 * This API is optional and is used only if optimizing common log messages is enabled.
41 * static structure or dynamic structure if runtime filtering is enabled.
52 * This API is optional and is used only if optimizing common log messages is enabled.
55 * static structure or dynamic structure if runtime filtering is enabled.
67 * This API is optional and is used only if optimizing common log messages is enabled.
70 * static structure or dynamic structure if runtime filtering is enabled.
/Zephyr-latest/drivers/bluetooth/hci/
DKconfig.nxp10 If enabled, the Controller auto sleep mode will be configured and enabled during HCI init.
18 If enabled, the Host will send calibration data to the BLE Controller during HCI init.
23 If enabled, the Host will send calibration data annex 100 to the BLE Controller during HCI
30 If enabled, the HCI RX message is queued by the ISR, and the message is processed

12345678910>>...105