Home
last modified time | relevance | path

Searched refs:setup (Results 201 – 225 of 444) sorted by relevance

12345678910>>...18

/Zephyr-latest/drivers/watchdog/
Dwdt_wwdgt_gd32.c196 .setup = gd32_wwdgt_setup,
Dxt_wdt_esp32.c151 .setup = esp32_xt_wdt_setup,
Dwdt_cc32xx.c165 .setup = wdt_cc32xx_setup,
Dwdt_counter.c153 .setup = wdt_counter_setup,
Dwdt_mcux_wdog.c160 .setup = mcux_wdog_setup,
Dwdt_mcux_wwdt.c177 .setup = mcux_wwdt_setup,
Dwdt_rpi_pico.c176 .setup = wdt_rpi_pico_setup,
Dwdt_shell.c178 SHELL_CMD_ARG(setup, &dsub_device_name, WDT_SETUP_HELP, cmd_setup,
Dwdt_ambiq.c170 .setup = wdt_ambiq_setup,
Dwdt_intel_adsp.c220 .setup = intel_adsp_wdt_setup,
Dwdt_ite_it8xxx2.c240 .setup = wdt_it8xxx2_setup,
Dwdt_sam0.c246 .setup = wdt_sam0_setup,
/Zephyr-latest/doc/
Dconf.py361 def setup(app): function
/Zephyr-latest/doc/develop/toolchains/
Ddesignware_arc_mwdt.rst16 … To setup ARC GNU toolchain please use SDK Bundle (Full or Minimal) instead of manual installation
/Zephyr-latest/boards/nxp/common/
Drt1xxx-lpclink2-debug.rst10 to setup your debug probe:
/Zephyr-latest/boards/pine64/pinetime_devkit0/doc/
Dindex.rst169 setup the debugger to use SWD over USB for the chip nRF52832_xxAA.
170 This setup can be done using the menu Tools/J-Link Settings. or by directly
/Zephyr-latest/tests/boards/nrf/qdec/src/
Dmain.c454 static void *setup(void) in setup() function
481 ZTEST_SUITE(qdec_sensor, NULL, setup, before, after, NULL);
/Zephyr-latest/doc/connectivity/bluetooth/autopts/
Dautopts-linux.rst6 This tutorial shows how to setup AutoPTS client on Linux with AutoPTS server running on Windows 10
70 It is possible to use NAT and portforwarding to setup communication between a Linux host and a
71 Windows guest. This is easiest setup for VirtualBox, and does not require any static IPs to be
345 If the error "ImportError: No module named pywintypes" appeared after the fresh setup,
/Zephyr-latest/drivers/usb/udc/
Dudc_stm32.c149 struct usb_setup_packet *setup = (void *)priv->pcd.Setup; in HAL_PCD_SetupStageCallback() local
162 memcpy(buf->data, setup, 8); in HAL_PCD_SetupStageCallback()
171 if ((setup->bmRequestType == 0) && in HAL_PCD_SetupStageCallback()
172 (setup->bRequest == USB_SREQ_SET_ADDRESS)) { in HAL_PCD_SetupStageCallback()
174 HAL_PCD_SetAddress(&priv->pcd, setup->wValue); in HAL_PCD_SetupStageCallback()
/Zephyr-latest/drivers/wifi/nxp/
Dnxp_wifi_drv.c1504 twt_setup_conf.implicit = params->setup.implicit; in nxp_wifi_set_twt()
1505 twt_setup_conf.announced = params->setup.announce; in nxp_wifi_set_twt()
1506 twt_setup_conf.trigger_enabled = params->setup.trigger; in nxp_wifi_set_twt()
1507 twt_setup_conf.twt_info_disabled = params->setup.twt_info_disable; in nxp_wifi_set_twt()
1509 twt_setup_conf.twt_wakeup_duration = params->setup.twt_wake_interval; in nxp_wifi_set_twt()
1512 twt_setup_conf.twt_exponent = params->setup.twt_exponent; in nxp_wifi_set_twt()
1513 twt_setup_conf.twt_mantissa = params->setup.twt_mantissa; in nxp_wifi_set_twt()
1514 twt_setup_conf.twt_request = params->setup.responder; in nxp_wifi_set_twt()
/Zephyr-latest/doc/connectivity/networking/
Darmfvp_user_networking_setup.rst50 * If setup fails, or the parameter syntax is incorrect, there is no error
/Zephyr-latest/doc/hardware/peripherals/
Duart.rst28 without interrupting the MCU at all. However, the setup is more complex
/Zephyr-latest/samples/sensor/thermometer/
DREADME.rst51 example of this setup is provided for the ``frdm_k22f`` board, using
/Zephyr-latest/boards/up-bridge-the-gap/up_squared_pro_7000/doc/
Dup_squared_pro_7000.rst64 connection setup.
/Zephyr-latest/doc/_extensions/zephyr/
Dgh_utils.py243 def setup(app: Sphinx): function

12345678910>>...18