Home
last modified time | relevance | path

Searched refs:setup (Results 126 – 150 of 444) sorted by relevance

12345678910>>...18

/Zephyr-latest/tests/net/lib/http_server/tls/src/
Dmain.c230 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/
Dmain.c151 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/
DREADME.rst10 This sample demonstrates how to setup an I2C custom target on the I2C interface
/Zephyr-latest/samples/modules/tflite-micro/hello_world/src/
Dmain_functions.cpp41 void setup(void) in setup() function
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/src/
Dmain_functions.cpp45 void setup(void) in setup() function
/Zephyr-latest/samples/drivers/i2c/target_eeprom/
DREADME.rst10 This sample demonstrates how to setup and use the :ref:`i2c-target-api` using the
/Zephyr-latest/doc/services/retention/
Dblinfo.rst12 Devicetree setup
58 MCUboot setup
73 Application setup
/Zephyr-latest/cmake/compiler/armclang/
Dgeneric.cmake38 "And is the license setup correctly ?"
/Zephyr-latest/samples/drivers/auxdisplay/
DREADME.rst16 Note that this sample requires a board with an auxiliary display setup. A
/Zephyr-latest/tests/boards/nrf/mram_latency/src/
Dmain.c152 static void *setup(void) in setup() function
189 ZTEST_SUITE(mram_latency, NULL, setup, before, after, NULL);
/Zephyr-latest/tests/benchmarks/posix/threads/src/
Dmain.c193 static void setup(void) in setup() function
237 setup(); in main()
/Zephyr-latest/tests/net/socket/select/src/
Dmain.c170 static void *setup(void) in setup() function
183 ZTEST_SUITE(net_socket_select, NULL, setup, NULL, NULL, NULL);
/Zephyr-latest/drivers/watchdog/
Dwdt_ti_tps382x.c78 .setup = ti_tps382x_setup,
Dwdt_smartbond.c118 .setup = wdg_smartbond_setup,
/Zephyr-latest/samples/drivers/ps2/
DREADME.rst18 It requires a correct fixture setup. Please connect a PS/2 mouse in order to
/Zephyr-latest/subsys/usb/device/class/
Dbluetooth.c415 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/
Dusbd_cdc_ecm.c422 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/
DREADME.md7 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/
Dmain.c99 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/
DREADME.rst57 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/
DKconfig35 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/
Dusb_dc_native_posix_adapt.h90 uint64_t setup; member
/Zephyr-latest/samples/subsys/logging/ble_backend/
DREADME.rst10 Sample that demonstrates how to setup and use the BLE Logging backend. The
/Zephyr-latest/drivers/dac/
Ddac_shell.c98 SHELL_CMD_ARG(setup, NULL,
/Zephyr-latest/samples/drivers/kscan/
DREADME.rst18 It requires a correct fixture setup. Please connect a Keyboard Matrix to

12345678910>>...18