Home
last modified time | relevance | path

Searched +full:11 +full:- +full:12 (Results 1 – 25 of 1219) sorted by relevance

12345678910>>...49

/Zephyr-latest/samples/modules/cmsis_dsp/moving_average/
Dsample.yaml7 - samples
9 - qemu_cortex_m0
10 - native_sim
12 - cmsis-dsp
17 - "Input\\[00\\]: 0 0 0 0 0 0 0 0 0 0 | Output\\[00\\]: 0.00"
18 - "Input\\[01\\]: 0 0 0 0 0 0 0 0 0 1 | Output\\[01\\]: 0.10"
19 - "Input\\[02\\]: 0 0 0 0 0 0 0 0 1 2 | Output\\[02\\]: 0.30"
20 - "Input\\[03\\]: 0 0 0 0 0 0 0 1 2 3 | Output\\[03\\]: 0.60"
21 - "Input\\[04\\]: 0 0 0 0 0 0 1 2 3 4 | Output\\[04\\]: 1.00"
22 - "Input\\[05\\]: 0 0 0 0 0 1 2 3 4 5 | Output\\[05\\]: 1.50"
[all …]
/Zephyr-latest/dts/bindings/sensor/
Dti,ina219.yaml2 # SPDX-License-Identifier: Apache-2.0
8 include: [sensor-device.yaml, i2c-device.yaml]
11 lsb-microamp:
17 example: 100 -> ~3A
18 shunt-milliohm:
31 The default of 32V is the power-on reset value of the device.
35 - 0
36 - 1
42 0 = 1 -> ±40 mV
43 1 = /2 -> ±80 mV
[all …]
/Zephyr-latest/tests/lib/cmsis_dsp/filtering/src/
Dmisc_f16.c3 * Copyright (C) 2010-2021 ARM Limited or its affiliates. All rights reserved.
5 * SPDX-License-Identifier: Apache-2.0
17 #define REL_ERROR_THRESH (1.0e-4)
18 #define ABS_ERROR_THRESH (1.0e-3)
20 #define REL_ERROR_THRESH_LD (1.0e-3)
21 #define ABS_ERROR_THRESH_LD (1.0e-3)
61 DEFINE_CORRELATE_TEST(4, 11);
66 DEFINE_CORRELATE_TEST(5, 11);
71 DEFINE_CORRELATE_TEST(6, 11);
76 DEFINE_CORRELATE_TEST(9, 11);
[all …]
Dmisc_f32.c3 * Copyright (C) 2010-2021 ARM Limited or its affiliates. All rights reserved.
5 * SPDX-License-Identifier: Apache-2.0
17 #define REL_ERROR_THRESH (1.0e-6)
18 #define ABS_ERROR_THRESH (1.0e-5)
19 #define REL_ERROR_THRESH_LD (1.0e-6)
20 #define ABS_ERROR_THRESH_LD (1.0e-6)
31 * refer to the CMSIS-DSP bug ARM-software/CMSIS-DSP#59. in test_arm_correlate_f32()
69 DEFINE_CORRELATE_TEST(4, 11);
74 DEFINE_CORRELATE_TEST(5, 11);
79 DEFINE_CORRELATE_TEST(6, 11);
[all …]
Dmisc_q31.c3 * Copyright (C) 2010-2021 ARM Limited or its affiliates. All rights reserved.
5 * SPDX-License-Identifier: Apache-2.0
18 #define ABS_ERROR_THRESH_FAST_Q31 ((q31_t)11)
30 * refer to the CMSIS-DSP bug ARM-software/CMSIS-DSP#59. in test_arm_correlate_q31()
65 DEFINE_CORRELATE_TEST(4, 11);
70 DEFINE_CORRELATE_TEST(5, 11);
75 DEFINE_CORRELATE_TEST(6, 11);
80 DEFINE_CORRELATE_TEST(9, 11);
85 DEFINE_CORRELATE_TEST(10, 11);
86 DEFINE_CORRELATE_TEST(11, 1);
[all …]
/Zephyr-latest/doc/kernel/services/threads/
Dthread_states.svg1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3-0.5 -0.5 601 381" content="&lt;mxfile modified=&quot;2019-09-19T23:17:11.897Z&quot; host=&quot;ww…
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/renesas/
Dpinctrl-r8a77961.h3 * Copyright (c) 2023-2024 EPAM Systems
5 * SPDX-License-Identifier: Apache-2.0
10 #include "pinctrl-rcar-common.h"
13 #define PIN_NONE -1
25 #define PIN_D11 RCAR_GP_PIN(0, 11)
26 #define PIN_D12 RCAR_GP_PIN(0, 12)
41 #define PIN_A11 RCAR_GP_PIN(1, 11)
42 #define PIN_A12 RCAR_GP_PIN(1, 12)
70 #define PIN_AVB_PHY_INT RCAR_GP_PIN(2, 11)
71 #define PIN_AVB_LINK RCAR_GP_PIN(2, 12)
[all …]
Dpinctrl-r8a77951.h4 * SPDX-License-Identifier: Apache-2.0
9 #include "pinctrl-rcar-common.h"
12 #define PIN_NONE -1
24 #define PIN_D11 RCAR_GP_PIN(0, 11)
25 #define PIN_D12 RCAR_GP_PIN(0, 12)
40 #define PIN_A11 RCAR_GP_PIN(1, 11)
41 #define PIN_A12 RCAR_GP_PIN(1, 12)
69 #define PIN_AVB_PHY_INT RCAR_GP_PIN(2, 11)
70 #define PIN_AVB_LINK RCAR_GP_PIN(2, 12)
84 #define PIN_SD1_DATA3 RCAR_GP_PIN(3, 11)
[all …]
/Zephyr-latest/drivers/ipm/
Dipm_nrfx_ipc.h4 * SPDX-License-Identifier: Apache-2.0
13 * Message channels are one-way connections between cores.
19 * SIGNAL0 -> CHANNEL0 -> EVENT0
24 * EVENT1 <- CHANNEL1 <- SIGNAL1
43 IPC_EVENT_BIT(11) | \
44 IPC_EVENT_BIT(12) | \
63 [11] = BIT(11),
64 [12] = BIT(12),
81 [11] = BIT(11),
82 [12] = BIT(12),
/Zephyr-latest/soc/intel/apollo_lake/
Dsoc_gpio.h2 * Copyright (c) 2018-2019, Intel Corporation
4 * SPDX-License-Identifier: Apache-2.0
34 #define APL_GPIO_11 11
35 #define APL_GPIO_12 12
68 #define APL_GPIO_43 11
69 #define APL_GPIO_44 12
102 #define APL_GPIO_SVID0_ALERT_B 11
103 #define APL_GPIO_SVOD0_DATA 12
118 #define APL_GPIO_198 11
119 #define APL_GPIO_199 12
[all …]
/Zephyr-latest/include/zephyr/dt-bindings/espi/
Dnpcx_espi.h4 * SPDX-License-Identifier: Apache-2.0
10 * Encode virtual wire information into a 16-bit unsigned.
12 * group = bits[11:8], Group number for VWEVMS or VWEVSM
13 * dir = bits[13:12], Direction for controller to target or target to controller
16 (((dir & 0x1) << 12) + ((group & 0xf) << 8) + (index & 0xff))
21 #define ESPI_NPCX_VW_EX_DIR(e) (((e) >> 12) & 0x1)
35 #define NPCX_VWEVMS11 11
36 #define NPCX_VWEVMS_MAX 12
63 #define NPCX_VWGPSM11 11
64 #define NPCX_VWGPSM12 12
/Zephyr-latest/tests/drivers/can/api/src/
Dutilities.c5 * SPDX-License-Identifier: Apache-2.0
32 /* CAN FD DLC, 12 to 64 data bytes in steps */ in ZTEST()
33 zassert_equal(can_dlc_to_bytes(9), 12, "wrong number of bytes for DLC 9"); in ZTEST()
35 zassert_equal(can_dlc_to_bytes(11), 20, "wrong number of bytes for DLC 11"); in ZTEST()
36 zassert_equal(can_dlc_to_bytes(12), 24, "wrong number of bytes for DLC 12"); in ZTEST()
54 /* CAN FD DLC, 12 to 64 data bytes in steps */ in ZTEST()
55 zassert_equal(can_bytes_to_dlc(12), 9, "wrong DLC for 12 bytes"); in ZTEST()
57 zassert_equal(can_bytes_to_dlc(20), 11, "wrong DLC for 20 bytes"); in ZTEST()
58 zassert_equal(can_bytes_to_dlc(24), 12, "wrong DLC for 24 bytes"); in ZTEST()
75 /* Standard (11-bit) frames and filters */ in ZTEST()
[all …]
/Zephyr-latest/boards/st/stm32mp157c_dk2/
Darduino_r3_connector.dtsi4 * SPDX-License-Identifier: Apache-2.0
9 compatible = "arduino-header-r3";
10 #gpio-cells = <2>;
11 gpio-map-mask = <0xffffffff 0xffffffc0>;
12 gpio-map-pass-thru = <0 0x3f>;
13 gpio-map = <0 0 &gpiof 14 0>, /* A0 */
18 <5 0 &gpiof 12 0>, /* A5 */
24 <11 0 &gpiod 15 0>, /* D5 */
25 <12 0 &gpioe 9 0>, /* D6 */
29 <16 0 &gpioe 11 0>, /* D10 */
[all …]
/Zephyr-latest/dts/bindings/display/
Dled-strip-matrix.yaml2 # SPDX-License-Identifier: Apache-2.0
7 compatible: "led-strip-matrix"
9 include: display-controller.yaml
23 [ 8][ 9][10][11]
24 [12][13][14][15]
29 [ 8][ 9][10][11]
30 [15][14][13][12]
32 start-from-right:
40 [11][10][ 9][ 8]
41 [12][13][14][15]
[all …]
/Zephyr-latest/dts/bindings/clock/
Dst,stm32u5-msi-clock.yaml2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "st,stm32u5-msi-clock"
9 - name: st,stm32-msi-clock.yaml
10 property-blocklist:
11 - msi-range
15 msi-range:
22 - 0 # range 0 around 48 MHz
23 - 1 # range 1 around 24 MHz
24 - 2 # range 2 around 16 MHz
25 - 3 # range 3 around 12 MHz
[all …]
/Zephyr-latest/dts/bindings/adc/
Despressif,esp32-adc.yaml3 # SPDX-License-Identifier: Apache-2.0
8 - ESP32 < 9,10,11,12 >
9 - ESP32-S2 < 12 >
10 - ESP32-C3 < 12 >
11 - ESP32-S3 < 12 >
20 ----------------- -----------
24 11 dB ADC_GAIN_1_4
29 compatible: "espressif,esp32-adc"
31 include: [adc-controller.yaml]
41 channel-count:
[all …]
/Zephyr-latest/samples/tfm_integration/tfm_secure_partition/dummy_partition/
Ddummy_partition.c4 * SPDX-License-Identifier: Apache-2.0
21 { {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15} },
22 { {1, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15} },
23 { {2, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15} },
24 { {3, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15} },
25 { {4, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15} },
77 if (msg->in_size[0] != sizeof(secret_index)) { in tfm_dp_secret_digest_ipc()
82 num = psa_read(msg->handle, 0, &secret_index, msg->in_size[0]); in tfm_dp_secret_digest_ipc()
83 if (num != msg->in_size[0]) { in tfm_dp_secret_digest_ipc()
87 return tfm_dp_secret_digest(secret_index, msg->out_size[0], in tfm_dp_secret_digest_ipc()
[all …]
/Zephyr-latest/boards/we/proteus3ev/
Dwe_proteus3ev_nrf52840-pinctrl.dtsi5 <NRF_PSEL(UART_RTS, 0, 11)>;
9 <NRF_PSEL(UART_CTS, 0, 12)>;
10 bias-pull-up;
18 <NRF_PSEL(UART_RTS, 0, 11)>,
19 <NRF_PSEL(UART_CTS, 0, 12)>;
20 low-power-enable;
35 low-power-enable;
41 psels = <NRF_PSEL(SPIM_SCK, 0, 12)>,
49 psels = <NRF_PSEL(SPIM_SCK, 0, 12)>,
52 low-power-enable;
/Zephyr-latest/scripts/coredump/gdbstubs/arch/
Dx86.py5 # SPDX-License-Identifier: Apache-2.0
30 SS = 11
31 DS = 12
50 IV_SEGMENT_NOT_PRESENT = 11
51 IV_STACK_FAULT = 12
68 # Mapping is from GDB's gdb/i386-stubs.c
78 ExceptionVectors.IV_COPROC_SEGMENT_OVERRUN: 11,
79 ExceptionVectors.IV_INVALID_TSS: 11,
80 ExceptionVectors.IV_SEGMENT_NOT_PRESENT: 11,
81 ExceptionVectors.IV_STACK_FAULT: 11,
[all …]
/Zephyr-latest/boards/renesas/ek_ra8d1/
Dek_ra8d1-pinctrl.dtsi3 * SPDX-License-Identifier: Apache-2.0
11 drive-strength = "medium";
23 <RA_PSEL(RA_PSEL_SPI, 4, 11)>,
24 <RA_PSEL(RA_PSEL_SPI, 4, 12)>,
45 drive-strength = "high";
52 psels = <RA_PSEL(RA_PSEL_I2C, 5, 12)>,<RA_PSEL(RA_PSEL_I2C, 5, 11)>;
53 drive-strength = "medium";
70 drive-strength = "high";
76 psels = <RA_PSEL(RA_PSEL_USBHS, 11, 1)>; /* USBHS-VBUS */
77 drive-strength = "high";
[all …]
/Zephyr-latest/boards/raytac/mdbt53v_db_40/
Draytac_mdbt53v_db_40_nrf5340_cpunet-pinctrl.dtsi4 * SPDX-License-Identifier: Apache-2.0
12 <NRF_PSEL(UART_RX, 1, 11)>,
13 <NRF_PSEL(UART_CTS, 1, 12)>;
21 <NRF_PSEL(UART_RTS, 1, 11)>,
22 <NRF_PSEL(UART_CTS, 1, 12)>;
23 low-power-enable;
/Zephyr-latest/dts/arm/nordic/
Dnrf9280_cpurad.dtsi4 * SPDX-License-Identifier: Apache-2.0
17 /delete-node/ &cpuapp;
18 /delete-node/ &cpuapp_peripherals;
19 /delete-node/ &cpuapp_ppb;
20 /delete-node/ &cpuapp_ram0;
21 /delete-node/ &cpuppr;
25 compatible = "simple-bus";
26 interrupt-parent = <&cpurad_nvic>;
32 compatible = "simple-bus";
37 compatible = "nordic,nrf-bellboard-tx";
[all …]
/Zephyr-latest/tests/bluetooth/qualification/
DICS_Zephyr_Bluetooth_Host.bqw1 <?xml version="1.0" encoding="utf-8"?>
2 <Qualification xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2…
5 …<Product Name="Zephyr Host" Description="host" Model="main" Website="" PublishDate="2024-11-26T00:…
10 <Feature>GAP 11c/1</Feature>
19 <Feature>GAP 35/11</Feature>
30 <Feature>GAP 35/12</Feature>
31 <Feature>GAP 11/2</Feature>
32 <Feature>GAP 12/2</Feature>
43 <Feature>GAP 11b/3</Feature>
56 <Feature>GAP 11/5</Feature>
[all …]
/Zephyr-latest/tests/drivers/adc/adc_accuracy_test/boards/
Dfrdm_k64f.overlay4 * SPDX-License-Identifier: Apache-2.0
7 /* Please connect J4.3 and J4.11 together to run this test.
8 * J4.3 will be the ADC input and J4.11 the DAC output
13 io-channels = <&adc0 20>;
15 dac-channel-id = <0>;
16 dac-resolution = <12>;
21 #address-cells = <1>;
22 #size-cells = <0>;
29 zephyr,acquisition-time = <ADC_ACQ_TIME_DEFAULT>;
30 zephyr,resolution = <12>;
/Zephyr-latest/boards/renesas/ek_ra6m3/
Dek_ra6m3-pinctrl.dtsi3 * SPDX-License-Identifier: Apache-2.0
18 psels = <RA_PSEL(RA_PSEL_I2C, 5, 12)>,
19 <RA_PSEL(RA_PSEL_I2C, 5, 11)>;
20 drive-strength = "medium";
28 <RA_PSEL(RA_PSEL_SPI, 4, 11)>,
29 <RA_PSEL(RA_PSEL_SPI, 4, 12)>,
36 psels = <RA_PSEL(RA_PSEL_USBHS, 11, 1)>; /* VBUS */
37 drive-strength = "high";
45 renesas,analog-enable;

12345678910>>...49