Home
last modified time | relevance | path

Searched refs:setup (Results 226 – 250 of 444) sorted by relevance

12345678910>>...18

/Zephyr-latest/doc/services/modem/
Dindex.rst59 decouple the creation and setup of modem pipes in device drivers from
/Zephyr-latest/boards/intel/common/
Defi_boot.rst53 Press <DEL> or <ESC> to enter setup.
/Zephyr-latest/samples/drivers/adc/adc_dt/
DREADME.rst35 such setup.
/Zephyr-latest/samples/drivers/adc/adc_sequence/
DREADME.rst28 such setup.
/Zephyr-latest/samples/bluetooth/cap_initiator/
DREADME.rst5 Connect to CAP Acceptors and setup unicast audio streaming or broadcast audio streams.
/Zephyr-latest/boards/nuvoton/npcm400_evb/doc/
Dindex.rst65 UART0 is configured for serial logs. The default serial setup is 115200 8N1.
/Zephyr-latest/tests/net/socket/websocket/src/
Dmain.c464 static void *setup(void) in setup() function
470 ZTEST_SUITE(net_websocket, NULL, setup, NULL, NULL, NULL);
/Zephyr-latest/drivers/usb/device/
Dusb_dc_stm32.c1218 struct usb_setup_packet *setup = (void *)usb_dc_stm32_state.pcd.Setup; in HAL_PCD_SetupStageCallback() local
1234 if (!(setup->wLength == 0U) && in HAL_PCD_SetupStageCallback()
1235 usb_reqtype_is_to_device(setup)) { in HAL_PCD_SetupStageCallback()
1238 setup->wLength); in HAL_PCD_SetupStageCallback()
/Zephyr-latest/drivers/usb/udc/
Dudc_ambiq.c56 uint8_t setup[8]; member
210 memcpy(priv->setup, usb_setup, sizeof(struct usb_setup_packet)); in udc_ambiq_ep0_setup_callback()
619 net_buf_add_mem(buf, priv->setup, sizeof(priv->setup)); in ambiq_handle_evt_setup()
Dudc_rpi_pico.c49 uint8_t setup[8]; member
308 net_buf_add_mem(buf, priv->setup, sizeof(priv->setup)); in rpi_pico_handle_evt_setup()
485 sys_put_le32(sys_read32((uintptr_t)&dpram->setup_packet[0]), &priv->setup[0]); in rpi_pico_handle_setup()
486 sys_put_le32(sys_read32((uintptr_t)&dpram->setup_packet[4]), &priv->setup[4]); in rpi_pico_handle_setup()
/Zephyr-latest/drivers/flash/
DKconfig.nordic_qspi_nor52 QSPI NOR flash chip is executed until the driver has been setup.
/Zephyr-latest/drivers/watchdog/
Dwdt_esp32.c189 .setup = wdt_esp32_set_config,
Dwdt_litex.c207 .setup = wdt_litex_setup,
Dwdt_opentitan.c209 .setup = ot_aontimer_setup,
Dwdt_gecko.c275 .setup = wdt_gecko_setup,
Dwdt_mcux_wdog32.c182 .setup = mcux_wdog32_setup,
/Zephyr-latest/samples/sysbuild/hello_world/
DREADME.rst44 :zephyr_file:`samples/sysbuild/hello_world/sample.yaml` setup:
/Zephyr-latest/doc/_extensions/zephyr/
Dapi_overview.py166 def setup(app) -> dict[str, Any]: function
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_ifx_psoc6_bless.c271 .setup = psoc6_bless_setup,
/Zephyr-latest/subsys/net/lib/shell/
Dcapture.c253 SHELL_CMD(setup, NULL, "Setup network packet capture.\n"
/Zephyr-latest/doc/develop/
Dbeyond-GSG.rst8 this document, we delve deeper into Zephyr development setup
47 Here are some alternative instructions for more advanced platform setup
53 Linux setup alternatives <getting_started/installation_linux.rst>
54 macOS setup alternatives <getting_started/installation_mac.rst>
55 Windows setup alternatives <getting_started/installation_win.rst>
/Zephyr-latest/tests/net/ptp/clock/src/
Dmain.c566 void *setup(void) in setup() function
590 ZTEST_SUITE(ptp_clock_test_suite, NULL, setup, NULL, NULL, NULL);
/Zephyr-latest/tests/net/socket/net_mgmt/src/
Dmain.c600 static void *setup(void) in setup() function
607 ZTEST_SUITE(net_socket_net_mgmt, NULL, setup, NULL, NULL, NULL);
/Zephyr-latest/doc/develop/getting_started/
Dinstallation_linux.rst249 #. Run the Zephyr SDK bundle setup script:
254 ./setup.sh
260 If you relocate the SDK directory, you need to re-run the setup script.
277 register the Zephyr SDK in the CMake package registry by running the setup
/Zephyr-latest/doc/services/device_mgmt/
Dmcumgr_callbacks.rst71 Multiple callbacks can be setup to use a single function as a common callback,
74 of the ``MGMT_EVT_OP_*_ALL`` events, alternatively a handler can setup for
77 5 img_mgmt callbacks can be setup with a single registration call, but to also
78 setup a callback for an os_mgmt callback, this must be done as a separate

12345678910>>...18