Home
last modified time | relevance | path

Searched full:15 (Results 1 – 25 of 1541) sorted by relevance

12345678910>>...62

/Zephyr-Core-3.5.0/tests/net/tx_timestamp/
Dprj.conf14 CONFIG_NET_PKT_TX_COUNT=15
15 CONFIG_NET_PKT_RX_COUNT=15
16 CONFIG_NET_BUF_RX_COUNT=15
17 CONFIG_NET_BUF_TX_COUNT=15
/Zephyr-Core-3.5.0/dts/bindings/sensor/
Dti,ina23x-common.yaml17 current-lsb(A) = maximum expected current(A) / 2^15
19 (sensor has 15 bits). For example, if maximum expected current is 15A:
21 current-lsb(A) = 15A / 2^15 ~= 457uA
Dti,ina219.yaml16 Current LSB = max expected current [A] / 2^15
71 15 = 12 bit - 128 sample averaging -> 68.10 ms
91 - 15
107 15 = 12 bit - 128 sample averaging -> 68.10 ms
127 - 15
/Zephyr-Core-3.5.0/tests/net/ptp/clock/
Dprj.conf14 CONFIG_NET_PKT_TX_COUNT=15
15 CONFIG_NET_PKT_RX_COUNT=15
16 CONFIG_NET_BUF_RX_COUNT=15
17 CONFIG_NET_BUF_TX_COUNT=15
/Zephyr-Core-3.5.0/tests/lib/cmsis_dsp/statistics/src/
Dq7.c18 #define ABS_ERROR_THRESH_Q31 ((q31_t)(1 << 15))
37 DEFINE_TEST_VARIANT3(statistics_q7, arm_max_q7, 15, in_com1, 0, 15);
59 DEFINE_TEST_VARIANT3(statistics_q7, arm_min_q7, 15, in_com1, 0, 15);
81 DEFINE_TEST_VARIANT3(statistics_q7, arm_absmax_q7, 15, in_absminmax, 0, 15);
103 DEFINE_TEST_VARIANT3(statistics_q7, arm_absmin_q7, 15, in_absminmax, 0, 15);
137 DEFINE_TEST_VARIANT3(statistics_q7, arm_mean_q7, 15, in_com2, 0, 15);
170 DEFINE_TEST_VARIANT3(statistics_q7, arm_power_q7, 15, in_com1, 0, 15);
/Zephyr-Core-3.5.0/tests/net/vlan/
Dprj.conf15 CONFIG_NET_PKT_TX_COUNT=15
16 CONFIG_NET_PKT_RX_COUNT=15
17 CONFIG_NET_BUF_RX_COUNT=15
18 CONFIG_NET_BUF_TX_COUNT=15
/Zephyr-Core-3.5.0/tests/net/checksum_offload/
Dprj.conf15 CONFIG_NET_PKT_TX_COUNT=15
16 CONFIG_NET_PKT_RX_COUNT=15
17 CONFIG_NET_BUF_RX_COUNT=15
18 CONFIG_NET_BUF_TX_COUNT=15
/Zephyr-Core-3.5.0/soc/nios2/nios2f-zephyr/cpu/
Dghrd_10m50da.qsf172 set_location_assignment PIN_N20 -to mem_dq[15]
230 set_instance_assignment -name IO_STANDARD "SSTL-15" -to mem_dq[0] -tag __ghrd_10m50daf484c6ges_mem_…
232 set_instance_assignment -name IO_STANDARD "SSTL-15" -to mem_dq[1] -tag __ghrd_10m50daf484c6ges_mem_…
234 set_instance_assignment -name IO_STANDARD "SSTL-15" -to mem_dq[2] -tag __ghrd_10m50daf484c6ges_mem_…
236 set_instance_assignment -name IO_STANDARD "SSTL-15" -to mem_dq[3] -tag __ghrd_10m50daf484c6ges_mem_…
238 set_instance_assignment -name IO_STANDARD "SSTL-15" -to mem_dq[4] -tag __ghrd_10m50daf484c6ges_mem_…
240 set_instance_assignment -name IO_STANDARD "SSTL-15" -to mem_dq[5] -tag __ghrd_10m50daf484c6ges_mem_…
242 set_instance_assignment -name IO_STANDARD "SSTL-15" -to mem_dq[6] -tag __ghrd_10m50daf484c6ges_mem_…
244 set_instance_assignment -name IO_STANDARD "SSTL-15" -to mem_dq[7] -tag __ghrd_10m50daf484c6ges_mem_…
254 set_instance_assignment -name IO_STANDARD "SSTL-15" -to mem_a[0] -tag __ghrd_10m50daf484c6ges_mem_i…
[all …]
/Zephyr-Core-3.5.0/tests/lib/cmsis_dsp/filtering/src/
Dmisc_q15.c51 DEFINE_CORRELATE_TEST(14, 15);
56 DEFINE_CORRELATE_TEST(15, 15);
57 DEFINE_CORRELATE_TEST(15, 16);
58 DEFINE_CORRELATE_TEST(15, 17);
59 DEFINE_CORRELATE_TEST(15, 18);
60 DEFINE_CORRELATE_TEST(15, 33);
61 DEFINE_CORRELATE_TEST(16, 15);
66 DEFINE_CORRELATE_TEST(17, 15);
71 DEFINE_CORRELATE_TEST(32, 15);
108 DEFINE_CONV_TEST(14, 15);
[all …]
/Zephyr-Core-3.5.0/tests/net/virtual/
Dprj.conf36 CONFIG_NET_PKT_TX_COUNT=15
37 CONFIG_NET_PKT_RX_COUNT=15
38 CONFIG_NET_BUF_RX_COUNT=15
39 CONFIG_NET_BUF_TX_COUNT=15
/Zephyr-Core-3.5.0/tests/lib/cmsis_dsp/support/src/
Dq7.c41 DEFINE_TEST_VARIANT2(support_q7, arm_copy_q7, 15, in_q7, 15);
68 DEFINE_TEST_VARIANT1(support_q7, arm_fill_q7, 15, 15);
94 DEFINE_TEST_VARIANT3(support_q7, arm_q7_to_float, 15, in_q7, ref_f32, 15);
119 DEFINE_TEST_VARIANT3(support_q7, arm_q7_to_q31, 15, in_q7, ref_q31, 15);
144 DEFINE_TEST_VARIANT3(support_q7, arm_q7_to_q15, 15, in_q7, ref_q15, 15);
/Zephyr-Core-3.5.0/tests/subsys/dsp/basicmath/src/
Dq7.c18 #define ABS_ERROR_THRESH_Q31 ((q31_t)(1 << 15))
45 DEFINE_TEST_VARIANT4(basic_math_q7, zdsp_add_q7, 15, in_com1, in_com2, ref_add, 15);
79 DEFINE_TEST_VARIANT4(basic_math_q7, zdsp_add_q7_in_place, 15, in_com1, in_com2, ref_add, 15);
114 DEFINE_TEST_VARIANT4(basic_math_q7, zdsp_sub_q7, 15, in_com1, in_com2, ref_sub, 15);
148 DEFINE_TEST_VARIANT4(basic_math_q7, zdsp_sub_q7_in_place, 15, in_com1, in_com2, ref_sub, 15);
183 DEFINE_TEST_VARIANT4(basic_math_q7, zdsp_mult_q7, 15, in_com1, in_com2, ref_mult, 15);
217 DEFINE_TEST_VARIANT4(basic_math_q7, zdsp_mult_q7_in_place, 15, in_com1, in_com2, ref_mult, 15);
249 DEFINE_TEST_VARIANT3(basic_math_q7, zdsp_negate_q7, 15, in_com1, ref_negate, 15);
281 DEFINE_TEST_VARIANT3(basic_math_q7, zdsp_negate_q7_in_place, 15, in_com1, ref_negate, 15);
314 DEFINE_TEST_VARIANT4(basic_math_q7, zdsp_offset_q7, 0p5_15, in_com1, 0x40, ref_offset, 15);
[all …]
/Zephyr-Core-3.5.0/tests/drivers/adc/adc_api/boards/
Dsam4s_xplained.overlay9 io-channels = <&adc0 15>;
19 reg = <15>;
24 zephyr,input-positive = <15>;
/Zephyr-Core-3.5.0/dts/bindings/pwm/
Dinfineon,xmc4xxx-ccu4-pwm.yaml26 slice-prescaler = <15 15 15 15>;
75 The range for the prescaler values is [0, 15].
/Zephyr-Core-3.5.0/dts/bindings/pinctrl/
Dite,it8xxx2-pinctrl-func.yaml44 If KSO[15:0] is in GPIO mode, then this bit is always disabled.
49 If KSI[7:0]/KSO[15:0] is in KBS mode , setting 1 enables the internal
51 If KSI[7:0]/KSO[15:0] is in GPIO mode, then this bit is always disabled.
58 mode for KSI[7:0] and KSO[15:0] pins.
/Zephyr-Core-3.5.0/soc/arm/nxp_s32/
DKconfig15 default 15
16 range 0 15
27 range 0 15
/Zephyr-Core-3.5.0/samples/drivers/adc/boards/
Dsam4s_xplained.overlay10 io-channels = <&adc0 5>, <&adc0 15>;
30 reg = <15>;
34 zephyr,input-positive = <15>;
/Zephyr-Core-3.5.0/drivers/ipm/
Dipm_nrfx_ipc.h47 IPC_EVENT_BIT(15) \
67 [15] = BIT(15),
85 [15] = BIT(15),
/Zephyr-Core-3.5.0/tests/bluetooth/audio/codec/
Dprj.conf11 CONFIG_BT_AUDIO_CODEC_CFG_MAX_METADATA_SIZE=15
12 CONFIG_BT_AUDIO_CODEC_CAP_MAX_METADATA_SIZE=15
/Zephyr-Core-3.5.0/boards/arm/stm32l496g_disco/
Darduino_r3_connector.dtsi23 <9 0 &gpioh 15 0>, /* D3 */
28 <14 0 &gpiog 15 0>, /* D8 */
29 <15 0 &gpioh 13 0>, /* D9 */
30 <16 0 &gpioa 15 0>, /* D10 */
/Zephyr-Core-3.5.0/dts/bindings/gpio/
Darduino-nano-header-r3.yaml9 * A 15-pin header with mostly digital signals. The additional NRST (pin3)
11 * A 15-pin Analog Input and power supply header. This has analog input
29 8 D8 A1/D15 15
/Zephyr-Core-3.5.0/doc/security/media/
Dsensor-model.svg33 …-family="Helvetica" font-size="16" font-weight="400" fill="black" x="50.015625" y="15">Apps</tspan>
40 …y="Helvetica" font-size="16" font-weight="400" fill="black" x="30.132812" y="15">Sensor App</tspan>
47 …amily="Helvetica" font-size="16" font-weight="400" fill="black" x="15.552344" y="15">Sensor</tspan>
54 …amily="Helvetica" font-size="16" font-weight="400" fill="black" x="27.647656" y="15">Cloud </tspan>
62 …y="Helvetica" font-size="16" font-weight="400" fill="black" x="32.804688" y="15">Bootloader</tspan>
69 …"Helvetica" font-size="16" font-weight="400" fill="black" x="11.910156" y="15">Software Update </t…
97 …="Helvetica" font-size="16" font-weight="400" fill="black" x=".1328125" y="15">Code execute</tspan>
105 …"Helvetica" font-size="16" font-weight="400" fill="black" x=".48046875" y="15">Install slot2</tspa…
111 …="Helvetica" font-size="16" font-weight="400" fill="black" x=".2890625" y="15">Indicate update</ts…
117 …-family="Helvetica" font-size="16" font-weight="400" fill="black" x=".09375" y="15">Execute</tspan>
[all …]
/Zephyr-Core-3.5.0/tests/net/shell/
Dprj.conf12 CONFIG_NET_BUF_RX_COUNT=15
13 CONFIG_NET_BUF_TX_COUNT=15
/Zephyr-Core-3.5.0/tests/lib/c_lib/src/
Dtest_qsort.c78 1, 18, -78, 35, -67, -71, -12, -69, -60, 91, -15, -99, -33, in ZTEST()
80 15, -61, 36, -49, 24, -72, -63, 77, 88, -93, 13, 49, 41, in ZTEST()
89 -23, -15, -12, -9, -7, -5, -4, 0, 1, 11, 12, 13, 15, in ZTEST()
105 1, 18, -78, 35, -67, -71, -12, -69, -60, 91, -15, -99, -33, -52, in ZTEST()
106 52, -4, -89, -7, 22, -52, -87, 32, -23, 30, -35, -9, 15, -61, in ZTEST()
109 61, -45, 92, 7, 74, -3, -9, 96, 83, 33, 15, -40, -84, -57, in ZTEST()
118 -45, -42, -42, -40, -35, -33, -27, -23, -21, -15, -12, -11, -9, -9, in ZTEST()
119 -7, -6, -5, -4, -3, -2, 0, 1, 7, 11, 12, 13, 15, 15, in ZTEST()
/Zephyr-Core-3.5.0/boards/shields/tcan4550evm/
Dtcan4550evm.overlay29 int-gpios = <&arduino_header 15 GPIO_ACTIVE_LOW>; /* D9 */
30 bosch,mram-cfg = <0x0 15 15 7 7 0 10 10>;

12345678910>>...62