/Zephyr-latest/drivers/peci/ |
D | peci_mchp_xec.c | 513 .enable = peci_xec_enable,
|
/Zephyr-latest/cmake/compiler/arcmwdt/ |
D | compiler_flags.cmake | 156 # Flag to keep DWARF information (enable debug info)
|
/Zephyr-latest/doc/kernel/services/data_passing/ |
D | pipes.rst | 7 to another thread. Pipes enable efficient inter-thread communication and can
|
/Zephyr-latest/doc/develop/api/ |
D | design_guidelines.rst | 102 The Kconfig flag used to enable the feature should be added to the
|
/Zephyr-latest/doc/develop/languages/c/ |
D | picolibc.rst | 74 enable :kconfig:option:`CONFIG_PICOLIBC_SUPPORTED`. For example,
|
/Zephyr-latest/samples/bluetooth/hci_uart_async/ |
D | README.rst | 114 application. To enable debug over RTT the debug configuration file can be used.
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.ipv6 | 96 length IPv6 packets (1280 bytes). If you enable fragmentation 254 set filters at runtime and it is possible to enable or disable
|
D | Kconfig.ipv4 | 128 outgoing packets to the MTU (1500 bytes for Ethernet). If you enable
|
/Zephyr-latest/doc/services/debugging/ |
D | coredump.rst | 16 * ``DEBUG_COREDUMP``: enable the module. 18 Here are the options to enable output backends for core dump:
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | mcumgr_callbacks.rst | 228 /** Used to enable all user_one events. */ 285 enable the new notification system in addition to any migrations):
|
/Zephyr-latest/samples/net/mqtt_publisher/ |
D | README.rst | 182 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/ |
D | smp.c | 2694 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/ |
D | i3c_dw.c | 1925 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/ |
D | tips.rst | 199 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/ |
D | build-flash-debug.rst | 241 :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/ |
D | bt.c | 3147 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/ |
D | spelling.txt | 580 eanable||enable 581 eanble||enable 595 enbale||enable 596 enble||enable
|
/Zephyr-latest/soc/espressif/common/ |
D | Kconfig.esptool | 24 please enable `ESPTOOLPY_OCT_FLASH` option, then you can choose `DTR` sample mode
|
/Zephyr-latest/drivers/regulator/ |
D | regulator_shell.c | 544 SHELL_CMD_ARG(enable, &dsub_device_name,
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_k2x.dtsi | 73 enable-external-reference;
|
/Zephyr-latest/boards/snps/iotdk/doc/ |
D | index.rst | 98 serial output via the USB-UART on the board. To enable serial output:
|
/Zephyr-latest/dts/riscv/ |
D | riscv32-litex-vexriscv.dtsi | 277 reg-names = "enable", "width", "period";
|
/Zephyr-latest/drivers/video/ |
D | ov7725.c | 520 static int ov7725_set_stream(const struct device *dev, bool enable) in ov7725_set_stream() argument
|
/Zephyr-latest/boards/nordic/nrf21540dk/doc/ |
D | index.rst | 200 low-power-enable;
|
/Zephyr-latest/boards/nxp/mimxrt685_evk/ |
D | mimxrt685_evk_mimxrt685s_cm33.dts | 228 nxp,enable-modesel-pins;
|