Home
last modified time | relevance | path

Searched +full:3 +full:d (Results 1 – 25 of 1290) sorted by relevance

12345678910>>...52

/Zephyr-latest/tests/subsys/logging/log_links/src/
Dmain.c64 { .source = "xxx", .clevel = 3, .rlevel = 3},
72 { .source = "yyy2", .clevel = 3, .rlevel = 3},
78 { .source = "xxx", .clevel = 3, .rlevel = 3},
128 "Unexpected number of domains (%d)", domains_cnt); in ZTEST()
144 for (uint8_t d = 0; d < log_domains_count(); d++) { in ZTEST() local
145 uint16_t source_cnt = log_src_cnt_get(d); in ZTEST()
147 zassert_equal(source_cnt, exp_source_cnt[d], in ZTEST()
148 "Unexpected source count (%d:%d)", d, source_cnt); in ZTEST()
152 static void test_single_compile_level(uint8_t d, uint16_t s, uint32_t exp_level) in test_single_compile_level() argument
154 uint32_t level = log_filter_get(NULL, d, s, false); in test_single_compile_level()
[all …]
/Zephyr-latest/samples/subsys/nvs/
Dsample.yaml17 - "Id: 3, Reboot_counter: (.*)"
19 - "Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b \
20 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 \
21 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 \
22 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 \
23 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f"
/Zephyr-latest/samples/subsys/rtio/sensor_batch_processing/
DREADME.rst44 D: sensor@0: buf_len = 16, buf = 0x8056430
45 D: sensor@0: buf_len = 16, buf = 0x8056440
46 D: sensor@0: buf_len = 16, buf = 0x8056450
47 D: sensor@0: buf_len = 16, buf = 0x8056460
48 D: Consumed completion event 0
49 D: Consumed completion event 1
50 D: Consumed completion event 2
51 D: Consumed completion event 3
53 D: Sample data:
54 D: 00 01 02 03 04 05 06 07 |........
[all …]
/Zephyr-latest/samples/subsys/fs/zms/
DREADME.rst54 [00:00:00.000,000] <inf> fs_zms: 3 Sectors of 4096 bytes
61 Adding Longarray at id 3
62 [00:00:00.000,000] <inf> fs_zms: 3 Sectors of 4096 bytes
723, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 2…
73 …4 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 …
74 Adding Longarray at id 3
81 [00:00:00.000,000] <inf> fs_zms: 3 Sectors of 4096 bytes
913, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 2…
92 …4 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 …
93 Adding Longarray at id 3
/Zephyr-latest/samples/subsys/zbus/msg_subscriber/
Dsample.yaml13 - "^.*?I: AL Memory allocated \\d{1,3} bytes. Total allocated \\d{1,3} bytes$"
14 - "^.*?I: FR Memory freed \\d{1,3} bytes. Total allocated 0 bytes$"
15 - "^.*?D: 0 -> bar_sub1"
16 - "^.*?D: 1 -> bar_msg_sub1"
17 - "^.*?D: 2 -> bar_msg_sub2"
18 - "^.*?D: 3 -> bar_msg_sub3"
19 - "^.*?D: 4 -> bar_msg_sub4"
20 - "^.*?D: 5 -> bar_msg_sub5"
21 - "^.*?D: 6 -> bar_msg_sub6"
22 - "^.*?D: 7 -> bar_msg_sub7"
[all …]
/Zephyr-latest/samples/subsys/logging/logger/src/
Dext_log_system.c20 ext_log(EXT_LOG_ERROR, "error level log, 1 arguments: %d", 1); in ext_log_system_foo()
22 ext_log(EXT_LOG_WARNING, "warning level log, 2 arguments: %d %d", 1, 2); in ext_log_system_foo()
24 ext_log(EXT_LOG_NOTICE, "notice level log, 3 arguments: %d, %s, 0x%08x", in ext_log_system_foo()
27 ext_log(EXT_LOG_INFO, "info level log, 4 arguments : %d %d %d %d", in ext_log_system_foo()
28 1, 2, 3, 4); in ext_log_system_foo()
30 ext_log(EXT_LOG_DEBUG, "debug level log, 5 arguments: %d %d %d %d %d", in ext_log_system_foo()
31 1, 2, 3, 4, 5); in ext_log_system_foo()
/Zephyr-latest/tests/lib/mem_blocks_stats/src/
Dmain.c30 zassert_equal(status, -EINVAL, "Routine returned %d instead of %d", in ZTEST()
34 zassert_equal(status, -EINVAL, "Routine returned %d instead of %d", in ZTEST()
43 zassert_equal(status, -EINVAL, "Routine returned %d instead of %d", in ZTEST()
51 void *blocks[3]; in ZTEST()
56 zassert_equal(status, 0, "Routine failed with status %d\n", status); in ZTEST()
70 status = sys_mem_blocks_alloc(&mem_block_01, 3, blocks); in ZTEST()
71 zassert_equal(status, 0, "Routine failed to allocate 3 blocks (%d)\n", in ZTEST()
74 zassert_equal(status, 0, "Routine failed with status %d\n", status); in ZTEST()
76 zassert_equal(stats.free_bytes, BLK_SZ * (NUM_BLOCKS - 3), in ZTEST()
78 BLK_SZ * (NUM_BLOCKS - 3), stats.free_bytes); in ZTEST()
[all …]
/Zephyr-latest/tests/kernel/mem_slab/mslab_stats/src/
Dmain.c26 zassert_equal(status, -EINVAL, "Routine returned %d instead of %d", in ZTEST()
30 zassert_equal(status, -EINVAL, "Routine returned %d instead of %d", in ZTEST()
39 zassert_equal(status, -EINVAL, "Routine returned %d instead of %d", in ZTEST()
47 void *memory[3]; in ZTEST()
52 zassert_equal(status, 0, "Routine failed with status %d\n", status); in ZTEST()
67 zassert_equal(status, 0, "Routine failed to allocate 1st block (%d)\n", in ZTEST()
70 zassert_equal(status, 0, "Routine failed to allocate 2nd block (%d)\n", in ZTEST()
73 zassert_equal(status, 0, "Routine failed to allocate 3rd block (%d)\n", in ZTEST()
76 zassert_equal(status, 0, "Routine failed with status %d\n", status); in ZTEST()
78 zassert_equal(stats.free_bytes, BLK_SZ * (NUM_BLOCKS - 3), in ZTEST()
[all …]
/Zephyr-latest/tests/bsim/bluetooth/audio/test_scripts/
Dcap_capture_and_render.sh18 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=cap_commander_capture_and_render \
19 -RealEncryption=1 -rs=46 -D=3
22 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=1 -testid=cap_acceptor_capture_and_render \
23 -RealEncryption=1 -rs=23 -D=3
26 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=2 -testid=cap_acceptor_capture_and_render \
27 -RealEncryption=1 -rs=69 -D=3
31 -D=3 -sim_length=60e6 $@
Dbap_bass_client_sync.sh18 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=bap_scan_delegator_client_sync \
19 -RealEncryption=1 -rs=24 -D=3
22 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=1 \
23 -testid=bap_broadcast_assistant_client_sync -RealEncryption=1 -rs=46 -D=3
26 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=2 -testid=bass_broadcaster \
27 -RealEncryption=1 -rs=69 -D=3
30 Execute ./bs_2G4_phy_v1 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -D=3 \
Dbap_bass_server_sync_client_rem.sh16 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 \
17 -testid=bap_scan_delegator_server_sync_client_rem -RealEncryption=1 -rs=24 -D=3
20 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=1 \
21 -testid=bap_broadcast_assistant_server_sync_client_rem -RealEncryption=1 -rs=46 -D=3
24 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=2 -testid=bass_broadcaster \
25 -RealEncryption=1 -rs=69 -D=3
28 Execute ./bs_2G4_phy_v1 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -D=3 \
Dbap_bass_server_sync_server_rem.sh15 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 \
16 -testid=bap_scan_delegator_server_sync_server_rem -RealEncryption=1 -rs=24 -D=3
19 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=1 \
20 -testid=bap_broadcast_assistant_server_sync_server_rem -RealEncryption=1 -rs=46 -D=3
23 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=2 -testid=bass_broadcaster \
24 -RealEncryption=1 -rs=69 -D=3
27 Execute ./bs_2G4_phy_v1 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -D=3 \
Dbap_broadcast_audio_assistant.sh18 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 \
19 -testid=broadcast_sink_with_assistant -RealEncryption=1 -rs=24 -D=3
22 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=1 \
23 -testid=bap_broadcast_assistant_client_sync -RealEncryption=1 -rs=46 -D=3
26 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=2 \
27 -testid=broadcast_source -RealEncryption=1 -rs=69 -D=3
30 Execute ./bs_2G4_phy_v1 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -D=3 -sim_length=60e6 $@
Dbap_broadcast_audio_assistant_incorrect_code.sh18 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -RealEncryption=1 \
19 -testid=broadcast_sink_with_assistant_incorrect_code -rs=24 -D=3
22 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=1 -RealEncryption=1 \
23 -testid=bap_broadcast_assistant_client_sync_incorrect_code -rs=46 -D=3
26 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=2 -RealEncryption=1 \
27 -testid=broadcast_source_encrypted -rs=69 -D=3
30 Execute ./bs_2G4_phy_v1 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -D=3 \
Dgmap_unicast_ac_11_ii.sh19 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=gmap_ugg_ac_11_ii -RealEncryption=1 \
20 -rs=23 -D=3 -argstest sink_preset $1 source_preset $2
23 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=1 -testid=gmap_ugt -RealEncryption=1 \
24 -rs=46 -D=3
27 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=2 -testid=gmap_ugt -RealEncryption=1 \
28 -rs=69 -D=3
32 -D=3 -sim_length=60e6 ${@:3}
Dgmap_unicast_ac_7_ii.sh19 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=gmap_ugg_ac_7_ii -RealEncryption=1 \
20 -rs=23 -D=3 -argstest sink_preset $1 source_preset $2
23 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=1 -testid=gmap_ugt -RealEncryption=1 \
24 -rs=46 -D=3
27 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=2 -testid=gmap_ugt -RealEncryption=1 \
28 -rs=69 -D=3
32 -D=3 -sim_length=60e6 ${@:3}
Dgmap_unicast_ac_8_ii.sh19 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=gmap_ugg_ac_8_ii -RealEncryption=1 \
20 -rs=23 -D=3 -argstest sink_preset $1 source_preset $2
23 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=1 -testid=gmap_ugt -RealEncryption=1 \
24 -rs=46 -D=3
27 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=2 -testid=gmap_ugt -RealEncryption=1 \
28 -rs=69 -D=3
32 -D=3 -sim_length=60e6 ${@:3}
Dgmap_unicast_ac_6_ii.sh19 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=gmap_ugg_ac_6_ii -RealEncryption=1 \
20 -rs=23 -D=3 -argstest sink_preset $1
23 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=1 -testid=gmap_ugt -RealEncryption=1 \
24 -rs=46 -D=3
27 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=2 -testid=gmap_ugt -RealEncryption=1 \
28 -rs=69 -D=3
32 -D=3 -sim_length=60e6 ${@:2}
Dcap_unicast_ac_11_ii.sh19 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=cap_initiator_ac_11_ii \
20 -RealEncryption=1 -rs=23 -D=3 -argstest sink_preset $1 source_preset $2
23 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=1 -testid=cap_acceptor_unicast \
24 -RealEncryption=1 -rs=46 -D=3
27 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=2 -testid=cap_acceptor_unicast \
28 -RealEncryption=1 -rs=69 -D=3
32 -D=3 -sim_length=60e6 ${@:3}
Dcap_unicast_ac_7_ii.sh19 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=cap_initiator_ac_7_ii \
20 -RealEncryption=1 -rs=23 -D=3 -argstest sink_preset $1 source_preset $2
23 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=1 -testid=cap_acceptor_unicast \
24 -RealEncryption=1 -rs=46 -D=3
27 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=2 -testid=cap_acceptor_unicast \
28 -RealEncryption=1 -rs=69 -D=3
32 -D=3 -sim_length=60e6 ${@:3}
Dcap_unicast_ac_8_ii.sh19 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=cap_initiator_ac_8_ii \
20 -RealEncryption=1 -rs=23 -D=3 -argstest sink_preset $1 source_preset $2
23 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=1 -testid=cap_acceptor_unicast \
24 -RealEncryption=1 -rs=46 -D=3
27 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=2 -testid=cap_acceptor_unicast \
28 -RealEncryption=1 -rs=69 -D=3
32 -D=3 -sim_length=60e6 ${@:3}
Dcsip.sh20 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=csip_set_coordinator \
21 -RealEncryption=1 -rs=1 -D=4
24 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=1 -testid=csip_set_member \
25 -RealEncryption=1 -rs=2 -D=4 -argstest rank 1
28 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=2 -testid=csip_set_member \
29 -RealEncryption=1 -rs=3 -D=4 -argstest rank 2
32 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=3 -testid=csip_set_member \
33 -RealEncryption=1 -rs=4 -D=4 -argstest rank 3
37 -D=4 -sim_length=60e6 $@
Dcsip_new_sirk.sh20 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=csip_set_coordinator_new_sirk \
21 -RealEncryption=1 -rs=1 -D=4
24 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=1 -testid=csip_set_member_new_sirk \
25 -RealEncryption=1 -rs=2 -D=4 -argstest rank 1
28 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=2 -testid=csip_set_member_new_sirk \
29 -RealEncryption=1 -rs=3 -D=4 -argstest rank 2
32 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=3 -testid=csip_set_member_new_sirk \
33 -RealEncryption=1 -rs=4 -D=4 -argstest rank 3
37 -D=4 -sim_length=60e6 $@
/Zephyr-latest/doc/build/cmake/
Dbuild-build-phase-5.svg43 Chrome/91.0.4472.164 Electron/13.6.1 Safari/537.36&quot; etag=&quot;SZuIj9ftwe1RCb3o-iky&quot; v…
/Zephyr-latest/drivers/sensor/ti/tmag5273/
DKconfig1 # TMAG5273 Low-Power Linear 3D Hall-Effect Sensor configuration options
7 bool "TMAG5273/TMAG3001 3D Hall-Effect Sensor"
14 Enable driver for TMAG5273 and TMAG3001 I2C-based 3d Hall-Effect sensor.

12345678910>>...52