Home
last modified time | relevance | path

Searched refs:setup (Results 76 – 100 of 444) sorted by relevance

12345678910>>...18

/Zephyr-latest/drivers/watchdog/
Dwdt_handlers.c12 K_OOPS(K_SYSCALL_DRIVER_WDT(dev, setup)); in z_vrfy_wdt_setup()
/Zephyr-latest/snippets/xen_dom0/boards/
Dqemu_cortex_a53.overlay20 * Xen passes actual values for setup in domain device tree, but Zephyr
38 * Xen passes actual values for setup in domain device tree, but Zephyr
Drcar_spider_s4_r8a779f0_a55.overlay18 * Xen passes actual values for setup in domain device tree, but Zephyr
36 * Xen passes actual values for setup in domain device tree, but Zephyr
/Zephyr-latest/samples/application_development/external_lib/
DREADME.rst18 your path. This can be setup using chocolatey or by manually installing it.
37 getting the ``Complete package`` setup. Once installed and in the path, build
/Zephyr-latest/tests/subsys/shell/shell_backend_uart/src/
Dmain.c111 static void *setup(void) in setup() function
131 ZTEST_SUITE(shell_backend_uart, NULL, setup, before, after, NULL);
/Zephyr-latest/tests/posix/eventfd/src/
D_main.c86 static void *setup(void) in setup() function
108 ZTEST_SUITE(eventfd, NULL, setup, before, after, NULL);
/Zephyr-latest/boards/microchip/mec1501modular_assy6885/
Dmec1501modular_assy6885_defconfig7 # Make sure external power management setup is as indicated in documentation
/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_shell.c388 resp->setup.responder, in handle_wifi_twt_event()
389 resp->setup.implicit, in handle_wifi_twt_event()
390 resp->setup.announce, in handle_wifi_twt_event()
391 resp->setup.trigger, in handle_wifi_twt_event()
392 resp->setup.twt_wake_interval, in handle_wifi_twt_event()
393 resp->setup.twt_interval); in handle_wifi_twt_event()
1547 params.setup.responder = 0; in cmd_wifi_twt_setup_quick()
1548 params.setup.implicit = 1; in cmd_wifi_twt_setup_quick()
1549 params.setup.trigger = 0; in cmd_wifi_twt_setup_quick()
1550 params.setup.announce = 0; in cmd_wifi_twt_setup_quick()
[all …]
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify/src/
Dgatt_client_test.c303 static void setup(void) in setup() function
337 setup(); in test_main_none()
362 setup(); in test_main_unenhanced()
388 setup(); in test_main_enhanced()
414 setup(); in test_main_mixed()
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/
D__init__.py22 def setup(app: Sphinx) -> dict[str, Any]: function
/Zephyr-latest/tests/net/socket/reuseaddr_reuseport/src/
Dmain.c63 static void *setup(void) in setup() function
529 ZTEST_SUITE(socket_reuseaddr_test_suite, NULL, setup, NULL, NULL, NULL);
753 enum sockets_reuseport_enabled setup) in test_reuseport_udp_server_client_common() argument
773 if (setup == FIRST_SET || setup == BOTH_SET) { in test_reuseport_udp_server_client_common()
800 if (setup == SECOND_SET || setup == BOTH_SET) { in test_reuseport_udp_server_client_common()
805 if (setup == BOTH_SET) { in test_reuseport_udp_server_client_common()
825 if (setup == BOTH_SET) { in test_reuseport_udp_server_client_common()
976 ZTEST_SUITE(socket_reuseport_test_suite, NULL, setup, NULL, NULL, NULL);
/Zephyr-latest/boards/common/
Dmisc.board.cmake3 # Please use this sparingly and only when if your setup is exotic and
/Zephyr-latest/samples/net/capture/
DREADME.rst10 This application will setup the device so that net-shell can be used
42 The ``net-tools`` project contains ``net-setup.sh`` script that can be used to setup
49 ./net-setup.sh -c zeth-tunnel.conf
143 Next the monitoring is setup so that captured packets are sent as a payload
148 uart:~$ net capture setup 192.0.2.2 2001:db8:200::1 2001:db8:200::2
149 Capture setup done, next enable it by "net capture enable <idx>"
/Zephyr-latest/samples/net/gptp/
DREADME.rst12 queues) and setup VLANs (if enabled). The net-shell is also enabled so that
52 :zephyr_file:`samples/net/vlan/vlan-setup-linux.sh` provides a script that can be
55 the ``net-setup.sh`` will create VLAN setup automatically with this command:
59 ./net-setup.sh -c zeth-vlan.conf
161 sudo ./net-setup.sh -c zeth0-gptp.conf -i zeth0 start
162 sudo ./net-setup.sh -c zeth1-gptp.conf -i zeth1 start
/Zephyr-latest/drivers/usb/udc/
Dudc_common.h291 struct usb_setup_packet *setup = (void *)buf->data; in udc_data_stage_length() local
293 return sys_le16_to_cpu(setup->wLength); in udc_data_stage_length()
/Zephyr-latest/doc/develop/getting_started/
Dinstallation_win.rst1 .. _win-setup-alts:
3 Windows alternative setup instructions
/Zephyr-latest/doc/connectivity/networking/
Dnative_sim_setup.rst55 ./net-setup.sh
57 You can tweak the behavior of the net-setup.sh script. See various options
58 by running ``net-setup.sh`` like this:
62 ./net-setup.sh --help
101 setup a virtual network interface on the host machine. This means that no
/Zephyr-latest/cmake/modules/
Ddoc.cmake16 # The Zephyr package required for documentation build setup.
/Zephyr-latest/boards/efinix/titanium_ti60_f225/doc/
Dindex.rst20 Sapphire SoC setup on the FPGA guide
23 Guide to setup the SoC found at `Efinix-Zephyr`_
/Zephyr-latest/modules/thrift/src/thrift/transport/
DTSSLSocket.cpp360 setup(ssl); in createSocket()
368 setup(ssl); in createSocket()
375 setup(ssl); in createSocket()
384 setup(ssl); in createSocket()
391 setup(ssl); in createSocket()
400 setup(ssl); in createSocket()
406 void TSSLSocketFactory::setup(std::shared_ptr<TSSLSocket> ssl) in setup() function in apache::thrift::transport::TSSLSocketFactory
/Zephyr-latest/samples/subsys/ipc/openamp_rsc_table/
DREADME.rst33 Linux setup
38 Zephyr setup
89 Linux setup
94 Zephyr setup
/Zephyr-latest/include/zephyr/usb/
Dusbd.h138 const struct usb_setup_packet *const setup,
142 const struct usb_setup_packet *const setup,
218 struct usb_setup_packet setup; member
337 const struct usb_setup_packet *const setup,
342 const struct usb_setup_packet *const setup,
/Zephyr-latest/subsys/bluetooth/audio/
DKconfig.micp53 int "Maximum number of Audio Input Control Service instances to setup"
58 instances to setup and use.
/Zephyr-latest/doc/develop/west/
Dmoving-to-west.rst6 To convert a "pre-west" Zephyr setup on your computer to west, follow these
46 workspace, and does some other setup. It will not change the contents of
/Zephyr-latest/tests/drivers/interrupt_controller/multi_level_backend/src/
Dmain.c163 static void *setup(void) in setup() function
178 ZTEST_SUITE(intc_multi_level_backend, NULL, setup, NULL, NULL, NULL);

12345678910>>...18