Home
last modified time | relevance | path

Searched refs:enable (Results 1826 – 1850 of 1971) sorted by relevance

1...<<717273747576777879

/Zephyr-latest/subsys/testsuite/ztest/
DKconfig8 Enable the Zephyr testing framework. You should enable this only
/Zephyr-latest/subsys/net/l2/openthread/
DKconfig338 Set y to enable software CSMA backoff. The option can be disabled if
/Zephyr-latest/doc/develop/west/
Dmanifest.rst94 # a list of project groups to enable or disable
561 enable or disable groups.
589 You can enable or disable project groups using ``group-filter``. Projects whose
630 All project groups are enabled by default. You can enable or disable groups in
634 enable and disable.
636 To enable a group, prefix its name with a plus sign (+). For example,
672 is a comma-separated list of groups to enable and/or disable.
674 To enable a group, add its name to the list prefixed with ``+``. To disable a
/Zephyr-latest/subsys/net/ip/
Dnet_if.c5712 if (!net_if_l2(iface) || !net_if_l2(iface)->enable) { in net_if_up()
5741 status = net_if_l2(iface)->enable(iface, true); in net_if_up()
5778 if (!net_if_l2(iface) || !net_if_l2(iface)->enable) { in net_if_down()
5783 status = net_if_l2(iface)->enable(iface, false); in net_if_down()
5860 static int promisc_mode_set(struct net_if *iface, bool enable) in promisc_mode_set() argument
5875 int ret = net_eth_promisc_mode(iface, enable); in promisc_mode_set()
5882 ARG_UNUSED(enable); in promisc_mode_set()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_filter.c483 uint8_t ll_rl_enable(uint8_t enable) in ll_rl_enable() argument
489 switch (enable) { in ll_rl_enable()
/Zephyr-latest/drivers/ieee802154/
Dieee802154_dw1000.c312 bool enable) in dwt_setup_int() argument
316 unsigned int flags = enable in dwt_setup_int()
/Zephyr-latest/doc/releases/
Drelease-notes-1.6.rst99 * Added raw HCI API to enable physical HCI transport for a Controller-only build.
285 * ``ZEP-601`` - enable CONFIG_DEBUG_INFO
Drelease-notes-1.9.rst211 * ``ZEP-601`` - enable CONFIG_DEBUG_INFO
306 * ``ZEP-2368`` - x86: QEMU: enable MMU at boot by default
Drelease-notes-2.4.rst178 * Supporting architectures will implement ``arch_mem_map()`` and enable
575 by the application in order to enable the USB subsystem. If your
577 it shall also enable the USB subsystem:
628 * Added "net tcp recv" command to net shell to enable TCP RX in manual testing.
1151 …verage: qemu platforms: sanitycheck generates many ``unexpected eof`` failures when enable coverage
1173 * :github:`27396` - samples/subsys/logging/logger timeout when sanitycheck enable coverage, it need…
1339 * :github:`26628` - Couldn't find Definition for CTE transmit and enable command for Connectionless…
1436 * :github:`26220` - OpenThread L2 does not implement ``enable`` API function
1587 * :github:`25215` - enable modules to append to $DTS_ROOT
1613 * :github:`24745` - Mitigate changes in peripheral enable state after Kconfig replaced by DT status
[all …]
Dmigration-guide-3.6.rst72 To enable them again use the ``west config manifest.project-filter -- +<module
74 enable all optional modules, and then run ``west update`` again.
658 * To enable the zbus HLP priority boost, the developer must call the
/Zephyr-latest/tests/drivers/build_all/sensor/
Di2c.dtsi221 enable-selftest;
710 enable-channel = <1 0 0>;
/Zephyr-latest/drivers/pwm/
Dpwm_renesas_rz_gpt.c367 err = cfg->fsp_api->enable(data->fsp_ctrl); in pwm_rz_gpt_enable_capture()
/Zephyr-latest/dts/arm/nxp/
Dnxp_k6x.dtsi100 enable-external-reference;
/Zephyr-latest/subsys/bluetooth/host/
DKconfig.gatt160 When enable this option blocks notification and indications to client
/Zephyr-latest/boards/u-blox/ubx_bmd380eval/doc/
Dindex.rst473 low-power-enable;
/Zephyr-latest/doc/connectivity/networking/
Dqemu_setup.rst179 To enable IPv4 forwarding the following command should be run as root:
/Zephyr-latest/boards/oct/osd32mp1_brk/doc/
Dosd32mp1_brk.rst182 by the Linux Remoteproc Framework on Cortex®-A7 core. To enable the USART2 console, modify
/Zephyr-latest/cmake/modules/
Dkernel.cmake122 # We enable it unconditionally, as this is also useful for several IDEs
/Zephyr-latest/drivers/bluetooth/hci/
DKconfig285 solution to enable small-form-factor IoT designs.
/Zephyr-latest/drivers/misc/coresight/
Dnrf_etr.c928 .enable = etr_shell_enable,
/Zephyr-latest/doc/develop/flash_debug/
Dnordic_segger.rst161 To use RTT, you will first need to enable it by adding the following lines in your ``.conf`` file:
/Zephyr-latest/boards/nxp/frdm_k22f/doc/
Dindex.rst10 - Peripherals enable rapid prototyping, including a 6-axis digital
/Zephyr-latest/kernel/
Dthread.c48 .enable = z_thread_stats_enable,
/Zephyr-latest/samples/net/sockets/http_server/
DREADME.rst92 enable usage of HTTP/2. If using Firefox, it may also be required to change the setting
/Zephyr-latest/boards/u-blox/ubx_bmd340eval/doc/
Dindex.rst476 low-power-enable;

1...<<717273747576777879