Home
last modified time | relevance | path

Searched refs:enabled (Results 201 – 225 of 1169) sorted by relevance

12345678910>>...47

/Zephyr-latest/doc/hardware/peripherals/can/
Dshell.rst15 interface without having to write a dedicated application. The CAN shell can also be enabled in
21 In order to enable the CAN shell, the following :ref:`Kconfig <kconfig>` options must be enabled:
34 in the ``can show`` subcommand. This depends on :kconfig:option:`CONFIG_STATS` being enabled as
39 CAN statistics enabled:
56 list`` shell command when :kconfig:option:`CONFIG_DEVICE_SHELL` is enabled. The examples below
93 The statistics are only printed if :kconfig:option:`CONFIG_CAN_STATS` is enabled.
118 If :kconfig:option:`CONFIG_CAN_FD_MODE` is enabled, the data phase bitrate can be configured using
230 If :kconfig:option:`CONFIG_CAN_RX_TIMESTAMP` is enabled, each line will be prepended with a
272 is enabled.
/Zephyr-latest/drivers/serial/
DKconfig.nrfx_uart_instance29 When enabled, polling out does not trigger interrupt which stops TX.
76 When enabled, UARTE is enabled before each TX or RX usage and disabled
79 This option is irrelevant when device power management (PM) is enabled
/Zephyr-latest/drivers/interrupt_controller/
Dintc_nxp_irqsteer.c523 bool enabled; in z_soc_irq_is_enabled() local
530 enabled = false; in z_soc_irq_is_enabled()
541 enabled = dispatchers[i].irq_refcnt[irq_from_level_2(irq)]; in z_soc_irq_is_enabled()
544 return enabled; in z_soc_irq_is_enabled()
/Zephyr-latest/subsys/secure_storage/
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.
122 The header is made available when this Kconfig option is enabled.
/Zephyr-latest/samples/net/dns_resolve/
DREADME.rst14 - If IPv4 is enabled, then A record for ``www.zephyrproject.org`` is
16 - If IPv6 is enabled, then AAAA record for ``www.zephyrproject.org`` is
18 - If mDNS is enabled, then ``zephyr.local`` name is resolved.
162 The IPv4 Wi-Fi support can be enabled in the sample with
/Zephyr-latest/soc/nxp/kinetis/
DKconfig140 bool "Keep watchdog timer enabled at boot"
142 Leave SOC watchdog timer enabled at boot. The specific timeout
144 Note: if the watchdog timer is enabled at boot, the user will
148 # Enable watchdog configuration function if watchdog is left enabled at boot
/Zephyr-latest/samples/boards/espressif/flash_encryption/
DREADME.rst10 Once this feature is enabled, firmware is flashed as plaintext and then the data is encrypted
12 recover most flash contents. This is a hardware feature that can be enabled in MCUboot build process
27 With flash encryption enabled, the following types of data are encrypted by default:
53 for keeping the key private and safe as .bin file). After the flash encryption gets enabled
/Zephyr-latest/drivers/sensor/pixart/paa3905/
Dpaa3905.h53 } enabled; member
/Zephyr-latest/boards/
DCMakeLists.txt12 # FIXME: SHADOW_VARS: Remove this once we have enabled -Wshadow globally.
/Zephyr-latest/samples/boards/st/mco/boards/
Dstm32f746g_disco.overlay1 /* The clock that is output must be enabled. */
/Zephyr-latest/samples/sensor/ds18b20/boards/
Dnucleo_g0b1re.overlay12 * b) the UART TX pin only, while the single wire half-duplex mode is enabled.
/Zephyr-latest/samples/bluetooth/pbp_public_broadcast_source/
DKconfig18 This is the 3-octet broadcast ID advertised if static broadcast IDs are enabled.
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dpriv_beacon.c27 shell_print(sh, "Private Beacon state: %u, %u", val.enabled, val.rand_interval); in cmd_priv_beacon_get()
37 val.enabled = shell_strtobool(argv[1], 0, &err); in cmd_priv_beacon_set()
/Zephyr-latest/include/zephyr/linker/common-rom/
Dcommon-rom-init.ld64 * If the code to invoke constructors is not enabled,
74 "GNU-style constructors required but STATIC_INIT_GNU not enabled")
/Zephyr-latest/subsys/retention/
DKconfig.blinfo8 retreiving data from the bootloader when data sharing is enabled.
31 CONFIG_BOOT_SHARE_BACKEND_RETENTION enabled, or the shared
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt/
DCMakeLists.txt9 # when OS Management is enabled.
/Zephyr-latest/drivers/auxdisplay/
Dauxdisplay_hd44780.c79 static void auxdisplay_hd44780_set_display_mode(const struct device *dev, bool enabled);
355 static void auxdisplay_hd44780_set_display_mode(const struct device *dev, bool enabled) in auxdisplay_hd44780_set_display_mode() argument
369 if (enabled) { in auxdisplay_hd44780_set_display_mode()
388 static int auxdisplay_hd44780_cursor_set_enabled(const struct device *dev, bool enabled) in auxdisplay_hd44780_cursor_set_enabled() argument
392 data->cursor_enabled = enabled; in auxdisplay_hd44780_cursor_set_enabled()
399 static int auxdisplay_hd44780_position_blinking_set_enabled(const struct device *dev, bool enabled) in auxdisplay_hd44780_position_blinking_set_enabled() argument
403 data->position_blink_enabled = enabled; in auxdisplay_hd44780_position_blinking_set_enabled()
/Zephyr-latest/modules/mbedtls/
DKconfig60 but has relatively many features enabled. To optimize resources for
130 when debug messages are enabled.
179 is enabled otherwise the build will fail.
187 in mbedtls. If this is enabled, and MBEDTLS_INIT is enabled then the
197 The mbedtls routines will use this heap if enabled.
200 enabled by default.
/Zephyr-latest/doc/connectivity/networking/
Deth_bridge_native_sim_setup.rst13 This setup is useful when testing the Ethernet bridging feature that can be enabled with
69 This will create and run :zephyr:code-sample:`sockets-echo-server` with bridging enabled but
91 Virtual name : <enabled>
98 IPv6 not enabled for this interface.
99 IPv4 not enabled for this interface.
/Zephyr-latest/boards/microchip/mec15xxevb_assy6853/
DKconfig.defconfig26 # If RTOS timer is not enabled we use ARM Cortex-M
/Zephyr-latest/drivers/misc/mcux_flexio/
DKconfig11 and should be enabled by other FlexIO drivers so
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/boards/
Df4_sdmmc48_pll.overlay7 /* Node is disabled by default unless the PLL_I2S is enabled */
/Zephyr-latest/drivers/pwm/
Dpwm_ite_it8801.c54 static void pwm_enable(const struct device *dev, int enabled) in pwm_enable() argument
59 if (enabled) { in pwm_enable()
/Zephyr-latest/doc/services/retention/
Dindex.rst108 enabled with :kconfig:option:`CONFIG_RETENTION`, which requires that
109 :kconfig:option:`CONFIG_RETAINED_MEM` be enabled) by getting the device by
120 When the write function is called, the magic header and checksum (if enabled)
127 Mutex protection of retention areas is enabled by default when applications are
187 The boot mode interface can be enabled with
190 with ``CONFIG_MCUBOOT_SERIAL`` and ``CONFIG_BOOT_SERIAL_BOOT_MODE`` enabled
/Zephyr-latest/dts/common/nordic/
Dnrf52840_partition.dtsi43 * if enabled.

12345678910>>...47