Home
last modified time | relevance | path

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

12345678910>>...46

/Zephyr-latest/samples/drivers/gnss/src/
Dmain.c47 #define GNSS_SYSTEMS_PRINTF(define, supported, enabled) \ argument
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()
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()
73 GNSS_SYSTEMS_PRINTF(GNSS_SYSTEM_QZSS, supported, enabled); in main()
74 GNSS_SYSTEMS_PRINTF(GNSS_SYSTEM_IRNSS, supported, enabled); in main()
[all …]
/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/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/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::
20 For injection test Error Injection should be enabled.
31 Additionally Error Injection need to be enabled in the following BIOS menu::
38 enabled for production. Due to this reason test has production configuration
/Zephyr-latest/include/zephyr/drivers/
Dmbox.h210 mbox_channel_id_t channel_id, bool enabled);
416 mbox_channel_id_t channel_id, bool enabled);
420 bool enabled) in z_impl_mbox_set_enabled() argument
429 return api->set_enabled(dev, channel_id, enabled); in z_impl_mbox_set_enabled()
442 bool enabled) in mbox_set_enabled_dt() argument
444 return mbox_set_enabled(spec->dev, spec->channel_id, enabled); in mbox_set_enabled_dt()
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/boards/
Dhse_css.overlay8 * Warning: This overlay assumes the HSE clock has already been enabled,
13 css-enabled;
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32h7_core/boards/
Dhse_css.overlay8 * Warning: This overlay assumes the HSE clock has already been enabled,
13 css-enabled;
/Zephyr-latest/tests/kernel/fpu_sharing/generic/src/
Dmain.c13 #error Rebuild with the FPU config option enabled
17 #error Rebuild with the FPU_SHARING config option enabled
/Zephyr-latest/tests/arch/arc/arc_dsp_sharing/src/
Dmain.c11 #error Rebuild with the ARC_DSP config option enabled
15 #error Rebuild with the ARC_DSP_SHARING config option enabled
/Zephyr-latest/drivers/watchdog/
Dwdt_rpi_pico.c33 bool enabled; member
85 data->enabled = true; in wdt_rpi_pico_setup()
112 if (data->enabled == false) { in wdt_rpi_pico_disable()
118 data->enabled = false; in wdt_rpi_pico_disable()
156 if (data->enabled == false) { in wdt_rpi_pico_feed()
191 .enabled = false \
/Zephyr-latest/samples/drivers/mbox/remote/
DKconfig7 bool "TX enabled"
13 bool "RX enabled"
/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/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/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/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/zbus/
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()
551 if (observation_mask->enabled != masked) { in zbus_obs_set_chan_notification_mask()
552 observation_mask->enabled = masked; in zbus_obs_set_chan_notification_mask()
588 *masked = observation_mask->enabled; in zbus_obs_is_chan_notification_masked()
600 int zbus_obs_set_enable(const struct zbus_observer *obs, bool enabled) in zbus_obs_set_enable() argument
605 if (obs->data->enabled != enabled) { in zbus_obs_set_enable()
606 obs->data->enabled = enabled; in zbus_obs_set_enable()
/Zephyr-latest/boards/sparkfun/thing_plus/
DKconfig9 # (board.c), so it is forced here to be enabled always, not only
10 # enabled by default (in defconfig).
/Zephyr-latest/drivers/mbox/
Dmbox_handlers.c40 bool enabled) in z_vrfy_mbox_set_enabled() argument
44 return z_impl_mbox_set_enabled(dev, channel_id, enabled); in z_vrfy_mbox_set_enabled()
/Zephyr-latest/samples/drivers/mbox/
DKconfig14 bool "TX enabled"
20 bool "RX 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
/Zephyr-latest/boards/nordic/nrf9160dk/
DKconfig8 # (board.c), so it is forced here to be enabled always, not only
9 # enabled by default (in defconfig).
/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.
/Zephyr-latest/drivers/serial/
Duart_bt.c27 atomic_t enabled; member
44 static void bt_notif_enabled(bool enabled, void *ctx) in bt_notif_enabled() argument
51 (void)atomic_set(&dev_data->bt.enabled, enabled ? 1 : 0); in bt_notif_enabled()
53 LOG_DBG("%s() - %s", __func__, enabled ? "enabled" : "disabled"); in bt_notif_enabled()
168 if (atomic_get(&dev_data->bt.enabled)) { in uart_bt_fifo_fill()
196 if (k_is_in_isr() || !atomic_get(&dev_data->bt.enabled)) { in uart_bt_poll_out()
205 if (atomic_get(&dev_data->bt.enabled)) { in uart_bt_poll_out()
355 .enabled = ATOMIC_INIT(0), \
/Zephyr-latest/drivers/kscan/
Dkscan_input.c19 bool enabled; member
71 data->enabled = true; in kscan_input_enable_callback()
80 data->enabled = false; in kscan_input_disable_callback()

12345678910>>...46