/Zephyr-latest/samples/modules/cmsis_dsp/moving_average/ |
D | sample.yaml | 7 - 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/ |
D | ti,ina219.yaml | 2 # 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/ |
D | misc_f16.c | 3 * 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 …]
|
D | misc_f32.c | 3 * 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 …]
|
D | misc_q31.c | 3 * 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/ |
D | thread_states.svg | 1 <?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="<mxfile modified="2019-09-19T23:17:11.897Z" host="ww…
|
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/renesas/ |
D | pinctrl-r8a77961.h | 3 * 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 …]
|
D | pinctrl-r8a77951.h | 4 * 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/ |
D | ipm_nrfx_ipc.h | 4 * 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/ |
D | soc_gpio.h | 2 * 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/ |
D | npcx_espi.h | 4 * 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/ |
D | utilities.c | 5 * 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/ |
D | arduino_r3_connector.dtsi | 4 * 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/ |
D | led-strip-matrix.yaml | 2 # 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/ |
D | st,stm32u5-msi-clock.yaml | 2 # 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/ |
D | espressif,esp32-adc.yaml | 3 # 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/ |
D | dummy_partition.c | 4 * 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/ |
D | we_proteus3ev_nrf52840-pinctrl.dtsi | 5 <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/ |
D | x86.py | 5 # 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/ |
D | ek_ra8d1-pinctrl.dtsi | 3 * 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/ |
D | raytac_mdbt53v_db_40_nrf5340_cpunet-pinctrl.dtsi | 4 * 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/ |
D | nrf9280_cpurad.dtsi | 4 * 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/ |
D | ICS_Zephyr_Bluetooth_Host.bqw | 1 <?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/ |
D | frdm_k64f.overlay | 4 * 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/ |
D | ek_ra6m3-pinctrl.dtsi | 3 * 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;
|