/Zephyr-latest/doc/hardware/peripherals/ |
D | dma.rst | 39 transfer descriptors then those should be setup in a way that does not break the promise of
|
/Zephyr-latest/cmake/linker/lld/ |
D | target.cmake | 110 # Function for finalizing link setup after Zephyr configuration has completed.
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig | 36 interface must be created before starting QEMU. The net-setup.sh
|
D | Kconfig.sam_gmac | 60 setup.
|
/Zephyr-latest/boards/qemu/cortex_m3/doc/ |
D | index.rst | 106 (``CONFIG_NET_SLIP_TAP=y``). The detailed setup is described in
|
/Zephyr-latest/samples/net/sockets/http_get/ |
D | README.rst | 41 case no NAT/routing setup is needed).
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | hci_ifx_cyw208xx.c | 306 .setup = cyw208xx_setup
|
D | Kconfig | 262 Pass the controller's public address to the HCI driver in setup() 266 setup() HCI driver API function and get the address to set from the public_addr field.
|
D | hci_ambiq.c | 429 .setup = bt_apollo_setup,
|
/Zephyr-latest/boards/olimex/stm32_h405/doc/ |
D | index.rst | 147 is 8 MHz. The processor can setup HSE to drive the master clock,
|
/Zephyr-latest/tests/net/icmp/src/ |
D | main.c | 623 static void *setup(void) in setup() function 689 ZTEST_SUITE(icmp_tests, NULL, setup, NULL, NULL, NULL);
|
/Zephyr-latest/tests/subsys/fs/zms/src/ |
D | main.c | 44 static void *setup(void) in setup() function 97 ZTEST_SUITE(zms, NULL, setup, before, after, NULL); 216 (void)setup(); in ZTEST_F()
|
/Zephyr-latest/drivers/watchdog/ |
D | wdt_andes_atcwdt200.c | 303 .setup = wdt_atcwdt200_setup,
|
/Zephyr-latest/cmake/modules/ |
D | version.cmake | 36 # The final load of `version.cmake` will setup correct build version values.
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | doxyrunner.py | 382 def setup(app: Sphinx) -> dict[str, Any]: function
|
/Zephyr-latest/tests/bluetooth/mesh/brg/src/ |
D | main.c | 30 static void setup(void *f) in setup() function 129 ZTEST_SUITE(bt_mesh_brg_cfg, NULL, NULL, setup, NULL, NULL);
|
/Zephyr-latest/boards/microchip/mec172xmodular_assy6930/doc/ |
D | mec172xmodular_assy6930.rst | 156 #. If you use Dediprog SF100 programmer, then setup it. 161 Follow the `SF100 Linux manual`_ to complete setup of the SF100 programmer.
|
/Zephyr-latest/doc/develop/test/ |
D | ztest.rst | 23 * :c:type:`ztest_suite_setup_t` - An optional setup function which returns a test fixture. This 68 Test fixtures can be used to help simplify repeated test setup operations. In many cases, tests in 69 the same suite will require some initial setup followed by some form of reset between each test. 435 The stress test environment is setup and executed using :c:macro:`ZTRESS_EXECUTE` which 450 The example below presents how to setup and run 3 contexts (one of which is k_timer
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_config.rst | 18 setup the system:
|
/Zephyr-latest/boards/qemu/nios2/doc/ |
D | index.rst | 110 (``CONFIG_NET_SLIP_TAP=y``). The detailed setup is described in
|
/Zephyr-latest/drivers/usb/device/ |
D | usb_dc_sam_usbc.c | 1342 struct usb_setup_packet *setup; in usb_dc_ep_read_ex() local 1400 setup = (struct usb_setup_packet *) data; in usb_dc_ep_read_ex() 1402 setup->wLength); in usb_dc_ep_read_ex()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.5.rst | 218 * ``ZEP-478`` - Linux setup docs missing step to install curses development package for Fedora 222 * ``ZEP-516`` - Ubuntu setup instructions missing 'upgrade' step 242 * ``ZEP-616`` - OS X setup instructions not working on El Capitan
|
/Zephyr-latest/doc/connectivity/networking/ |
D | qemu_user_setup.rst | 18 no dependencies on the host, SLIRP is simple to setup.
|
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | index.rst | 7 and setup event handling for devices that take real world measurements in
|
/Zephyr-latest/cmake/linker/ld/ |
D | target.cmake | 144 # Function for finalizing link setup after Zephyr configuration has completed.
|