Home
last modified time | relevance | path

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

1234567

/samples/drivers/gnss/src/
A Dmain.c51 (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()
76 GNSS_SYSTEMS_PRINTF(GNSS_SYSTEM_SBAS, supported, enabled); in main()
[all …]
/samples/drivers/mbox/remote/
A DKconfig7 bool "TX enabled"
13 bool "RX enabled"
/samples/drivers/mbox/
A DKconfig14 bool "TX enabled"
20 bool "RX enabled"
/samples/sensor/tmp108/
A 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
/samples/subsys/usb/midi/
A Dsample.yaml11 - "USB device support enabled"
/samples/bluetooth/hci_ipc/dts/arm/nordic/
A Doverride.dtsi3 * levels for Exceptions and ZLI (if enabled).
/samples/bluetooth/peripheral_nus/src/
A Dmain.c23 static void notif_enabled(bool enabled, void *ctx) in notif_enabled() argument
27 printk("%s() - %s\n", __func__, (enabled ? "Enabled" : "Disabled")); in notif_enabled()
/samples/boards/st/power_mgmt/adc/
A DREADME.rst41 enabled.
43 enabled, 27.5µA without (each time with :kconfig:option:`CONFIG_PM` enabled).
/samples/boards/st/mco/boards/
A Dnucleo_u5a5zj_q.overlay1 /* The clock that is output must be enabled. */
A Dnucleo_wba55cg.overlay7 /* The clock that is output must be enabled. */
A Dnucleo_f429zi.overlay1 /* The clock that is output must be enabled. */
/samples/boards/st/power_mgmt/serial_wakeup/
A Dsample.yaml14 - "Wakeup source enabled"
A DREADME.rst27 - Matching oscillator sources should be enabled
46 After flashing, the shell is enabled and device enter sleep mode.
53 are enabled, but user can also deactivate both or former to see each configuration in play.
58 :kconfig:option:`CONFIG_DEBUG` could be enabled to allow debug. Note that debug mode prevents
83 - Ensure no other oscillators are enabled (disable HSI, ...)
/samples/net/wifi/apsta_mode/
A DREADME.rst16 1. ``AP mode``: AP mode is configured and enabled. DHCPv4 server is also
20 In this demo, AP-STA mode is enabled using :kconfig:option:`CONFIG_ESP32_WIFI_AP_STA_MODE`.
22 In the sample code, initially, the AP mode is enabled, followed by enabling the STA mode.
23 The driver checks if AP mode was previously enabled. If so, it transitions
62 [00:00:05.350,000] <inf> MAIN: AP Mode is enabled. Waiting for sta to connect ESP32-AP
/samples/boards/st/power_mgmt/stm32wb_ble/
A DREADME.rst5 Perform Bluetooth LE operations with Zephyr power management enabled on STM32WB.
11 Zephyr power management enabled (:kconfig:option:`CONFIG_PM`).
/samples/drivers/counter/maxim_ds3231/
A DKconfig9 If enabled this reads the RTC then sets it so that uptime
/samples/basic/minimal/
A DREADME.rst27 * Multithreading enabled
40 * Multithreading enabled, no preemption
53 * Multithreading enabled, no preemption, timers disabled
66 * Multithreading disabled, timers enabled
/samples/drivers/mbox/boards/
A Dnrf54h20dk_nrf54h20_cpuapp_cpuflpr.overlay17 * make sure it's enabled in the interrupt mask.
A Dnrf54h20dk_nrf54h20_cpuapp_cpuppr.overlay17 * make sure it's enabled in the interrupt mask.
A Dnrf54h20dk_nrf54h20_cpuapp.overlay17 * make sure it's enabled in the interrupt mask.
/samples/drivers/mbox/remote/boards/
A Dnrf54h20dk_nrf54h20_cpurad.overlay21 * make sure it's enabled in the interrupt mask.
/samples/drivers/led/is31fl3194/
A DREADME.rst17 :dtcompatible:`issi,is31fl3194` enabled, along with the relevant bus
18 controller node also being enabled.
/samples/drivers/uart/async_api/
A DREADME.rst14 transmission. Every other 5 second period, receiving is enabled through
41 [00:00:05.002,008] <inf> sample: RX is now enabled
48 [00:00:15.002,293] <inf> sample: RX is now enabled
/samples/bluetooth/hci_uart/dts/arm/nordic/
A Doverride.dtsi3 * levels for Exceptions and ZLI (if enabled).
/samples/boards/st/power_mgmt/serial_wakeup/boards/
A Dnucleo_wl55jc.overlay24 /* Make sure LSE clock is enabled */

Completed in 48 milliseconds

1234567