Home
last modified time | relevance | path

Searched refs:enabled (Results 126 – 150 of 1169) sorted by relevance

12345678910>>...47

/Zephyr-latest/boards/nxp/lpcxpresso54114/
DKconfig.defconfig6 # Place size restrictions on first image if dual core is enabled
/Zephyr-latest/samples/drivers/counter/maxim_ds3231/
DKconfig9 If enabled this reads the RTC then sets it so that uptime
/Zephyr-latest/boards/particle/boron/doc/
Dindex.rst6 The Particle Boron is a cellular-enabled development board with a
73 * TWI0 enabled on labeled header (SDA/SCL)
74 * TWI1 enabled for internal power management ICs
87 * UARTE0 enabled RX/TX on labeled header (UART1); add RTS/CTS with overlay
/Zephyr-latest/doc/hardware/cache/
Dindex.rst25 caching may still be enabled depending on the hardware defaults.
27 All the code paths related to cache control must be conditionally enabled
29 enabled and used.
40 When this option is enabled we assume that all the cache functions are
/Zephyr-latest/soc/microchip/mec/mec15xx/
DKconfig55 Debug port is disabled, JTAG/SWD cannot be enabled. JTAG_RST#
65 bool "Debug support via Serial wire debug with tracing enabled"
67 JTAG port is enabled in SWD mode. Refer to tracing options
/Zephyr-latest/samples/subsys/usb/uac2_explicit_feedback/src/
Dmain.c55 bool enabled, bool microframes, in uac2_terminal_update_cb() argument
67 ctx->terminal_enabled = enabled; in uac2_terminal_update_cb()
68 if (ctx->i2s_started && !enabled) { in uac2_terminal_update_cb()
/Zephyr-latest/samples/bluetooth/peripheral_hr/src/
Dmain.c69 static void hrs_ntf_changed(bool enabled) in hrs_ntf_changed() argument
71 hrf_ntf_enabled = enabled; in hrs_ntf_changed()
74 enabled ? "enabled" : "disabled"); in hrs_ntf_changed()
/Zephyr-latest/subsys/bluetooth/crypto/
DCMakeLists.txt14 message(WARNING "CONFIG_BT_CRYPTO_LOG_LEVEL_DBG is enabled.
/Zephyr-latest/boards/nordic/nrf52dk/
Dnrf52dk_nrf52805_defconfig19 # Bluetooth not enabled by default on nRF52805 due to RAM limitations when
Dnrf52dk_nrf52810_defconfig19 # Bluetooth not enabled by default on nRF52810 due to RAM limitations when
/Zephyr-latest/drivers/memc/
DKconfig.mspi10 MSPI MEMC drivers are enabled.
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dsrpl_srv.rst7 mesh specification. The model is enabled if the node has the :ref:`bluetooth_mesh_od_srv` enabled.
/Zephyr-latest/samples/drivers/led/is31fl3216a/
DREADME.rst33 with compatible :dtcompatible:`issi,is31fl3216a` enabled, along with the relevant
34 bus controller node also being enabled.
/Zephyr-latest/modules/zcbor/
DKconfig27 bool "Stop on error when processing (Must also be enabled in state var)"
30 needs to be enabled in the state variable
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/
DCMakeLists.txt9 # when Image Management is enabled.
/Zephyr-latest/include/zephyr/linker/
Dirq-vector-table-section.ld11 * arch/arm/core/vector_table.ld when the IRQ vector table is enabled.
/Zephyr-latest/subsys/net/l2/ethernet/
Dethernet_mgmt.c330 params->qav_param.enabled = config.qav_param.enabled; in ethernet_get_config()
368 params->qbv_param.enabled = config.qbv_param.enabled; in ethernet_get_config()
408 params->qbu_param.enabled = config.qbu_param.enabled; in ethernet_get_config()
/Zephyr-latest/doc/develop/languages/c/
Dnewlib.rst36 This variant can be enabled by selecting the
50 This variant can be enabled by selecting the
72 :kconfig:option:`CONFIG_NEWLIB_LIBC_FLOAT_SCANF` to be enabled.
101 When userspace is enabled, the Newlib internal heap allocator memory pool is
108 * When MMU is enabled (:kconfig:option:`CONFIG_MMU` is selected), the amount of
114 * When MPU is enabled and the MPU requires power-of-two partition size and
/Zephyr-latest/drivers/ethernet/
Deth_ivshmem.c42 bool enabled; member
68 dev_data->enabled = true; in eth_ivshmem_start()
80 dev_data->enabled = false; in eth_ivshmem_stop()
212 if (dev_data->enabled && dev_data->state == ETH_IVSHMEM_STATE_READY) { in eth_ivshmem_state_update()
215 } else if (!dev_data->enabled && dev_data->state == ETH_IVSHMEM_STATE_RUN) { in eth_ivshmem_state_update()
/Zephyr-latest/subsys/bluetooth/controller/coex/
DKconfig16 When enabled Coexistence device implementation is included in
/Zephyr-latest/samples/bluetooth/hci_uart/dts/arm/nordic/
Doverride.dtsi3 * levels for Exceptions and ZLI (if enabled).
/Zephyr-latest/subsys/fs/
DKconfig11 enabled without CONFIG_FILE_SYSTEM to enable applications
37 Specify the maximum file name allowed across all enabled file
39 file name length for enabled in-tree file systems. This
50 automount is enabled, the initialization should be done after
/Zephyr-latest/drivers/auxdisplay/
Dauxdisplay_jhd1313.c172 static int auxdisplay_jhd1313_cursor_set_enabled(const struct device *dev, bool enabled) in auxdisplay_jhd1313_cursor_set_enabled() argument
177 data->cursor = enabled; in auxdisplay_jhd1313_cursor_set_enabled()
181 static int auxdisplay_jhd1313_position_blinking_set_enabled(const struct device *dev, bool enabled) in auxdisplay_jhd1313_position_blinking_set_enabled() argument
186 data->blinking = enabled; in auxdisplay_jhd1313_position_blinking_set_enabled()
/Zephyr-latest/include/zephyr/bluetooth/services/
Dcts.h62 void (*notification_changed)(bool enabled);
/Zephyr-latest/boards/nxp/twr_ke18f/
DKconfig.defconfig13 # and userspace. Only enable HW stack protection if userspace is not enabled.

12345678910>>...47