Home
last modified time | relevance | path

Searched refs:setup (Results 151 – 175 of 444) sorted by relevance

12345678910>>...18

/Zephyr-latest/drivers/ieee802154/
DKconfig.cc13xx_cc26xx92 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/
Dusb_dc_rpi_pico.c880 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/
Dsdk.py356 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/
DKconfig.rpmsg20 able to correctly setup instances and endpoints at init time.
/Zephyr-latest/drivers/watchdog/
Dwdt_ifx_cat1.c136 .setup = ifx_cat1_wdt_setup,
Dwdt_npm2100.c117 .setup = wdt_npm2100_setup,
Dwdt_cmsdk_apb.c156 .setup = wdog_cmsdk_apb_setup,
Dwdt_fwdgt_gd32.c150 .setup = gd32_fwdgt_setup,
Dwdt_npm1300.c128 .setup = wdt_npm1300_setup,
Dwdt_xmc4xxx.c149 .setup = wdt_xmc4xxx_setup,
/Zephyr-latest/doc/connectivity/networking/api/
Dsocks5.rst50 application can call to setup SOCKS5 proxy. See :zephyr:code-sample:`mqtt-publisher`
/Zephyr-latest/samples/net/cloud/mqtt_azure/
DKconfig21 Device ID which you have setup in IoT hub account.
/Zephyr-latest/subsys/net/l2/virtual/ipip/
DKconfig12 Also application needs to setup IP addresses etc. to the IP-to-IP
/Zephyr-latest/boards/nxp/mimxrt1050_evk/
Dmimxrt1050_evk_mimxrt1052_hyperflash.dts38 cs-setup-time = <3>;
/Zephyr-latest/boards/nxp/mimxrt1060_evk/
Dmimxrt1060_evk_mimxrt1062_hyperflash.dts36 cs-setup-time = <3>;
/Zephyr-latest/include/zephyr/drivers/usb/
Dudc.h187 unsigned int setup : 1; member
291 struct net_buf *setup; member
/Zephyr-latest/subsys/usb/device_next/class/
Dbt_hci.c420 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/
DKconfig.xen1 # Xen hypervisor console via UART setup
/Zephyr-latest/boards/atmel/sam/sam4s_xplained/
Dsam4s_xplained.dts225 atmel,smc-setup-timing = <1 1 1 1>;
235 atmel,smc-setup-timing = <1 1 1 1>;
/Zephyr-latest/doc/_extensions/zephyr/
Dmanifest_projects_table.py134 def setup(app: Sphinx) -> dict[str, Any]: function
Dlink-roles.py43 def setup(app): function
/Zephyr-latest/doc/develop/toolchains/
Dcrosstool_ng.rst15 <http://crosstool-ng.github.io/docs/os-setup/>`_.
/Zephyr-latest/scripts/net/
DREADME.txt61 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/
Dmain.c296 void *setup(void) in setup() function
308 ZTEST_SUITE(neighbor_test_suite, NULL, setup, NULL, NULL, NULL);
/Zephyr-latest/samples/sensor/dht_polling/
DREADME.rst30 It also requires a correct fixture setup when the sensor is present.

12345678910>>...18