/Zephyr-latest/drivers/watchdog/ |
D | wdt_handlers.c | 12 K_OOPS(K_SYSCALL_DRIVER_WDT(dev, setup)); in z_vrfy_wdt_setup()
|
/Zephyr-latest/snippets/xen_dom0/boards/ |
D | qemu_cortex_a53.overlay | 20 * 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
|
D | rcar_spider_s4_r8a779f0_a55.overlay | 18 * 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/ |
D | README.rst | 18 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/ |
D | main.c | 111 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.c | 86 static void *setup(void) in setup() function 108 ZTEST_SUITE(eventfd, NULL, setup, before, after, NULL);
|
/Zephyr-latest/boards/microchip/mec1501modular_assy6885/ |
D | mec1501modular_assy6885_defconfig | 7 # Make sure external power management setup is as indicated in documentation
|
/Zephyr-latest/subsys/net/l2/wifi/ |
D | wifi_shell.c | 388 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/ |
D | gatt_client_test.c | 303 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__.py | 22 def setup(app: Sphinx) -> dict[str, Any]: function
|
/Zephyr-latest/tests/net/socket/reuseaddr_reuseport/src/ |
D | main.c | 63 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/ |
D | misc.board.cmake | 3 # Please use this sparingly and only when if your setup is exotic and
|
/Zephyr-latest/samples/net/capture/ |
D | README.rst | 10 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/ |
D | README.rst | 12 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/ |
D | udc_common.h | 291 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/ |
D | installation_win.rst | 1 .. _win-setup-alts: 3 Windows alternative setup instructions
|
/Zephyr-latest/doc/connectivity/networking/ |
D | native_sim_setup.rst | 55 ./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/ |
D | doc.cmake | 16 # The Zephyr package required for documentation build setup.
|
/Zephyr-latest/boards/efinix/titanium_ti60_f225/doc/ |
D | index.rst | 20 Sapphire SoC setup on the FPGA guide 23 Guide to setup the SoC found at `Efinix-Zephyr`_
|
/Zephyr-latest/modules/thrift/src/thrift/transport/ |
D | TSSLSocket.cpp | 360 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/ |
D | README.rst | 33 Linux setup 38 Zephyr setup 89 Linux setup 94 Zephyr setup
|
/Zephyr-latest/include/zephyr/usb/ |
D | usbd.h | 138 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/ |
D | Kconfig.micp | 53 int "Maximum number of Audio Input Control Service instances to setup" 58 instances to setup and use.
|
/Zephyr-latest/doc/develop/west/ |
D | moving-to-west.rst | 6 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/ |
D | main.c | 163 static void *setup(void) in setup() function 178 ZTEST_SUITE(intc_multi_level_backend, NULL, setup, NULL, NULL, NULL);
|