Home
last modified time | relevance | path

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

12345678910>>...54

/Zephyr-4.3.0/samples/drivers/gnss/src/
Dmain.c48 #define GNSS_SYSTEMS_PRINTF(define, supported, enabled) \ argument
51 (enabled & define) ? "Yes" : "No");
55 gnss_systems_t supported, enabled; in main() local
64 rc = gnss_get_enabled_systems(GNSS_MODEM, &enabled); in main()
70 GNSS_SYSTEMS_PRINTF(GNSS_SYSTEM_GPS, supported, enabled); in main()
71 GNSS_SYSTEMS_PRINTF(GNSS_SYSTEM_GLONASS, supported, enabled); in main()
72 GNSS_SYSTEMS_PRINTF(GNSS_SYSTEM_GALILEO, supported, enabled); in main()
73 GNSS_SYSTEMS_PRINTF(GNSS_SYSTEM_BEIDOU, supported, enabled); in main()
74 GNSS_SYSTEMS_PRINTF(GNSS_SYSTEM_QZSS, supported, enabled); in main()
75 GNSS_SYSTEMS_PRINTF(GNSS_SYSTEM_IRNSS, supported, enabled); in main()
[all …]
/Zephyr-4.3.0/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-4.3.0/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-4.3.0/soc/neorv32/
DKconfig.soc10 extensions enabled in order to support Zephyr:
11 - Zicsr (always enabled)
12 - Zifencei (always enabled)
/Zephyr-4.3.0/drivers/sensor/tdk/icm45686/
Dicm45686_stream.c216 data->stream.settings.enabled.drdy = false; in icm45686_event_handler()
217 data->stream.settings.enabled.fifo_ths = false; in icm45686_event_handler()
218 data->stream.settings.enabled.fifo_full = false; in icm45686_event_handler()
363 return (a->settings.enabled.drdy != b->settings.enabled.drdy) || in settings_changed()
365 (a->settings.enabled.fifo_ths != b->settings.enabled.fifo_ths) || in settings_changed()
367 (a->settings.enabled.fifo_full != b->settings.enabled.fifo_full) || in settings_changed()
393 stream.settings.enabled.drdy = true; in icm45686_stream_submit()
397 stream.settings.enabled.fifo_ths = true; in icm45686_stream_submit()
401 stream.settings.enabled.fifo_full = true; in icm45686_stream_submit()
411 __ASSERT(stream.settings.enabled.drdy ^ in icm45686_stream_submit()
[all …]
/Zephyr-4.3.0/drivers/sensor/pixart/paa3905/
Dpaa3905_stream.c72 data->stream.settings.enabled.drdy; in paa3905_complete_result()
74 data->stream.settings.enabled.motion; in paa3905_complete_result()
77 if ((data->stream.settings.enabled.drdy && in paa3905_complete_result()
79 (data->stream.settings.enabled.motion && in paa3905_complete_result()
84 if (data->stream.settings.enabled.drdy) { in paa3905_complete_result()
246 return (a->settings.enabled.drdy != b->settings.enabled.drdy) || in settings_changed()
248 (a->settings.enabled.motion != b->settings.enabled.motion) || in settings_changed()
272 stream.settings.enabled.drdy = true; in paa3905_stream_submit()
276 stream.settings.enabled.motion = true; in paa3905_stream_submit()
325 if (data->stream.settings.enabled.drdy) { in paa3905_stream_submit()
/Zephyr-4.3.0/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-4.3.0/soc/nordic/common/uicr/
DKconfig.gen_uicr11 When enabled, the UICR generator will populate the
19 When enabled, the UICR generator will configure the
39 When enabled, locks the entire contents of the NVR0 page located in
44 This should be enabled only in production devices to prevent
51 When enabled, ERASEALL operations are blocked.
54 accidental configuration where both are enabled simultaneously. If both
55 were enabled, the UICR would become impossible to modify in any way.
57 with both enabled if needed.
64 When enabled, disables debug access to the application domain processor,
66 features. When disabled, full debug access is enabled.
[all …]
/Zephyr-4.3.0/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-4.3.0/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-4.3.0/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-4.3.0/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-4.3.0/include/zephyr/drivers/
Dmbox.h216 mbox_channel_id_t channel_id, bool enabled);
422 mbox_channel_id_t channel_id, bool enabled);
426 bool enabled) in z_impl_mbox_set_enabled() argument
435 return api->set_enabled(dev, channel_id, enabled); in z_impl_mbox_set_enabled()
448 bool enabled) in mbox_set_enabled_dt() argument
450 return mbox_set_enabled(spec->dev, spec->channel_id, enabled); in mbox_set_enabled_dt()
/Zephyr-4.3.0/samples/drivers/mbox/remote/
DKconfig7 bool "TX enabled"
13 bool "RX enabled"
/Zephyr-4.3.0/soc/nxp/mcx/mcxe/mcxe24x/
DKconfig27 bool "Keep watchdog timer enabled at boot"
29 Leave SOC watchdog timer enabled at boot. The specific timeout
31 Note: if the watchdog timer is enabled at boot, the user will
35 # Enable watchdog configuration function if watchdog is left enabled at boot
/Zephyr-4.3.0/drivers/watchdog/
Dwdt_cmsdk_apb.c72 static bool enabled; variable
93 if (enabled) { in wdog_cmsdk_apb_setup()
104 enabled = true; in wdog_cmsdk_apb_setup()
117 enabled = false; in wdog_cmsdk_apb_disable()
134 if (enabled == true) { in wdog_cmsdk_apb_install_timeout()
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 \
Dwdt_mcux_rtwdog.c37 bool enabled; member
51 if (data->enabled) { in mcux_rtwdog_setup()
64 data->enabled = true; in mcux_rtwdog_setup()
78 if (!data->enabled) { in mcux_rtwdog_disable()
84 data->enabled = false; in mcux_rtwdog_disable()
97 if (data->enabled) { in mcux_rtwdog_install_timeout()
160 if (!data->enabled) { in mcux_rtwdog_feed()
/Zephyr-4.3.0/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-4.3.0/subsys/bluetooth/host/
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.
/Zephyr-4.3.0/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-4.3.0/drivers/sensor/pixart/pat9136/
Dpat9136_stream.c59 data->stream.settings.enabled.drdy; in pat9136_complete_result()
61 data->stream.settings.enabled.motion; in pat9136_complete_result()
64 if ((data->stream.settings.enabled.drdy && in pat9136_complete_result()
66 (data->stream.settings.enabled.motion && in pat9136_complete_result()
72 if (data->stream.settings.enabled.drdy) { in pat9136_complete_result()
311 return (a->settings.enabled.drdy != b->settings.enabled.drdy) || in settings_changed()
313 (a->settings.enabled.motion != b->settings.enabled.motion) || in settings_changed()
337 stream.settings.enabled.drdy = true; in pat9136_stream_submit()
341 stream.settings.enabled.motion = true; in pat9136_stream_submit()
396 if (data->stream.settings.enabled.drdy) { in pat9136_stream_submit()
/Zephyr-4.3.0/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-4.3.0/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-4.3.0/drivers/stepper/adi_tmc/bus/
DKconfig8 A Trinamic Stepper Controller with SPI is enabled
14 A Trinamic Stepper Controller with single wire UART is enabled

12345678910>>...54