/Zephyr-latest/boards/nxp/lpcxpresso54114/ |
D | Kconfig.defconfig | 6 # Place size restrictions on first image if dual core is enabled
|
/Zephyr-latest/samples/drivers/counter/maxim_ds3231/ |
D | Kconfig | 9 If enabled this reads the RTC then sets it so that uptime
|
/Zephyr-latest/boards/particle/boron/doc/ |
D | index.rst | 6 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/ |
D | index.rst | 25 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/ |
D | Kconfig | 55 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/ |
D | main.c | 55 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/ |
D | main.c | 69 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/ |
D | CMakeLists.txt | 14 message(WARNING "CONFIG_BT_CRYPTO_LOG_LEVEL_DBG is enabled.
|
/Zephyr-latest/boards/nordic/nrf52dk/ |
D | nrf52dk_nrf52805_defconfig | 19 # Bluetooth not enabled by default on nRF52805 due to RAM limitations when
|
D | nrf52dk_nrf52810_defconfig | 19 # Bluetooth not enabled by default on nRF52810 due to RAM limitations when
|
/Zephyr-latest/drivers/memc/ |
D | Kconfig.mspi | 10 MSPI MEMC drivers are enabled.
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | srpl_srv.rst | 7 mesh specification. The model is enabled if the node has the :ref:`bluetooth_mesh_od_srv` enabled.
|
/Zephyr-latest/samples/drivers/led/is31fl3216a/ |
D | README.rst | 33 with compatible :dtcompatible:`issi,is31fl3216a` enabled, along with the relevant 34 bus controller node also being enabled.
|
/Zephyr-latest/modules/zcbor/ |
D | Kconfig | 27 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/ |
D | CMakeLists.txt | 9 # when Image Management is enabled.
|
/Zephyr-latest/include/zephyr/linker/ |
D | irq-vector-table-section.ld | 11 * arch/arm/core/vector_table.ld when the IRQ vector table is enabled.
|
/Zephyr-latest/subsys/net/l2/ethernet/ |
D | ethernet_mgmt.c | 330 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/ |
D | newlib.rst | 36 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/ |
D | eth_ivshmem.c | 42 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/ |
D | Kconfig | 16 When enabled Coexistence device implementation is included in
|
/Zephyr-latest/samples/bluetooth/hci_uart/dts/arm/nordic/ |
D | override.dtsi | 3 * levels for Exceptions and ZLI (if enabled).
|
/Zephyr-latest/subsys/fs/ |
D | Kconfig | 11 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/ |
D | auxdisplay_jhd1313.c | 172 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/ |
D | cts.h | 62 void (*notification_changed)(bool enabled);
|
/Zephyr-latest/boards/nxp/twr_ke18f/ |
D | Kconfig.defconfig | 13 # and userspace. Only enable HW stack protection if userspace is not enabled.
|