/Zephyr-latest/tests/net/lib/http_server/tls/src/ |
D | main.c | 230 static void *setup(void) in setup() function 265 ZTEST_SUITE(framework_tests_tls, NULL, setup, NULL, NULL, NULL);
|
/Zephyr-latest/samples/net/sockets/dumb_http_server_mt/src/ |
D | main.c | 151 static int setup(int *sock, struct sockaddr *bind_addr, in setup() function 345 ret = setup(&tcp4_listen_sock, (struct sockaddr *)&addr4, in process_tcp4() 371 ret = setup(&tcp6_listen_sock, (struct sockaddr *)&addr6, in process_tcp6()
|
/Zephyr-latest/samples/drivers/i2c/custom_target/ |
D | README.rst | 10 This sample demonstrates how to setup an I2C custom target on the I2C interface
|
/Zephyr-latest/samples/modules/tflite-micro/hello_world/src/ |
D | main_functions.cpp | 41 void setup(void) in setup() function
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/src/ |
D | main_functions.cpp | 45 void setup(void) in setup() function
|
/Zephyr-latest/samples/drivers/i2c/target_eeprom/ |
D | README.rst | 10 This sample demonstrates how to setup and use the :ref:`i2c-target-api` using the
|
/Zephyr-latest/doc/services/retention/ |
D | blinfo.rst | 12 Devicetree setup 58 MCUboot setup 73 Application setup
|
/Zephyr-latest/cmake/compiler/armclang/ |
D | generic.cmake | 38 "And is the license setup correctly ?"
|
/Zephyr-latest/samples/drivers/auxdisplay/ |
D | README.rst | 16 Note that this sample requires a board with an auxiliary display setup. A
|
/Zephyr-latest/tests/boards/nrf/mram_latency/src/ |
D | main.c | 152 static void *setup(void) in setup() function 189 ZTEST_SUITE(mram_latency, NULL, setup, before, after, NULL);
|
/Zephyr-latest/tests/benchmarks/posix/threads/src/ |
D | main.c | 193 static void setup(void) in setup() function 237 setup(); in main()
|
/Zephyr-latest/tests/net/socket/select/src/ |
D | main.c | 170 static void *setup(void) in setup() function 183 ZTEST_SUITE(net_socket_select, NULL, setup, NULL, NULL, NULL);
|
/Zephyr-latest/drivers/watchdog/ |
D | wdt_ti_tps382x.c | 78 .setup = ti_tps382x_setup,
|
D | wdt_smartbond.c | 118 .setup = wdg_smartbond_setup,
|
/Zephyr-latest/samples/drivers/ps2/ |
D | README.rst | 18 It requires a correct fixture setup. Please connect a PS/2 mouse in order to
|
/Zephyr-latest/subsys/usb/device/class/ |
D | bluetooth.c | 415 static int bluetooth_class_handler(struct usb_setup_packet *setup, in bluetooth_class_handler() argument 420 if (usb_reqtype_is_to_host(setup) || in bluetooth_class_handler() 421 setup->RequestType.type != USB_REQTYPE_TYPE_CLASS) { in bluetooth_class_handler()
|
/Zephyr-latest/subsys/usb/device_next/class/ |
D | usbd_cdc_ecm.c | 422 const struct usb_setup_packet *const setup, in usbd_cdc_ecm_ctd() argument 425 if (setup->RequestType.recipient == USB_REQTYPE_RECIPIENT_INTERFACE && in usbd_cdc_ecm_ctd() 426 setup->bRequest == SET_ETHERNET_PACKET_FILTER) { in usbd_cdc_ecm_ctd() 428 setup->bRequest); in usbd_cdc_ecm_ctd() 434 setup->bmRequestType, setup->bRequest); in usbd_cdc_ecm_ctd()
|
/Zephyr-latest/tests/net/lib/lwm2m/interop/ |
D | README.md | 7 These tests require setup that is not done in Twister run, so follow this documentation to set 10 ## Network setup 33 sudo ./net-setup.sh --config docker.conf start 47 sudo ./net-setup.sh --config docker.conf stop 50 ### Leshan server setup (manual) argument 102 These tests require extra package that is not installed when you follow the Zephyr's setup.
|
/Zephyr-latest/samples/net/sockets/socketpair/src/ |
D | main.c | 99 static int setup(struct context *ctx, size_t n) in setup() function 231 res = setup(ctx, NUM_SOCKETPAIRS); in main()
|
/Zephyr-latest/samples/drivers/clock_control_litex/ |
D | README.rst | 57 struct litex_clk_setup setup = { 64 clock_control_subsys_t sub_system = (clock_control_subsys_t)&setup; 66 LOG_ERR("Set CLKOUT%d param error!", setup.clkout_nr);
|
/Zephyr-latest/subsys/net/l2/wifi/ |
D | Kconfig | 35 This option enables check for valid IP address before TWT setup. 36 If TWT setup is triggered early in the connection, then device might 39 even when it is awake intervals. Rejecting TWT setup till Wi-Fi
|
/Zephyr-latest/drivers/usb/device/ |
D | usb_dc_native_posix_adapt.h | 90 uint64_t setup; member
|
/Zephyr-latest/samples/subsys/logging/ble_backend/ |
D | README.rst | 10 Sample that demonstrates how to setup and use the BLE Logging backend. The
|
/Zephyr-latest/drivers/dac/ |
D | dac_shell.c | 98 SHELL_CMD_ARG(setup, NULL,
|
/Zephyr-latest/samples/drivers/kscan/ |
D | README.rst | 18 It requires a correct fixture setup. Please connect a Keyboard Matrix to
|