Home
last modified time | relevance | path

Searched full:starting (Results 1 – 25 of 737) sorted by relevance

12345678910>>...30

/Zephyr-latest/tests/benchmarks/sys_kernel/
DREADME.txt23 Starting test. Please wait...
34 Starting test. Please wait...
46 Starting test. Please wait...
56 Starting test. Please wait...
68 Starting test. Please wait...
80 Starting test. Please wait...
90 Starting test. Please wait...
102 Starting test. Please wait...
114 Starting test. Please wait...
124 Starting test. Please wait...
[all …]
/Zephyr-latest/samples/bluetooth/extended_adv/
DREADME.rst23 strongly recommended (e.g. using a work item), as re-starting an advertiser or
52 Starting Extended Advertising Demo
53 Starting Extended Advertising
60 Starting Extended Advertising
67 Starting Extended Advertising
74 Starting Extended Advertising Demo [Scanner]
82 Starting to scan for extended adv
90 Starting to scan for extended adv
/Zephyr-latest/scripts/native_simulator/common/src/
Dnsi_internal.h19 * This routine finds the first bit set starting from the least significant bit
21 * numbered starting at 1 from the least significant bit. A return value of
35 * This routine finds the first bit set starting from the least significant bit
37 * numbered starting at 1 from the least significant bit. A return value of
/Zephyr-latest/include/zephyr/arch/common/
Dffs.h23 * This routine finds the first bit set starting from the most significant bit
25 * numbered starting at 1 from the least significant bit. A return value of
45 * This routine finds the first bit set starting from the least significant bit
47 * numbered starting at 1 from the least significant bit. A return value of
/Zephyr-latest/lib/utils/
Dutf8.c35 /* Find the starting byte and NULL-terminate other bytes */ in utf8_trunc()
42 bytes_truncated++; /* include the starting byte */ in utf8_trunc()
46 * matches the number of bytes we searched for the starting byte in utf8_trunc()
63 /* NULL-terminate the unterminated starting byte */ in utf8_trunc()
/Zephyr-latest/include/zephyr/sys/
Dbitarray.h179 * @param offset Starting bit location
199 * @param[in] offset Starting bit position
217 * @param[in] offset Starting bit position
229 * This marks the number of bits (@p num_bits) starting from @p offset
234 * @param offset Starting bit position to free
247 * This tests if the number of bits (@p num_bits) in region starting
252 * @param offset Starting bit position to test
263 * This tests if the number of bits (@p num_bits) in region starting
268 * @param offset Starting bit position to test
279 * This sets the number of bits (@p num_bits) in region starting
[all …]
Dsys_io.h92 * This functions takes the designated bit starting from port and sets it to 1.
102 * This functions takes the designated bit starting from port and sets it to 0.
112 * This functions takes the designated bit starting from port and tests its
125 * This functions takes the designated bit starting from port, tests its
138 * This functions takes the designated bit starting from port, tests its
242 * This functions takes the designated bit starting from addr and sets it to 1.
272 * This functions takes the designated bit starting from addr and sets it to 0.
282 * This functions takes the designated bit starting from addr and tests its
295 * This functions takes the designated bit starting from addr, tests its
308 * This functions takes the designated bit starting from addr, test its
[all …]
/Zephyr-latest/samples/net/mqtt_publisher/
Ddocker-test.sh10 echo "Starting MQTT test"
28 echo "Starting MQTT TLS test"
48 echo "Starting MQTT TLS + proxy test"
/Zephyr-latest/tests/bluetooth/host/conn/src/
Dmain.c78 zassert_equal(err, -EINVAL, "Failed starting initiator (err %d)", err); in ZTEST()
81 zassert_equal(err, -EAGAIN, "Failed starting initiator (err %d)", err); in ZTEST()
87 zassert_not_equal(err, -EINVAL, "Failed starting initiator (err %d)", err); in ZTEST()
124 zassert_equal(err, -EINVAL, "Failed starting initiator (err %d)", err); in ZTEST()
127 zassert_equal(err, -EAGAIN, "Failed starting initiator (err %d)", err); in ZTEST()
133 zassert_not_equal(err, -EINVAL, "Failed starting initiator (err %d)", err); in ZTEST()
/Zephyr-latest/tests/kernel/workq/work_queue/
DREADME.txt33 Starting sequence test
50 Starting resubmit test
59 Starting delayed test
76 Starting delayed resubmit test
85 Starting delayed resubmit from coop thread test
95 Starting delayed cancel test
/Zephyr-latest/tests/lib/mem_alloc/
DREADME.txt42 starting test - test_malloc
45 starting test - test_free
48 starting test - test_calloc
51 starting test - test_realloc
54 starting test - test_reallocarray
57 starting test - test_memalloc_all
60 starting test - test_memalloc_max
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dcsip_notify_client_test.c64 printk("Starting scan\n"); in test_main()
81 printk("Starting Discovery\n"); in test_main()
97 printk("Starting scan\n"); in test_main()
114 printk("Starting Discovery\n"); in test_main()
/Zephyr-latest/drivers/sensor/tdk/icm42688/
Dicm42688_emul.h15 * @param reg_addr The starting address of the register to modify
26 * @param reg_addr The starting address of the register to read
/Zephyr-latest/tests/boot/test_mcuboot/
Dtestcase.yaml7 - "I: Starting bootloader"
10 - "I: Starting swap using (.*)|I: Image 0 upgrade secondary slot -> primary slot"
/Zephyr-latest/subsys/fs/ext2/
DKconfig41 int "Ext2 starting sector"
44 The current Ext2 implementation does not support GUID Partition Table. The starting sector
/Zephyr-latest/drivers/sensor/asahi_kasei/akm09918c/
Dakm09918c_emul.h15 * @param reg_addr The starting address of the register to modify
26 * @param reg_addr The starting address of the register to read
/Zephyr-latest/samples/subsys/ipc/rpmsg_service/
DREADME.rst56 Starting application thread!
70 Starting application thread!
108 Starting application thread!
122 Starting application thread!
145 Starting application thread!
/Zephyr-latest/subsys/net/conn_mgr/
DKconfig32 int "Monitoring thread starting priority"
36 This sets the starting priority of the conn_mgr_monitor thread.
/Zephyr-latest/samples/bluetooth/channel_sounding/
DREADME.rst23 as a starting point for these samples.
64 Starting Channel Sounding Demo
81 Starting Channel Sounding Demo
101 Starting Channel Sounding Demo
116 Starting Channel Sounding Demo
/Zephyr-latest/tests/boot/with_mcumgr/pytest/
Dtest_upgrade.py76 'Starting swap using move algorithm'
90 'Starting swap using move algorithm'
131 'Starting swap using move algorithm'
145 'Starting swap using move algorithm'
205 match_no_lines(output, ['Starting swap using move algorithm'])
/Zephyr-latest/tests/kernel/workq/work_queue/src/
Dmain.c233 LOG_DBG("Starting resubmit test"); in ZTEST()
343 LOG_DBG("Starting delayed cancel test"); in ZTEST()
364 LOG_DBG("Starting delayed pending test"); in ZTEST()
402 LOG_DBG("Starting delayed test"); in ZTEST()
500 LOG_DBG("Starting triggered test"); in ZTEST()
531 LOG_DBG("Starting triggered test"); in ZTEST()
583 LOG_DBG("Starting triggered resubmit test"); in ZTEST()
624 LOG_DBG("Starting triggered test"); in ZTEST()
655 LOG_DBG("Starting triggered test"); in ZTEST()
683 LOG_DBG("Starting triggered test"); in ZTEST()
[all …]
/Zephyr-latest/samples/bluetooth/scan_adv/src/
Dmain.c38 printk("Starting Scanner/Advertiser Demo\n"); in main()
51 printk("Starting scanning failed (err %d)\n", err); in main()
/Zephyr-latest/samples/bluetooth/hci_uart_3wire/boards/
Dnrf9160dk_nrf52840_0_14_0.overlay7 /* Use the reset line that is available starting from v0.14.0 of the DK. */
/Zephyr-latest/samples/bluetooth/hci_uart/boards/
Dnrf9160dk_nrf52840_0_14_0.overlay7 /* Use the reset line that is available starting from v0.14.0 of the DK. */
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/
DKconfig23 int "Delay before starting scan (in seconds)"
29 before starting scanning for Broadcast Sources.

12345678910>>...30