Home
last modified time | relevance | path

Searched full:round (Results 1 – 25 of 126) sorted by relevance

123456

/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/gatt/settings/src/
Dserver.c53 /* on-disk hash will be different when round 2 (and round 4) in server_round_1()
89 /* on-disk hash will be different when round 2 (and round 4) in server_round_3()
134 * Round 0 -> 1: test CCC / CF values written before bonding are stored to NVS
137 * Round 1 -> 2: test change-awareness is updated if GATT DB changes _after_ the
138 * peer has disconnected. In round 2 we also make sure we receive the Service
141 * Round 2 -> 3: tests `CONFIG_BT_SETTINGS_CF_STORE_ON_WRITE` does its job, and
146 * Round 3 -> 4: same as (1->2), except this time we won't get the SC indication
151 * Round 4 -> 5: tests change-awareness status is still written on disconnect.
155 * Round 5 -> 6: tests DFU corner case: in this case, we are on the first boot
158 * time to execute and store that the peers are now change-unaware. Round 6 then
[all …]
Dclient.c23 printk("start round 0...........\n"); in client_round_0()
50 printk("start round 1...........\n"); in client_round_1()
66 printk("start round 2...........\n"); in client_round_2()
80 * device will be unresponsive for this round. in client_round_2()
91 printk("start round 3...........\n"); in client_round_3()
102 * In the next round, we will be change-unaware, so the first ATT read in client_round_3()
115 printk("start round 4...........\n"); in client_round_4()
135 printk("start round 5...........\n"); in client_round_5()
144 printk("start round 6...........\n"); in client_round_6()
Dmain.c48 bs_trace_raw(0, "Test round %u\n", test_round); in test_args()
49 bs_trace_raw(0, "Final round %u\n", final_round); in test_args()
112 /* Each `server` round/instance gets a connection to the previous and to in backchannel_init()
199 PASS("round %d over\n", get_test_round()); in signal_next_test_round()
/Zephyr-Core-3.5.0/doc/security/media/
Dsensor-model.svg31 … M 454 271.996 L 307.5 271.996" stroke="gray" stroke-linecap="round" stroke-linejoin="round" strok…
38 …y="501" width="153" height="63" stroke="gray" stroke-linecap="round" stroke-linejoin="round" strok…
45 …1 501 L 1030.4 564 L 908 564 Z" stroke="gray" stroke-linecap="round" stroke-linejoin="round" strok…
52 …304.40334 881.9466 289.88373 Z" stroke="gray" stroke-linecap="round" stroke-linejoin="round" strok…
60 …"452.5" width="153" height="63" stroke="gray" stroke-linecap="round" stroke-linejoin="round" strok…
67 …"319.5" width="153" height="63" stroke="gray" stroke-linecap="round" stroke-linejoin="round" strok…
74 …t="url(#FilledArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" strok…
77 …end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" strok…
80 …end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" strok…
83 …t="url(#FilledArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" strok…
[all …]
/Zephyr-Core-3.5.0/boards/arm/nrf52840dongle_nrf52840/doc/img/
DnRF52840_dongle_press_reset.svg7 …l="none" stroke="#000000" stroke-width="0.72" stroke-linecap="round" stroke-linejoin="round" strok…
9 …l="none" stroke="#000000" stroke-width="0.72" stroke-linecap="round" stroke-linejoin="round" strok…
11 …l="none" stroke="#000000" stroke-width="0.72" stroke-linecap="round" stroke-linejoin="round" strok…
13 …l="none" stroke="#000000" stroke-width="0.72" stroke-linecap="round" stroke-linejoin="round" strok…
15 …l="none" stroke="#000000" stroke-width="0.72" stroke-linecap="round" stroke-linejoin="round" strok…
17 …l="none" stroke="#000000" stroke-width="0.72" stroke-linecap="round" stroke-linejoin="round" strok…
19 …l="none" stroke="#000000" stroke-width="0.72" stroke-linecap="round" stroke-linejoin="round" strok…
21 …l="none" stroke="#000000" stroke-width="0.72" stroke-linecap="round" stroke-linejoin="round" strok…
23 …l="none" stroke="#000000" stroke-width="0.72" stroke-linecap="round" stroke-linejoin="round" strok…
25 …l="none" stroke="#000000" stroke-width="0.72" stroke-linecap="round" stroke-linejoin="round" strok…
[all …]
/Zephyr-Core-3.5.0/tests/lib/cmsis_dsp/filtering/src/
Dfir_f32.c35 int round; in ZTEST() local
56 round = tap_count / COEFF_PADDING; in ZTEST()
57 if ((round * COEFF_PADDING) < tap_count) { in ZTEST()
58 round++; in ZTEST()
60 round = round * COEFF_PADDING; in ZTEST()
61 memset(coeff_padded, 0, round * sizeof(float32_t)); in ZTEST()
Dfir_q31.c35 int round; in ZTEST() local
56 round = tap_count / COEFF_PADDING; in ZTEST()
57 if ((round * COEFF_PADDING) < tap_count) { in ZTEST()
58 round++; in ZTEST()
60 round = round * COEFF_PADDING; in ZTEST()
61 memset(coeff_padded, 0, round * sizeof(q31_t)); in ZTEST()
Dfir_q7.c35 int round; in ZTEST() local
56 round = tap_count / COEFF_PADDING; in ZTEST()
57 if ((round * COEFF_PADDING) < tap_count) { in ZTEST()
58 round++; in ZTEST()
60 round = round * COEFF_PADDING; in ZTEST()
61 memset(coeff_padded, 0, round * sizeof(q7_t)); in ZTEST()
Dfir_f16.c35 int round; in ZTEST() local
56 round = tap_count / COEFF_PADDING; in ZTEST()
57 if ((round * COEFF_PADDING) < tap_count) { in ZTEST()
58 round++; in ZTEST()
60 round = round * COEFF_PADDING; in ZTEST()
61 memset(coeff_padded, 0, round * sizeof(float16_t)); in ZTEST()
Dfir_q15.c35 int round; in ZTEST() local
56 round = tap_count / COEFF_PADDING; in ZTEST()
57 if ((round * COEFF_PADDING) < tap_count) { in ZTEST()
58 round++; in ZTEST()
60 round = round * COEFF_PADDING; in ZTEST()
61 memset(coeff_padded, 0, round * sizeof(q15_t)); in ZTEST()
/Zephyr-Core-3.5.0/tests/kernel/timer/timer_api/src/
Dtimer_convert.c15 enum round { ROUND_floor, ROUND_ceil, ROUND_near }; enum
27 enum round round; member
31 #define TESTREC(src, dst, round, prec) { \ argument
32 UNIT_##src, UNIT_##dst, prec, ROUND_##round, \
33 (void *)test_##src##_to_##dst##_##round##prec \
37 #define TESTVAR(src, dst, round, prec) argument
39 #define TESTVAR(src, dst, round, prec) \ argument
40 uint##prec##_t test_##src##_to_##dst##_##round##prec##_val = \
41 k_##src##_to_##dst##_##round##prec(42);
44 #define TESTFUNC(src, dst, round, prec) \ argument
[all …]
/Zephyr-Core-3.5.0/dts/bindings/tach/
Dite,it8xxx2-tach.yaml32 pulses-per-round:
35 description: number of pulses per round of tachometer's input
Dnuvoton,npcx-tach.yaml27 pulses-per-round:
29 description: number of pulses (holes) per round of tachometer's input (encoder)
/Zephyr-Core-3.5.0/include/zephyr/sys/
Dtime_units.h130 * Compute the offset needed to round the result correctly when
149 * Compute the offset needed to round the result correctly when
270 * "near" => "Round nearest",
280 * for my $round ("floor", "near", "ceil") {
283 * my $sym = "k_${from_unit}_to_${to_unit}_$round$sz";
288 * my $rup = $round eq "ceil" ? "true" : "false";
289 * my $roff = $round eq "near" ? "true" : "false";
293 * my $hround = $human_round{$round};
298 * if ($round eq "ceil") {
300 * } elsif ($round eq "near") {
[all …]
/Zephyr-Core-3.5.0/boards/posix/doc/
DZephyr_and_bsim.svg15 .st1 {fill:#ebf1df;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.75}
18 .st4 {fill:none;stroke:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.75}
20 …troke:#000000;stroke-dasharray:5.25,3.75,0,3.75;stroke-linecap:round;stroke-linejoin:round;stroke-…
21 .st7 {fill:#fcebdd;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.75}
22 .st8 {stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.24}
25 ….st11 {stroke:#000000;stroke-dasharray:0,20;stroke-linecap:round;stroke-linejoin:round;stroke-widt…
Dlayering.svg15 .st1 {fill:#fff2cc;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.75}
17 .st3 {fill:#ebf1df;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.75}
19 .st5 {fill:#fcebdd;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.75}
20 .st6 {fill:#dbeef3;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.75}
21 .st7 {fill:none;stroke:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.75}
DPort_vs_QEMU_vs.svg14 ….st1 {marker-end:url(#mrkr13-6);stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-w…
16 .st3 {fill:none;stroke:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.75}
21 .st8 {fill:#d1b3e8;stroke:#7030a0;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.75}
23 .st10 {fill:#8cdfff;stroke:#0070c0;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.75}
24 .st11 {fill:#ebf1df;stroke:#50632a;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.75}
25 .st12 {stroke:#000000;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.75}
27 .st14 {fill:#fff2cc;stroke:#7f6000;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.75}
28 .st15 {fill:#dbeef3;stroke:#205867;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.75}
29 .st16 {fill:#fff0f0;stroke:#923931;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.75}
31 .st18 {fill:#eeeaf2;stroke:#54426a;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.75}
/Zephyr-Core-3.5.0/
D.codecov.yml7 round: down
/Zephyr-Core-3.5.0/soc/arm/aspeed/ast10x0/tools/
Dgen_uart_booting_image.py17 # get src size and round up to 4-byte align
/Zephyr-Core-3.5.0/tests/arch/arc/arc_dsp_sharing/src/
Dmain.c21 * Enable round robin scheduling to allow both the low priority complex in generic_setup()
/Zephyr-Core-3.5.0/tests/kernel/fpu_sharing/generic/src/
Dmain.c23 * Enable round robin scheduling to allow both the low priority pi in generic_setup()
/Zephyr-Core-3.5.0/soc/x86/intel_ish/utils/
Dbuild_ish_firmware.py91 # Filling padings due to size round up as pages
98 # Filling padings due to size round up as pages
/Zephyr-Core-3.5.0/boards/arm/npcx7m6fb_evb/
Dnpcx7m6fb_evb.dts92 pulses-per-round = <1>; /* number of pulses per round of encoder */
/Zephyr-Core-3.5.0/boards/arm/npcx9m6f_evb/
Dnpcx9m6f_evb.dts104 pulses-per-round = <1>; /* number of pulses per round of encoder */
/Zephyr-Core-3.5.0/drivers/interrupt_controller/
Dintc_arcv2_irq_unit.c31 * - select round-robbin in arc_shared_intc_init()
52 * Fake round-robin: we allow to distribute interrupts only to primary core as in arc_shared_intc_init()

123456