/Zephyr-latest/drivers/ieee802154/ |
D | Kconfig.cc13xx_cc26xx | 92 bool "Use custom radio setup structures (advanced)" 95 Imports the radio setup structure from an external module instead of using
|
/Zephyr-latest/drivers/usb/device/ |
D | usb_dc_rpi_pico.c | 880 const struct usb_setup_packet *const setup = (const void *)&usb_dpram->setup_packet; in usb_dc_control_ep_read_continue() local 884 setup->wLength, usb_reqtype_is_to_device(setup)); in usb_dc_control_ep_read_continue() 885 if (setup->wLength != 0U) { in usb_dc_control_ep_read_continue() 904 if (usb_reqtype_is_to_device(setup)) { in usb_dc_control_ep_read_continue() 905 if (state.control_out_ep_rcvd + ep_state->read_offset < setup->wLength) { in usb_dc_control_ep_read_continue()
|
/Zephyr-latest/scripts/west_commands/ |
D | sdk.py | 356 setup = Path(sdk_dir) / "setup.cmd" 359 setup = Path(sdk_dir) / "setup.sh" 363 cmds_cmake_pkg = [str(setup), f"{optsep}c"] 369 cmds = [str(setup)]
|
/Zephyr-latest/subsys/ipc/ipc_service/backends/ |
D | Kconfig.rpmsg | 20 able to correctly setup instances and endpoints at init time.
|
/Zephyr-latest/drivers/watchdog/ |
D | wdt_ifx_cat1.c | 136 .setup = ifx_cat1_wdt_setup,
|
D | wdt_npm2100.c | 117 .setup = wdt_npm2100_setup,
|
D | wdt_cmsdk_apb.c | 156 .setup = wdog_cmsdk_apb_setup,
|
D | wdt_fwdgt_gd32.c | 150 .setup = gd32_fwdgt_setup,
|
D | wdt_npm1300.c | 128 .setup = wdt_npm1300_setup,
|
D | wdt_xmc4xxx.c | 149 .setup = wdt_xmc4xxx_setup,
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | socks5.rst | 50 application can call to setup SOCKS5 proxy. See :zephyr:code-sample:`mqtt-publisher`
|
/Zephyr-latest/samples/net/cloud/mqtt_azure/ |
D | Kconfig | 21 Device ID which you have setup in IoT hub account.
|
/Zephyr-latest/subsys/net/l2/virtual/ipip/ |
D | Kconfig | 12 Also application needs to setup IP addresses etc. to the IP-to-IP
|
/Zephyr-latest/boards/nxp/mimxrt1050_evk/ |
D | mimxrt1050_evk_mimxrt1052_hyperflash.dts | 38 cs-setup-time = <3>;
|
/Zephyr-latest/boards/nxp/mimxrt1060_evk/ |
D | mimxrt1060_evk_mimxrt1062_hyperflash.dts | 36 cs-setup-time = <3>;
|
/Zephyr-latest/include/zephyr/drivers/usb/ |
D | udc.h | 187 unsigned int setup : 1; member 291 struct net_buf *setup; member
|
/Zephyr-latest/subsys/usb/device_next/class/ |
D | bt_hci.c | 420 const struct usb_setup_packet *const setup, in bt_hci_ctd() argument 426 if (setup->RequestType.type != USB_REQTYPE_TYPE_CLASS) { in bt_hci_ctd() 433 setup->bmRequestType, setup->bRequest); in bt_hci_ctd()
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.xen | 1 # Xen hypervisor console via UART setup
|
/Zephyr-latest/boards/atmel/sam/sam4s_xplained/ |
D | sam4s_xplained.dts | 225 atmel,smc-setup-timing = <1 1 1 1>; 235 atmel,smc-setup-timing = <1 1 1 1>;
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | manifest_projects_table.py | 134 def setup(app: Sphinx) -> dict[str, Any]: function
|
D | link-roles.py | 43 def setup(app): function
|
/Zephyr-latest/doc/develop/toolchains/ |
D | crosstool_ng.rst | 15 <http://crosstool-ng.github.io/docs/os-setup/>`_.
|
/Zephyr-latest/scripts/net/ |
D | README.txt | 61 address setup for each sample test, be it the default ones or the switched 77 that the net-tools git repository containing the Docker networking setup file
|
/Zephyr-latest/tests/net/neighbor/src/ |
D | main.c | 296 void *setup(void) in setup() function 308 ZTEST_SUITE(neighbor_test_suite, NULL, setup, NULL, NULL, NULL);
|
/Zephyr-latest/samples/sensor/dht_polling/ |
D | README.rst | 30 It also requires a correct fixture setup when the sensor is present.
|