Home
last modified time | relevance | path

Searched refs:enable (Results 1701 – 1725 of 1971) sorted by relevance

1...<<61626364656667686970>>...79

/Zephyr-latest/drivers/peci/
Dpeci_mchp_xec.c513 .enable = peci_xec_enable,
/Zephyr-latest/cmake/compiler/arcmwdt/
Dcompiler_flags.cmake156 # Flag to keep DWARF information (enable debug info)
/Zephyr-latest/doc/kernel/services/data_passing/
Dpipes.rst7 to another thread. Pipes enable efficient inter-thread communication and can
/Zephyr-latest/doc/develop/api/
Ddesign_guidelines.rst102 The Kconfig flag used to enable the feature should be added to the
/Zephyr-latest/doc/develop/languages/c/
Dpicolibc.rst74 enable :kconfig:option:`CONFIG_PICOLIBC_SUPPORTED`. For example,
/Zephyr-latest/samples/bluetooth/hci_uart_async/
DREADME.rst114 application. To enable debug over RTT the debug configuration file can be used.
/Zephyr-latest/subsys/net/ip/
DKconfig.ipv696 length IPv6 packets (1280 bytes). If you enable fragmentation
254 set filters at runtime and it is possible to enable or disable
DKconfig.ipv4128 outgoing packets to the MTU (1500 bytes for Ethernet). If you enable
/Zephyr-latest/doc/services/debugging/
Dcoredump.rst16 * ``DEBUG_COREDUMP``: enable the module.
18 Here are the options to enable output backends for core dump:
/Zephyr-latest/doc/services/device_mgmt/
Dmcumgr_callbacks.rst228 /** Used to enable all user_one events. */
285 enable the new notification system in addition to any migrations):
/Zephyr-latest/samples/net/mqtt_publisher/
DREADME.rst182 To enable it, use ``-DEXTRA_CONF_FILE=overlay-socks5.conf`` when running ``west
212 should enable TLS offloading, upload the server's certificate
/Zephyr-latest/subsys/bluetooth/host/
Dsmp.c2694 void bt_set_bondable(bool enable) in bt_set_bondable() argument
2696 bondable = enable; in bt_set_bondable()
2704 void bt_le_oob_set_sc_flag(bool enable) in bt_le_oob_set_sc_flag() argument
2706 sc_oobd_present = enable; in bt_le_oob_set_sc_flag()
2709 void bt_le_oob_set_legacy_flag(bool enable) in bt_le_oob_set_legacy_flag() argument
2711 legacy_oobd_present = enable; in bt_le_oob_set_legacy_flag()
5498 int bt_conn_set_bondable(struct bt_conn *conn, bool enable) in bt_conn_set_bondable() argument
5508 if (enable && atomic_test_and_set_bit(conn->flags, BT_CONN_BR_BONDABLE)) { in bt_conn_set_bondable()
5511 if (!enable && !atomic_test_and_clear_bit(conn->flags, BT_CONN_BR_BONDABLE)) { in bt_conn_set_bondable()
5522 if (atomic_cas(&smp->bondable, BT_SMP_BONDABLE_UNINITIALIZED, (atomic_val_t)enable)) { in bt_conn_set_bondable()
/Zephyr-latest/drivers/i3c/
Di3c_dw.c1925 static void dw_i3c_enable_controller(const struct dw_i3c_config *config, bool enable) in dw_i3c_enable_controller() argument
1929 if (enable) { in dw_i3c_enable_controller()
2197 static int dw_i3c_pinctrl_enable(const struct device *dev, bool enable) in dw_i3c_pinctrl_enable() argument
2201 uint8_t state = enable ? PINCTRL_STATE_DEFAULT : PINCTRL_STATE_SLEEP; in dw_i3c_pinctrl_enable()
2213 ARG_UNUSED(enable); in dw_i3c_pinctrl_enable()
/Zephyr-latest/doc/build/kconfig/
Dtips.rst199 that enable ``USB_CONSOLE`` now also need to enable ``CONSOLE``:
672 issues, like unused symbols and symbols that are impossible to enable. Use
895 doesn't force a value. For example, the following code could be used to enable
964 toggled off to enable neither of the symbols.
/Zephyr-latest/doc/develop/west/
Dbuild-flash-debug.rst241 :file:`enable-modem.overlay`, using that file as a
244 west build -b reel_board -- -DDTC_OVERLAY_FILE=enable-modem.overlay
269 For example, to always enable :makevar:`CMAKE_EXPORT_COMPILE_COMMANDS`, you can
278 To enable :makevar:`CMAKE_VERBOSE_MAKEFILE`, so CMake always produces a verbose
289 For example, to enable both :makevar:`CMAKE_EXPORT_COMPILE_COMMANDS` and
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c3147 bool enable; in cmd_set_path_loss_reporting_enable() local
3155 enable = shell_strtobool(argv[1], 10, &err); in cmd_set_path_loss_reporting_enable()
3161 err = bt_conn_le_set_path_loss_mon_enable(default_conn, enable); in cmd_set_path_loss_reporting_enable()
3873 bool enable; in cmd_conn_bondable() local
3880 enable = shell_strtobool(argv[1], 0, &err); in cmd_conn_bondable()
3888 err = bt_conn_set_bondable(default_conn, enable); in cmd_conn_bondable()
4968 SHELL_CMD_ARG(set-power-report-enable, NULL, HELP_NONE, cmd_set_power_report_enable, 3, 0),
4974 SHELL_CMD_ARG(path-loss-monitoring-enable, NULL, "<enable: true, false>",
/Zephyr-latest/scripts/
Dspelling.txt580 eanable||enable
581 eanble||enable
595 enbale||enable
596 enble||enable
/Zephyr-latest/soc/espressif/common/
DKconfig.esptool24 please enable `ESPTOOLPY_OCT_FLASH` option, then you can choose `DTR` sample mode
/Zephyr-latest/drivers/regulator/
Dregulator_shell.c544 SHELL_CMD_ARG(enable, &dsub_device_name,
/Zephyr-latest/dts/arm/nxp/
Dnxp_k2x.dtsi73 enable-external-reference;
/Zephyr-latest/boards/snps/iotdk/doc/
Dindex.rst98 serial output via the USB-UART on the board. To enable serial output:
/Zephyr-latest/dts/riscv/
Driscv32-litex-vexriscv.dtsi277 reg-names = "enable", "width", "period";
/Zephyr-latest/drivers/video/
Dov7725.c520 static int ov7725_set_stream(const struct device *dev, bool enable) in ov7725_set_stream() argument
/Zephyr-latest/boards/nordic/nrf21540dk/doc/
Dindex.rst200 low-power-enable;
/Zephyr-latest/boards/nxp/mimxrt685_evk/
Dmimxrt685_evk_mimxrt685s_cm33.dts228 nxp,enable-modesel-pins;

1...<<61626364656667686970>>...79