/Zephyr-latest/doc/develop/west/ |
D | install.rst | 65 *One-time setup*: 71 *Permanent setup*: 79 *One-time setup*: 85 *Permanent setup*: 93 *One-time setup*: 99 *Permanent setup*:
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-dev.rst | 26 .. _bluetooth-hw-setup: 28 Hardware setup 34 one or another setup to match your needs. 38 #. :ref:`Embedded <bluetooth-hw-setup-embedded>` 39 #. :ref:`External controller <bluetooth-hw-setup-external-ll>` 41 - :ref:`QEMU host <bluetooth-hw-setup-qemu-host>` 42 - :ref:`native_sim host <bluetooth-hw-setup-native-sim-host>` 44 #. :ref:`Simulated nRF5x with BabbleSim <bluetooth-hw-setup-bsim>` 46 .. _bluetooth-hw-setup-embedded: argument 51 This setup relies on all software running directly on the embedded platform(s) [all …]
|
D | bluetooth-qual.rst | 6 Qualification setup 16 The setup is described in more details in the pages linked below.
|
/Zephyr-latest/drivers/xen/ |
D | gnttab.c | 302 struct gnttab_setup_table setup; in gnttab_init() local 327 setup.dom = DOMID_SELF; in gnttab_init() 328 setup.nr_frames = NR_GRANT_FRAMES; in gnttab_init() 329 set_xen_guest_handle(setup.frame_list, frames); in gnttab_init() 330 rc = HYPERVISOR_grant_table_op(GNTTABOP_setup_table, &setup, 1); in gnttab_init() 331 __ASSERT((!rc) && (!setup.status), "Table setup failed; status = %s\n", in gnttab_init() 332 gnttabop_error(setup.status)); in gnttab_init()
|
/Zephyr-latest/subsys/usb/device/ |
D | bos.c | 54 int usb_handle_bos(struct usb_setup_packet *setup, in usb_handle_bos() argument 57 if (USB_GET_DESCRIPTOR_TYPE(setup->wValue) == USB_DESC_BOS) { in usb_handle_bos()
|
/Zephyr-latest/tests/net/socket/socketpair/src/ |
D | _main.c | 18 static void *setup(void) in setup() function 49 ZTEST_SUITE(net_socketpair, NULL, setup, before, after, NULL);
|
/Zephyr-latest/samples/net/sockets/echo_client/ |
D | Kconfig | 11 The value depends on your network setup. 16 The value depends on your network setup. 30 The value depends on your network setup. 35 The value depends on your network setup.
|
/Zephyr-latest/subsys/usb/device_next/ |
D | usbd_class_api.h | 63 struct usb_setup_packet *const setup, in usbd_class_control_to_host() argument 69 return api->control_to_host(c_data, setup, buf); in usbd_class_control_to_host() 96 struct usb_setup_packet *const setup, in usbd_class_control_to_dev() argument 102 return api->control_to_dev(c_data, setup, buf); in usbd_class_control_to_dev()
|
D | usbd_endpoint.c | 61 struct usb_setup_packet *setup = usbd_get_setup_pkt(uds_ctx); in usbd_ep_ctrl_set_zlp() local 63 size_t min_len = MIN(setup->wLength, buf->len); in usbd_ep_ctrl_set_zlp() 86 if (setup->wLength > min_len && !(min_len % mps0)) { in usbd_ep_ctrl_set_zlp() 92 setup->wLength, min_len); in usbd_ep_ctrl_set_zlp()
|
/Zephyr-latest/samples/net/capture/ |
D | Kconfig | 12 Use overlay-tunnel.conf to setup the tunnel support. 18 The value depends on your network setup.
|
/Zephyr-latest/samples/boards/nxp/s32/netc/ |
D | Kconfig | 11 The value depends on your network setup. 16 The value depends on your network setup.
|
/Zephyr-latest/tests/drivers/uart/uart_elementary/ |
D | README.txt | 5 Hardware setup required for these tests: 12 - UART callback setup,
|
/Zephyr-latest/samples/subsys/dap/src/ |
D | main.c | 180 static int msosv2_vendor_handle_req(struct usb_setup_packet *setup, in msosv2_vendor_handle_req() argument 183 if (usb_reqtype_is_to_device(setup)) { in msosv2_vendor_handle_req() 187 if (setup->bRequest == WEBUSB_VENDOR_CODE && setup->wIndex == 0x02) { in msosv2_vendor_handle_req() 196 if (setup->bRequest == WINUSB_VENDOR_CODE && in msosv2_vendor_handle_req() 197 setup->wIndex == MS_OS_20_DESCRIPTOR_INDEX) { in msosv2_vendor_handle_req()
|
/Zephyr-latest/subsys/usb/device/class/netusb/ |
D | function_ecm.c | 189 static int ecm_class_handler(struct usb_setup_packet *setup, int32_t *len, in ecm_class_handler() argument 193 *len, setup->bmRequestType, setup->bRequest, in ecm_class_handler() 201 if (setup->bmRequestType != USB_CDC_ECM_REQ_TYPE) { in ecm_class_handler() 209 if (setup->bRequest == USB_CDC_SET_ETH_PKT_FILTER) { in ecm_class_handler() 211 setup->wIndex, setup->wValue); in ecm_class_handler()
|
/Zephyr-latest/samples/net/lldp/ |
D | README.rst | 5 Enable LLDP support and setup VLANs. 11 LLDP support and setup VLANs if needed. 42 :zephyr_file:`samples/net/vlan/vlan-setup-linux.sh` provides a script that can be
|
/Zephyr-latest/tests/drivers/regulator/fixed/src/ |
D | main.c | 53 void *setup(void) in setup() function 61 ZTEST_SUITE(regulator_fixed, NULL, setup, NULL, NULL, NULL);
|
/Zephyr-latest/drivers/usb/udc/ |
D | udc_nrf.c | 323 nrf_usbd_common_setup_t *setup; in udc_event_xfer_setup() local 335 setup = (nrf_usbd_common_setup_t *)buf->data; in udc_event_xfer_setup() 336 nrf_usbd_common_setup_get(setup); in udc_event_xfer_setup() 362 setup->bmRequestType == 0 && in udc_event_xfer_setup() 363 setup->bRequest == USB_SREQ_SET_ADDRESS; in udc_event_xfer_setup() 365 if (setup->wLength) { in udc_event_xfer_setup() 386 setup->wValue &= 0x7F; in udc_event_xfer_setup() 387 setup->wIndex = 0; in udc_event_xfer_setup() 397 setup->bmRequestType = 0; in udc_event_xfer_setup() 398 setup->bRequest = USB_SREQ_SET_ADDRESS; in udc_event_xfer_setup() [all …]
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/ |
D | setup.py | 7 setuptools.setup()
|
/Zephyr-latest/include/zephyr/drivers/ |
D | bluetooth.h | 103 int (*setup)(const struct device *dev, member 188 if (api->setup == NULL) { in bt_hci_setup() 192 return api->setup(dev, params); in bt_hci_setup()
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/src/ |
D | main.cpp | 26 setup(); in main()
|
D | main_functions.hpp | 28 void setup(void);
|
/Zephyr-latest/samples/net/vlan/ |
D | README.rst | 10 The VLAN sample application for Zephyr will setup two virtual LAN networks. 26 file when running :file:`net-setup.sh` script in Linux like this: 30 ./net-setup.sh -c zeth-vlan.conf 53 The :zephyr_file:`samples/net/vlan/vlan-setup-linux.sh` provides a script that
|
/Zephyr-latest/samples/modules/tflite-micro/hello_world/src/ |
D | main_functions.h | 28 void setup(void);
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | dtcompatible-role.py | 14 def setup(app): function
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify/src/ |
D | gatt_server_test.c | 171 static void setup(void) in setup() function 207 setup(); in test_main_none() 223 setup(); in test_main_enhanced() 239 setup(); in test_main_unenhanced() 255 setup(); in test_main_mixed()
|