/Zephyr-latest/drivers/watchdog/ |
D | wdt_wwdgt_gd32.c | 196 .setup = gd32_wwdgt_setup,
|
D | xt_wdt_esp32.c | 151 .setup = esp32_xt_wdt_setup,
|
D | wdt_cc32xx.c | 165 .setup = wdt_cc32xx_setup,
|
D | wdt_counter.c | 153 .setup = wdt_counter_setup,
|
D | wdt_mcux_wdog.c | 160 .setup = mcux_wdog_setup,
|
D | wdt_mcux_wwdt.c | 177 .setup = mcux_wwdt_setup,
|
D | wdt_rpi_pico.c | 176 .setup = wdt_rpi_pico_setup,
|
D | wdt_shell.c | 178 SHELL_CMD_ARG(setup, &dsub_device_name, WDT_SETUP_HELP, cmd_setup,
|
D | wdt_ambiq.c | 170 .setup = wdt_ambiq_setup,
|
D | wdt_intel_adsp.c | 220 .setup = intel_adsp_wdt_setup,
|
D | wdt_ite_it8xxx2.c | 240 .setup = wdt_it8xxx2_setup,
|
D | wdt_sam0.c | 246 .setup = wdt_sam0_setup,
|
/Zephyr-latest/doc/ |
D | conf.py | 361 def setup(app): function
|
/Zephyr-latest/doc/develop/toolchains/ |
D | designware_arc_mwdt.rst | 16 … To setup ARC GNU toolchain please use SDK Bundle (Full or Minimal) instead of manual installation
|
/Zephyr-latest/boards/nxp/common/ |
D | rt1xxx-lpclink2-debug.rst | 10 to setup your debug probe:
|
/Zephyr-latest/boards/pine64/pinetime_devkit0/doc/ |
D | index.rst | 169 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/ |
D | main.c | 454 static void *setup(void) in setup() function 481 ZTEST_SUITE(qdec_sensor, NULL, setup, before, after, NULL);
|
/Zephyr-latest/doc/connectivity/bluetooth/autopts/ |
D | autopts-linux.rst | 6 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/ |
D | udc_stm32.c | 149 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/ |
D | nxp_wifi_drv.c | 1504 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/ |
D | armfvp_user_networking_setup.rst | 50 * If setup fails, or the parameter syntax is incorrect, there is no error
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | uart.rst | 28 without interrupting the MCU at all. However, the setup is more complex
|
/Zephyr-latest/samples/sensor/thermometer/ |
D | README.rst | 51 example of this setup is provided for the ``frdm_k22f`` board, using
|
/Zephyr-latest/boards/up-bridge-the-gap/up_squared_pro_7000/doc/ |
D | up_squared_pro_7000.rst | 64 connection setup.
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | gh_utils.py | 243 def setup(app: Sphinx): function
|