/Zephyr-latest/doc/services/modem/ |
D | index.rst | 59 decouple the creation and setup of modem pipes in device drivers from
|
/Zephyr-latest/boards/intel/common/ |
D | efi_boot.rst | 53 Press <DEL> or <ESC> to enter setup.
|
/Zephyr-latest/samples/drivers/adc/adc_dt/ |
D | README.rst | 35 such setup.
|
/Zephyr-latest/samples/drivers/adc/adc_sequence/ |
D | README.rst | 28 such setup.
|
/Zephyr-latest/samples/bluetooth/cap_initiator/ |
D | README.rst | 5 Connect to CAP Acceptors and setup unicast audio streaming or broadcast audio streams.
|
/Zephyr-latest/boards/nuvoton/npcm400_evb/doc/ |
D | index.rst | 65 UART0 is configured for serial logs. The default serial setup is 115200 8N1.
|
/Zephyr-latest/tests/net/socket/websocket/src/ |
D | main.c | 464 static void *setup(void) in setup() function 470 ZTEST_SUITE(net_websocket, NULL, setup, NULL, NULL, NULL);
|
/Zephyr-latest/drivers/usb/device/ |
D | usb_dc_stm32.c | 1218 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/ |
D | udc_ambiq.c | 56 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()
|
D | udc_rpi_pico.c | 49 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/ |
D | Kconfig.nordic_qspi_nor | 52 QSPI NOR flash chip is executed until the driver has been setup.
|
/Zephyr-latest/drivers/watchdog/ |
D | wdt_esp32.c | 189 .setup = wdt_esp32_set_config,
|
D | wdt_litex.c | 207 .setup = wdt_litex_setup,
|
D | wdt_opentitan.c | 209 .setup = ot_aontimer_setup,
|
D | wdt_gecko.c | 275 .setup = wdt_gecko_setup,
|
D | wdt_mcux_wdog32.c | 182 .setup = mcux_wdog32_setup,
|
/Zephyr-latest/samples/sysbuild/hello_world/ |
D | README.rst | 44 :zephyr_file:`samples/sysbuild/hello_world/sample.yaml` setup:
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | api_overview.py | 166 def setup(app) -> dict[str, Any]: function
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | hci_ifx_psoc6_bless.c | 271 .setup = psoc6_bless_setup,
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | capture.c | 253 SHELL_CMD(setup, NULL, "Setup network packet capture.\n"
|
/Zephyr-latest/doc/develop/ |
D | beyond-GSG.rst | 8 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/ |
D | main.c | 566 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/ |
D | main.c | 600 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/ |
D | installation_linux.rst | 249 #. 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/ |
D | mcumgr_callbacks.rst | 71 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
|