Home
last modified time | relevance | path

Searched full:from (Results 1 – 25 of 4070) sorted by relevance

12345678910>>...163

/Zephyr-latest/samples/drivers/uart/native_tty/
DREADME.rst12 dongle and reading it from the other."
55 Device uart sent: "Hello from device uart, num 9"
56 Device uart2 received: "Hello from device uart, num 9"
57 Device uart sent: "Hello from device uart, num 8"
58 Device uart2 received: "Hello from device uart, num 8"
59 Device uart sent: "Hello from device uart, num 7"
60 Device uart2 received: "Hello from device uart, num 7"
61 Device uart sent: "Hello from device uart, num 6"
62 Device uart2 received: "Hello from device uart, num 6"
63 Device uart sent: "Hello from device uart, num 5"
[all …]
/Zephyr-latest/samples/subsys/zbus/msg_subscriber/
Dsample.yaml34 - "^.*?I: From listener foo_lis -> Acc x=1, y=10, z=100"
35 - "^.*?I: From msg subscriber bar_msg_sub1 -> Acc x=1, y=10, z=100"
36 - "^.*?I: From msg subscriber bar_msg_sub2 -> Acc x=1, y=10, z=100"
37 - "^.*?I: From msg subscriber bar_msg_sub3 -> Acc x=1, y=10, z=100"
38 - "^.*?I: From msg subscriber bar_msg_sub4 -> Acc x=1, y=10, z=100"
39 - "^.*?I: From msg subscriber bar_msg_sub5 -> Acc x=1, y=10, z=100"
40 - "^.*?I: From msg subscriber bar_msg_sub6 -> Acc x=1, y=10, z=100"
41 - "^.*?I: From msg subscriber bar_msg_sub7 -> Acc x=1, y=10, z=100"
42 - "^.*?I: From msg subscriber bar_msg_sub8 -> Acc x=1, y=10, z=100"
43 - "^.*?I: From msg subscriber bar_msg_sub9 -> Acc x=1, y=10, z=100"
[all …]
DREADME.rst31 [0/1] To exit from QEMU enter: 'CTRL+a, x'[QEMU] CPU: qemu32,+nx,+pae
32 Booting from ROM..
35 I: From listener foo_lis -> Acc x=1, y=10, z=100
36 I: From msg subscriber bar_msg_sub1 -> Acc x=1, y=10, z=100
37 I: From msg subscriber bar_msg_sub2 -> Acc x=1, y=10, z=100
38 I: From msg subscriber bar_msg_sub3 -> Acc x=1, y=10, z=100
39 I: From msg subscriber bar_msg_sub4 -> Acc x=1, y=10, z=100
40 I: From msg subscriber bar_msg_sub5 -> Acc x=1, y=10, z=100
41 I: From msg subscriber bar_msg_sub6 -> Acc x=1, y=10, z=100
42 I: From msg subscriber bar_msg_sub7 -> Acc x=1, y=10, z=100
[all …]
/Zephyr-latest/include/zephyr/sys/
Dsys_io.h37 * @brief Input a byte from an I/O port
39 * This function reads a byte from the port.
41 * @param port the port address from where to read the byte
58 * @brief Input 16 bits from an I/O port
60 * This function reads 16 bits from the port.
62 * @param port the port address from where to read the 16 bits
79 * @brief Input 32 bits from an I/O port
81 * This function reads 32 bits from the port.
83 * @param port the port address from where to read the 32 bits
90 * @brief Set the designated bit from port to 1
[all …]
/Zephyr-latest/modules/hal_ambiq/
DKconfig16 Use the ADC driver from Ambiq HAL
21 Use the GPIO driver from Ambiq HAL
26 Use the STIMER driver from Ambiq HAL
31 Use the TIMER driver from Ambiq HAL
36 Use the WDT driver from Ambiq HAL
41 Use the I2C driver from Ambiq HAL
46 Use the SPI Controller driver from Ambiq HAL
51 Use the SPI Device driver from Ambiq HAL
56 Use the MSPI driver from Ambiq HAL
61 Use the HWINFO driver from Ambiq HAL
[all …]
/Zephyr-latest/samples/subsys/zbus/confirmed_channel/
Dsample.yaml10 - "I: From listener -> Confirmed message payload = 0"
11 - "I: From bar_sub1 subscriber -> Confirmed message payload = 0"
12 - "I: From bar_sub2 subscriber -> Confirmed message payload = 0"
13 - "I: From bar_sub3 subscriber -> Confirmed message payload = 0"
14 - "I: From listener -> Confirmed message payload = 1"
15 - "I: From bar_sub1 subscriber -> Confirmed message payload = 1"
16 - "I: From bar_sub2 subscriber -> Confirmed message payload = 1"
17 - "I: From bar_sub3 subscriber -> Confirmed message payload = 1"
18 - "I: From listener -> Confirmed message payload = 2"
19 - "I: From bar_sub1 subscriber -> Confirmed message payload = 2"
[all …]
DREADME.rst29 I: From listener -> Confirmed message payload = 0
30 I: From bar_sub2 subscriber -> Confirmed message payload = 0
31 I: From bar_sub1 subscriber -> Confirmed message payload = 0
32 I: From bar_sub3 subscriber -> Confirmed message payload = 0
33 I: From listener -> Confirmed message payload = 1
34 I: From bar_sub2 subscriber -> Confirmed message payload = 1
35 I: From bar_sub1 subscriber -> Confirmed message payload = 1
36 I: From bar_sub3 subscriber -> Confirmed message payload = 1
37 I: From listener -> Confirmed message payload = 2
38 I: From bar_sub2 subscriber -> Confirmed message payload = 2
[all …]
/Zephyr-latest/tests/bluetooth/gap/src/
Dmain.c23 /* Round down expected from 20.625 */ in ZTEST()
25 /* Round down expected from 21.250 */ in ZTEST()
33 /* Round down expected from 6.25 */ in ZTEST()
35 /* Round down expected from 7.50 */ in ZTEST()
43 /* Round down expected from 11.25 */ in ZTEST()
45 /* Round down expected from 12.50 */ in ZTEST()
49 /* Round down expected from 33.60 */ in ZTEST()
51 /* Round down expected from 35.20 */ in ZTEST()
55 /* Round down expected from 33.60 */ in ZTEST()
57 /* Round down expected from 35.20 */ in ZTEST()
[all …]
/Zephyr-latest/modules/hal_rpi_pico/
DKconfig10 Use the UART driver from pico-sdk
15 Use the GPIO driver from pico-sdk
20 Use the flash driver from pico-sdk
25 Use the PWM driver from pico-sdk
30 Use the ADC driver from pico-sdk
35 Use the DMA driver from pico-sdk
41 Use the PIO driver from pico-sdk
46 Use the "claim" driver from pico-sdk
51 Use the TIMER driver from pico-sdk
56 Use the RTC driver from pico-sdk
/Zephyr-latest/dts/bindings/timer/
Dambiq,stimer.yaml24 1 - HFRC_DIV16 : 3MHz from the HFRC clock divider.
25 2 - HFRC_DIV256 : 187.5KHz from the HFRC clock divider.
26 3 - XTAL_DIV1 : 32768Hz from the crystal oscillator.
27 4 - XTAL_DIV2 : 16384Hz from the crystal oscillator.
28 5 - XTAL_DIV32 : 1024Hz from the crystal oscillator.
29 6 - LFRC_DIV1 : Approximately 1KHz from the LFRC oscillator (uncalibrated).
34 1 - HFRC_6MHZ : 6MHz from the HFRC clock divider.
35 2 - HFRC_375KHZ : 375KHz from the HFRC clock divider.
36 3 - XTAL_32KHZ : 32768Hz from the crystal oscillator.
37 4 - XTAL_16KHZ : 16384Hz from the crystal oscillator.
[all …]
/Zephyr-latest/boards/qemu/riscv32_xip/doc/
Dindex.rst33 thread_a: Hello World from cpu 0 on qemu_riscv32_xip!
34 thread_b: Hello World from cpu 0 on qemu_riscv32_xip!
35 thread_a: Hello World from cpu 0 on qemu_riscv32_xip!
36 thread_b: Hello World from cpu 0 on qemu_riscv32_xip!
37 thread_a: Hello World from cpu 0 on qemu_riscv32_xip!
38 thread_b: Hello World from cpu 0 on qemu_riscv32_xip!
39 thread_a: Hello World from cpu 0 on qemu_riscv32_xip!
40 thread_b: Hello World from cpu 0 on qemu_riscv32_xip!
41 thread_a: Hello World from cpu 0 on qemu_riscv32_xip!
42 thread_b: Hello World from cpu 0 on qemu_riscv32_xip!
[all …]
/Zephyr-latest/doc/services/debugging/
Dthread-analyzer.rst26 information from Thread Analyzer::
29 thread_a: Hello World from cpu 0 on qemu_x86!
35 thread_b: Hello World from cpu 0 on qemu_x86!
36 thread_a: Hello World from cpu 0 on qemu_x86!
37 thread_b: Hello World from cpu 0 on qemu_x86!
38 thread_a: Hello World from cpu 0 on qemu_x86!
39 thread_b: Hello World from cpu 0 on qemu_x86!
40 thread_a: Hello World from cpu 0 on qemu_x86!
41 thread_b: Hello World from cpu 0 on qemu_x86!
42 thread_a: Hello World from cpu 0 on qemu_x86!
[all …]
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v1/timer_synchronization/
DREADME.rst4 Use timers and message queues from CMSIS RTOS v1 API to synchronize threads.
33 Read from message queue: 5
36 Read from message queue: 6
39 Read from message queue: 7
42 Read from message queue: 8
45 Read from message queue: 9
48 Read from message queue: 10
51 Read from message queue: 11
54 Read from message queue: 12
57 Read from message queue: 13
[all …]
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v2/timer_synchronization/
DREADME.rst4 Use timers and message queues from CMSIS RTOS v2 API to synchronize threads.
33 Read from message queue: 5
36 Read from message queue: 6
39 Read from message queue: 7
42 Read from message queue: 8
45 Read from message queue: 9
48 Read from message queue: 10
51 Read from message queue: 11
54 Read from message queue: 12
57 Read from message queue: 13
[all …]
/Zephyr-latest/boards/qemu/riscv32e/doc/
Dindex.rst34 thread_a: Hello World from cpu 0 on qemu_riscv32e!
35 thread_b: Hello World from cpu 0 on qemu_riscv32e!
36 thread_a: Hello World from cpu 0 on qemu_riscv32e!
37 thread_b: Hello World from cpu 0 on qemu_riscv32e!
38 thread_a: Hello World from cpu 0 on qemu_riscv32e!
39 thread_b: Hello World from cpu 0 on qemu_riscv32e!
40 thread_a: Hello World from cpu 0 on qemu_riscv32e!
41 thread_b: Hello World from cpu 0 on qemu_riscv32e!
42 thread_a: Hello World from cpu 0 on qemu_riscv32e!
43 thread_b: Hello World from cpu 0 on qemu_riscv32e!
[all …]
/Zephyr-latest/boards/qemu/xtensa/doc/
Dindex.rst27 threadA: Hello World from xtensa!
28 threadB: Hello World from xtensa!
29 threadA: Hello World from xtensa!
30 threadB: Hello World from xtensa!
31 threadA: Hello World from xtensa!
32 threadB: Hello World from xtensa!
33 threadA: Hello World from xtensa!
34 threadB: Hello World from xtensa!
35 threadA: Hello World from xtensa!
36 threadB: Hello World from xtensa!
/Zephyr-latest/boards/qemu/leon3/doc/
Dindex.rst34 threadA: Hello World from qemu_leon3!
35 threadB: Hello World from qemu_leon3!
36 threadA: Hello World from qemu_leon3!
37 threadB: Hello World from qemu_leon3!
38 threadA: Hello World from qemu_leon3!
39 threadB: Hello World from qemu_leon3!
40 threadA: Hello World from qemu_leon3!
41 threadB: Hello World from qemu_leon3!
42 threadA: Hello World from qemu_leon3!
43 threadB: Hello World from qemu_leon3!
/Zephyr-latest/boards/qemu/riscv32/doc/
Dindex.rst34 threadA: Hello World from riscv32!
35 threadB: Hello World from riscv32!
36 threadA: Hello World from riscv32!
37 threadB: Hello World from riscv32!
38 threadA: Hello World from riscv32!
39 threadB: Hello World from riscv32!
40 threadA: Hello World from riscv32!
41 threadB: Hello World from riscv32!
42 threadA: Hello World from riscv32!
43 threadB: Hello World from riscv32!
/Zephyr-latest/samples/boards/nordic/system_off/
DKconfig11 bool "Use button to wake up device from system off"
14 Enable system off wakeup from pressing sw0 button.
17 bool "Use GRTC to wake up device from system off"
19 Enable system off wakeup from GRTC.
22 bool "Use COMP to wake up device from system off"
24 Enable system off wakeup from analog comparator.
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Dfactory.py5 from __future__ import annotations
8 from typing import Type
10 from twister_harness.device.device_adapter import DeviceAdapter
11 from twister_harness.device.hardware_adapter import HardwareAdapter
12 from twister_harness.device.qemu_adapter import QemuAdapter
13 from twister_harness.device.binary_adapter import (
18 from twister_harness.exceptions import TwisterHarnessException
42 raise TwisterHarnessException(f'There is no device with name "{name}"') from exc
/Zephyr-latest/include/zephyr/sd/
Dsdio.h28 * and write data from the card.
64 * @brief Read byte from SDIO register
66 * Reads byte from SDIO register
67 * @param func: function to read from
68 * @param reg: register address to read from
69 * @param val: filled with byte value read from register
98 * @param read_val: filled with value read from register
108 * @brief Read bytes from SDIO fifo
110 * Reads bytes from SDIO register, treating it as a fifo. Reads will
111 * all be done from same address.
[all …]
/Zephyr-latest/boards/qemu/riscv64/doc/
Dindex.rst43 threadA: Hello World from riscv64!
44 threadB: Hello World from riscv64!
45 threadA: Hello World from riscv64!
46 threadB: Hello World from riscv64!
47 threadA: Hello World from riscv64!
48 threadB: Hello World from riscv64!
49 threadA: Hello World from riscv64!
50 threadB: Hello World from riscv64!
51 threadA: Hello World from riscv64!
52 threadB: Hello World from riscv64!
/Zephyr-latest/include/zephyr/drivers/misc/ft8xx/
Dft8xx_common.h53 * @brief Read 1 byte (8 bits) from FT8xx memory
55 * @param address Memory address to read from
57 * @return Value read from memory
62 * @brief Read 2 bytes (16 bits) from FT8xx memory
64 * @param address Memory address to read from
66 * @return Value read from memory
71 * @brief Read 4 bytes (32 bits) from FT8xx memory
73 * @param address Memory address to read from
75 * @return Value read from memory
/Zephyr-latest/tests/kernel/workq/work_queue/
DREADME.txt36 - Submitting work 1 from preempt thread
38 - Submitting work 2 from coop thread
39 - Submitting work 3 from preempt thread
40 - Submitting work 4 from coop thread
42 - Submitting work 5 from preempt thread
43 - Submitting work 6 from coop thread
62 - Submitting delayed work 1 from preempt thread
63 - Submitting delayed work 3 from preempt thread
64 - Submitting delayed work 5 from preempt thread
66 - Submitting delayed work 2 from coop thread
[all …]
/Zephyr-latest/tests/subsys/fs/common/
Dtest_fs_dirops.c150 const char *from = from_path.path; in check_rename() local
155 TESTFS_BCMD_FILE("f1f", 1, 8), /* from f1f to f1t */ in check_rename()
156 TESTFS_BCMD_FILE("f2f", 2, 8), /* from f2f to f2t */ in check_rename()
158 TESTFS_BCMD_FILE("f3f", 4, 8), /* from f3f to d1f/d1f2t */ in check_rename()
159 TESTFS_BCMD_FILE("f4f", 5, 8), /* from f4f to d2t, reject */ in check_rename()
160 TESTFS_BCMD_ENTER_DIR("d1f"), /* from d1f to d1t */ in check_rename()
170 TESTFS_BCMD_FILE("f1t", 1, 8), /* from f1f to f1t */ in check_rename()
171 TESTFS_BCMD_FILE("f2t", 2, 8), /* from f2f to f2t */ in check_rename()
172 TESTFS_BCMD_FILE("f4f", 5, 8), /* from f4f to d2t, reject */ in check_rename()
173 TESTFS_BCMD_ENTER_DIR("d1t"), /* from d1f to d1t */ in check_rename()
[all …]

12345678910>>...163