Home
last modified time | relevance | path

Searched full:via (Results 1 – 25 of 1159) sorted by relevance

12345678910>>...47

/Zephyr-latest/tests/kernel/lifo/lifo_api/src/
Dtest_lifo_contexts.c11 /**TESTPOINT: init via K_LIFO_DEFINE*/
61 /**TESTPOINT: thread-thread data passing via lifo*/ in tlifo_thread_thread()
73 /**TESTPOINT: thread-isr data passing via lifo*/ in tlifo_thread_isr()
81 /**TESTPOINT: isr-thread data passing via lifo*/ in tlifo_isr_thread()
92 * @brief test thread to thread data passing via lifo
97 /**TESTPOINT: init via k_lifo_init*/ in ZTEST()
106 * @brief test isr to thread data passing via lifo
111 /**TESTPOINT: init via k_lifo_init*/ in ZTEST()
120 * @brief test thread to isr data passing via lifo
/Zephyr-latest/lib/posix/options/
DKconfig.device_io29 When selected via Kconfig, Zephyr will provide an alias for close() as _close().
34 When selected via Kconfig, Zephyr will provide an alias for open() as _open().
39 When selected via Kconfig, Zephyr will provide an alias for read() as _read().
44 When selected via Kconfig, Zephyr will provide an alias for write() as _write().
53 directly user-configurable but can be adjusted via CONFIG_ZVFS_OPEN_MAX.
DKconfig.fd_mgmt23 When selected via Kconfig, Zephyr will provide an alias for fcntl() as _fcntl().
28 When selected via Kconfig, Zephyr will provide an alias for ftruncate() as _ftruncate().
33 When selected via Kconfig, Zephyr will provide an alias for lseek() as _lseek().
DKconfig.barrier29 e.g. via twister, explicit serialization may be required between
34 via pthread_barrier_wait().
/Zephyr-latest/doc/services/tfm/
Dtestsuites.rst9 These test suites can be run from Zephyr via an appropriate sample application
15 The regression test suite can be run via the :ref:`tfm_regression_test` sample.
18 NS/S boundary via the PSA APIs. They provide a useful sanity check for proper
25 The PSA Arch Test suite, available via :ref:`tfm_psa_test`, contains a number of
31 described via ``CONFIG_TFM_PSA_TEST_*`` KConfig flags:
/Zephyr-latest/drivers/espi/
DKconfig.xec112 Enable a 32 byte mailbox interface accessible via Host I/O over the
118 Enable ACPI EC2 interface accessible via Host I/O over the
124 Enable ACPI EC3 interface accessible via Host I/O over the
130 Enable ACPI EC4 interface accessible via Host I/O over the
136 Enable ACPI PM1 interface accessible via Host I/O over the
142 Enable EMI 0 interface accessible via Host I/O over the
148 Enable EMI 1 interface accessible via Host I/O over the
154 Enable EMI 2 interface accessible via Host I/O over the
/Zephyr-latest/soc/microchip/mec/mec172x/
DKconfig36 bool "Debug support via Serial wire debug"
41 bool "Debug support via Serial wire debug with tracing enabled"
55 bool "Debug support via Serial wire debug"
61 bool "debug support via Serial Wire Debug and Viewer"
/Zephyr-latest/tests/kernel/fifo/fifo_api/src/
Dtest_fifo_contexts.c11 /**TESTPOINT: init via K_FIFO_DEFINE*/
90 /**TESTPOINT: thread-thread data passing via fifo*/ in tfifo_thread_thread()
102 /**TESTPOINT: isr-thread data passing via fifo*/ in tfifo_thread_isr()
110 /**TESTPOINT: thread-isr data passing via fifo*/ in tfifo_isr_thread()
134 * @brief Test thread to thread data passing via fifo
139 /**TESTPOINT: init via k_fifo_init*/ in ZTEST()
148 * @brief Test isr to thread data passing via fifo
153 /**TESTPOINT: init via k_fifo_init*/ in ZTEST()
162 * @brief Test thread to isr data passing via fifo
/Zephyr-latest/samples/boards/nordic/nrfx_prs/
Dprj.conf1 # This is needed for using SPIM2 and UARTE2 via nrfx drivers and for switching
8 # This is needed for using another SPIM instance via the Zephyr SPI driver.
/Zephyr-latest/soc/microchip/mec/mec15xx/
DKconfig60 bool "Debug support via Serial wire debug"
65 bool "Debug support via Serial wire debug with tracing enabled"
80 bool "Debug support via Serial wire debug"
86 bool "debug support via Serial Wire Debug and Viewer"
/Zephyr-latest/drivers/disk/
DKconfig.mmc20 bool "MMC access via SD subsystem"
25 Enable MMC access via SD subsystem.
/Zephyr-latest/dts/bindings/usb/
Dambiq,usb.yaml23 Control VDDUSB33 via GPIO pin.
28 Control VDDUSB0P9 via GPIO pin.
Dusb-controller.yaml16 via DT, USB controllers should use their maximum
26 description: Control VBUS via GPIO pin.
/Zephyr-latest/boards/alientek/pandora_stm32l475/support/
Dopenocd.cfg3 # but perfectly functional for any other STM32L4 board connected via
5 # This is for STM32L4 boards that are connected via stlink-v2-1.
/Zephyr-latest/dts/bindings/mfd/
Dx-powers,axp192.yaml17 This option will disable VBUS power control via N_VBUSEN.
18 By default VBUS power supply is chosen via N_VBUSEN pin.
/Zephyr-latest/samples/subsys/debug/fuzz/
DKconfig5 int "OS interrupt via which to deliver fuzz cases"
9 via interrupts. The IRQ should be otherwise unused, but can
/Zephyr-latest/drivers/sensor/st/lis2dw12/
DKconfig74 bool "Wakeup detection (via interrupt)"
85 bool "Free Fall detection (via interrupt)"
87 Enable freefall detection via interrupt.
/Zephyr-latest/soc/aspeed/ast10x0/
DKconfig24 changing it via menuconfig or in configuration files.
31 generally avoid changing it via menuconfig or in configuration files.
/Zephyr-latest/scripts/coccinelle/
Dconst_config_info.cocci68 // asg via macro: struct T * D = DEV_CFG()
80 // asg via macro to const local: struct T * const D = DEV_CFG()
92 // asg via macro: struct T * D; ... ; D = (const struct T*)CI;
106 // delayed asg via macro: struct T * D; ... ; D = DEV_CFG();
/Zephyr-latest/doc/services/storage/disk/
Daccess.rst44 SD cards via SPI. These drivers use disk driver interface and a file system
45 can access the SD cards via disk access API.
55 Zephyr supports SD memory cards via the disk driver API, or via the SDMMC
56 subsystem. This subsystem can be used transparently via the disk driver API,
62 SD Card support via SPI
/Zephyr-latest/subsys/debug/coredump/
DKconfig20 Core dump is done via logging subsystem.
35 Core dump is done via memory window slot[1].
42 Core dump is done via custom mechanism defined out of tree
/Zephyr-latest/dts/bindings/bluetooth/
Dzephyr,bt-hci-spi-slave.yaml8 A node defined via devicetree overlay should look like this:
21 The host interrupt GPIO is set to gpio1 pin 2 via irq-gpios. The
/Zephyr-latest/subsys/llext/
DKconfig87 made available to llexts via the standard DT_ / DEVICE_* macros.
90 bool "Export built-in symbols to llexts via SLIDs"
93 or application (via EXPORT_SYMBOL) are linked to LLEXTs
94 via Symbol Link Identifiers (SLIDs) instead of name.
/Zephyr-latest/doc/connectivity/networking/
Dnetworking_with_host.rst27 * Here IP packets are exchanged between Zephyr and the host system via serial
33 * Here IP packets are exchanged between Zephyr and the host system via QEMU's
70 the host system is done via USB.
88 via :kconfig:option:`CONFIG_NET_ETHERNET_BRIDGE` Kconfig option. There
/Zephyr-latest/tests/kernel/msgq/msgq_api/src/
Dtest_msgq_contexts.c9 /**TESTPOINT: init via K_MSGQ_DEFINE*/
95 /**TESTPOINT: thread-thread data passing via message queue*/ in msgq_thread()
133 /**TESTPOINT: thread-thread data passing via message queue*/ in msgq_thread_overflow()
152 /**TESTPOINT: thread-isr data passing via message queue*/ in msgq_isr()
250 * @brief Test thread to thread data passing via message queue
257 /**TESTPOINT: init via k_msgq_init*/ in ZTEST()
267 * @brief Test thread to thread data passing via message queue
274 /**TESTPOINT: init via k_msgq_init*/ in ZTEST()
292 * @brief Test user thread to kernel thread data passing via message queue
310 * @brief Test thread to thread data passing via message queue
[all …]

12345678910>>...47