Home
last modified time | relevance | path

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

12345

/Zephyr-Core-3.4.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.4.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.4.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.4.0/tests/lib/cmsis_dsp/filtering/src/
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_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_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_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()
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()
/Zephyr-Core-3.4.0/dts/bindings/tach/
Dnuvoton,npcx-tach.yaml27 pulses-per-round:
29 description: number of pulses (holes) per round of tachometer's input (encoder)
Dite,it8xxx2-tach.yaml32 pulses-per-round:
35 description: number of pulses per round of tachometer's input
/Zephyr-Core-3.4.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 *)k_##src##_to_##dst##_##round##prec \
177 if (t->round == ROUND_floor) { in test_conversion()
180 } else if (t->round == ROUND_ceil) { in test_conversion()
191 val, val, from_hz, to_hz, t->precision, round_s[t->round], in test_conversion()
/Zephyr-Core-3.4.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.4.0/
D.codecov.yml7 round: down
/Zephyr-Core-3.4.0/soc/arm/aspeed/ast10x0/tools/
Dgen_uart_booting_image.py17 # get src size and round up to 4-byte align
/Zephyr-Core-3.4.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.4.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.4.0/boards/arm/npcx7m6fb_evb/
Dnpcx7m6fb_evb.dts112 pulses-per-round = <1>; /* number of pulses per round of encoder */
/Zephyr-Core-3.4.0/drivers/interrupt_controller/
Dintc_arcv2_irq_unit.c29 * - select round-robbin in arc_shared_intc_init()
50 * Fake round-robin: we allow to distribute interrupts only to primary core as in arc_shared_intc_init()
/Zephyr-Core-3.4.0/doc/hardware/peripherals/canbus/
Disotp_sequence.svg129 <path style="fill:none;stroke-width:0.79701;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0…
148 <path style="fill:none;stroke-width:0.79701;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0…
179 <path style="fill:none;stroke-width:0.79701;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0…
206 <path style="fill:none;stroke-width:0.79701;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0…
233 <path style="fill:none;stroke-width:0.79701;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0…
260 <path style="fill:none;stroke-width:0.79701;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0…
291 <path style="fill:none;stroke-width:0.79701;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0…
318 <path style="fill:none;stroke-width:0.79701;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0…
347 <path style="fill:none;stroke-width:0.3985;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%…
348 <path style="fill:none;stroke-width:0.3985;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%…
[all …]
/Zephyr-Core-3.4.0/boards/arm/npcx9m6f_evb/
Dnpcx9m6f_evb.dts124 pulses-per-round = <1>; /* number of pulses per round of encoder */
/Zephyr-Core-3.4.0/drivers/sensor/ite_tach_it8xxx2/
Dtach_ite_it8xxx2.c76 /* Number of pulses per round of tachometer's input */
159 * - P denotes the numbers of pulses per round in tach_it8xxx2_channel_get()
167 * - P denotes the numbers of pulses per round in tach_it8xxx2_channel_get()

12345