Home
last modified time | relevance | path

Searched full:47 (Results 1 – 25 of 275) sorted by relevance

1234567891011

/Zephyr-latest/tests/lib/cmsis_dsp/statistics/src/
Dq7.c39 DEFINE_TEST_VARIANT3(statistics_q7, arm_max_q7, 47, in_com1, 2, 47);
61 DEFINE_TEST_VARIANT3(statistics_q7, arm_min_q7, 47, in_com1, 2, 47);
83 DEFINE_TEST_VARIANT3(statistics_q7, arm_absmax_q7, 47, in_absminmax, 2, 47);
105 DEFINE_TEST_VARIANT3(statistics_q7, arm_absmin_q7, 47, in_absminmax, 2, 47);
139 DEFINE_TEST_VARIANT3(statistics_q7, arm_mean_q7, 47, in_com2, 2, 47);
172 DEFINE_TEST_VARIANT3(statistics_q7, arm_power_q7, 47, in_com1, 2, 47);
/Zephyr-latest/tests/lib/cmsis_dsp/support/src/
Dq7.c43 DEFINE_TEST_VARIANT2(support_q7, arm_copy_q7, 47, in_q7, 47);
70 DEFINE_TEST_VARIANT1(support_q7, arm_fill_q7, 47, 47);
96 DEFINE_TEST_VARIANT3(support_q7, arm_q7_to_float, 47, in_q7, ref_f32, 47);
121 DEFINE_TEST_VARIANT3(support_q7, arm_q7_to_q31, 47, in_q7, ref_q31, 47);
146 DEFINE_TEST_VARIANT3(support_q7, arm_q7_to_q15, 47, in_q7, ref_q15, 47);
/Zephyr-latest/tests/subsys/dsp/basicmath/src/
Dq7.c47 DEFINE_TEST_VARIANT4(basic_math_q7, zdsp_add_q7, 47, in_com1, in_com2, ref_add, 47);
81 DEFINE_TEST_VARIANT4(basic_math_q7, zdsp_add_q7_in_place, 47, in_com1, in_com2, ref_add, 47);
116 DEFINE_TEST_VARIANT4(basic_math_q7, zdsp_sub_q7, 47, in_com1, in_com2, ref_sub, 47);
150 DEFINE_TEST_VARIANT4(basic_math_q7, zdsp_sub_q7_in_place, 47, in_com1, in_com2, ref_sub, 47);
185 DEFINE_TEST_VARIANT4(basic_math_q7, zdsp_mult_q7, 47, in_com1, in_com2, ref_mult, 47);
219 DEFINE_TEST_VARIANT4(basic_math_q7, zdsp_mult_q7_in_place, 47, in_com1, in_com2, ref_mult, 47);
251 DEFINE_TEST_VARIANT3(basic_math_q7, zdsp_negate_q7, 47, in_com1, ref_negate, 47);
283 DEFINE_TEST_VARIANT3(basic_math_q7, zdsp_negate_q7_in_place, 47, in_com1, ref_negate, 47);
316 DEFINE_TEST_VARIANT4(basic_math_q7, zdsp_offset_q7, 0p5_47, in_com1, 0x40, ref_offset, 47);
350 DEFINE_TEST_VARIANT4(basic_math_q7, zdsp_offset_q7_in_place, 0p5_47, in_com1, 0x40, ref_offset, 47);
[all …]
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/
Drpi-pico-rp2350b-pinctrl.h32 #define SPI1_TX_P47 RP2XXX_PINMUX(47, RP2_PINCTRL_GPIO_FUNC_SPI)
51 #define UART1_RX_P47 RP2XXX_PINMUX(47, RP2_PINCTRL_GPIO_FUNC_UART)
70 #define I2C1_SCL_P47 RP2XXX_PINMUX(47, RP2_PINCTRL_GPIO_FUNC_I2C)
89 #define PWM_15B_P47 RP2XXX_PINMUX(47, RP2_PINCTRL_GPIO_FUNC_PWM)
108 #define PIO0_P47 RP2XXX_PINMUX(47, RP2_PINCTRL_GPIO_FUNC_PIO0)
127 #define PIO1_P47 RP2XXX_PINMUX(47, RP2_PINCTRL_GPIO_FUNC_PIO1)
146 #define PIO2_P47 RP2XXX_PINMUX(47, RP2_PINCTRL_GPIO_FUNC_PIO2)
175 #define UART0_RX_P47 RP2XXX_PINMUX(47, RP2_PINCTRL_GPIO_FUNC_UART_ALT)
187 #define ADC_CH7_P47 RP2XXX_PINMUX(47, RP2_PINCTRL_GPIO_FUNC_NULL)
Desp32s3-pinctrl.h99 #define I2C0_SCL_GPIO47 ESP32_PINMUX(47, ESP_I2CEXT0_SCL_IN, ESP_I2CEXT0_SCL_OUT)
190 #define I2C0_SDA_GPIO47 ESP32_PINMUX(47, ESP_I2CEXT0_SDA_IN, ESP_I2CEXT0_SDA_OUT)
281 #define I2C1_SCL_GPIO47 ESP32_PINMUX(47, ESP_I2CEXT1_SCL_IN, ESP_I2CEXT1_SCL_OUT)
372 #define I2C1_SDA_GPIO47 ESP32_PINMUX(47, ESP_I2CEXT1_SDA_IN, ESP_I2CEXT1_SDA_OUT)
463 #define I2S0_I_BCK_GPIO47 ESP32_PINMUX(47, ESP_I2S0I_BCK_IN, ESP_I2S0I_BCK_OUT)
554 #define I2S0_I_SD_GPIO47 ESP32_PINMUX(47, ESP_I2S0I_SD_IN, ESP_NOSIG)
645 #define I2S0_I_WS_GPIO47 ESP32_PINMUX(47, ESP_I2S0I_WS_IN, ESP_I2S0I_WS_OUT)
736 #define I2S0_MCLK_GPIO47 ESP32_PINMUX(47, ESP_NOSIG, ESP_I2S0_MCLK_OUT)
827 #define I2S0_O_BCK_GPIO47 ESP32_PINMUX(47, ESP_I2S0O_BCK_IN, ESP_I2S0O_BCK_OUT)
918 #define I2S0_O_SD_GPIO47 ESP32_PINMUX(47, ESP_NOSIG, ESP_I2S0O_SD_OUT)
[all …]
/Zephyr-latest/boards/madmachine/mm_feather/
Dmm_feather-pinctrl.dtsi81 bias-pull-up-value = "47k";
90 bias-pull-up-value = "47k";
121 bias-pull-up-value = "47k";
146 bias-pull-up-value = "47k";
171 bias-pull-up-value = "47k";
/Zephyr-latest/boards/madmachine/mm_swiftio/
Dmm_swiftio-pinctrl.dtsi101 bias-pull-up-value = "47k";
110 bias-pull-up-value = "47k";
141 bias-pull-up-value = "47k";
166 bias-pull-up-value = "47k";
191 bias-pull-up-value = "47k";
/Zephyr-latest/dts/bindings/pinctrl/
Dnxp,imx7d-pinctrl.yaml85 - "47k"
92 10: 47K- 47K pull up resistor
Dnxp,mcux-rt-pinctrl.yaml103 default: "47k"
106 - "47k"
112 47k resistor selected as default due to this being the default pullup
115 01 PUS_1_47K_Ohm_Pull_Up — 47K Ohm Pull Up
/Zephyr-latest/include/zephyr/arch/arm64/
Dmacro.inc34 .if (((\imm) >> 47) == 0 || ((\imm) >> 47) == 0x1ffff)
/Zephyr-latest/boards/nxp/mimxrt1024_evk/
Dmimxrt1024_evk-pinctrl.dtsi221 bias-pull-up-value = "47k";
230 bias-pull-up-value = "47k";
261 bias-pull-up-value = "47k";
286 bias-pull-up-value = "47k";
311 bias-pull-up-value = "47k";
322 bias-pull-up-value = "47k";
/Zephyr-latest/soc/silabs/silabs_s1/efr32bg13p/
DKconfig.defconfig8 default 47
/Zephyr-latest/boards/nxp/mimxrt1060_evk/
Dmimxrt1060_evk-pinctrl.dtsi119 bias-pull-up-value = "47k";
131 bias-pull-up-value = "47k";
142 bias-pull-up-value = "47k";
365 bias-pull-up-value = "47k";
374 bias-pull-up-value = "47k";
405 bias-pull-up-value = "47k";
430 bias-pull-up-value = "47k";
455 bias-pull-up-value = "47k";
/Zephyr-latest/soc/atmel/sam/sam4e/
DKconfig.defconfig11 default 47
/Zephyr-latest/soc/nxp/s32/s32k1/
DKconfig.defconfig13 default 47 if CPU_CORTEX_M0PLUS
/Zephyr-latest/boards/nxp/mimxrt1064_evk/
Dmimxrt1064_evk-pinctrl.dtsi139 bias-pull-up-value = "47k";
348 bias-pull-up-value = "47k";
357 bias-pull-up-value = "47k";
388 bias-pull-up-value = "47k";
413 bias-pull-up-value = "47k";
438 bias-pull-up-value = "47k";
/Zephyr-latest/boards/nxp/mimxrt1020_evk/
Dmimxrt1020_evk-pinctrl.dtsi224 bias-pull-up-value = "47k";
233 bias-pull-up-value = "47k";
264 bias-pull-up-value = "47k";
289 bias-pull-up-value = "47k";
314 bias-pull-up-value = "47k";
/Zephyr-latest/soc/xlnx/zynq7000/common/
Dpinctrl_soc.h155 #define MIO47 47
196 #define MIO_GROUP_SPI1_3_GRP_PINS 46, 47, 48
206 #define MIO_GROUP_SDIO1_3_GRP_PINS 46, 47, 48, 49, 50, 51
227 #define MIO_GROUP_CAN0_9_GRP_PINS 46, 47
250 #define MIO_GROUP_UART0_9_GRP_PINS 46, 47
273 #define MIO_GROUP_I2C0_9_GRP_PINS 46, 47
344 #define MIO_GROUP_GPIO0_47_GRP_PINS 47
352 #define MIO_GROUP_USB1_0_GRP_PINS 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51
/Zephyr-latest/boards/nxp/mimxrt1050_evk/
Dmimxrt1050_evk-pinctrl.dtsi129 bias-pull-up-value = "47k";
357 bias-pull-up-value = "47k";
366 bias-pull-up-value = "47k";
397 bias-pull-up-value = "47k";
422 bias-pull-up-value = "47k";
447 bias-pull-up-value = "47k";
/Zephyr-latest/boards/nxp/mimxrt1062_fmurt6/
Dmimxrt1062_fmurt6-pinctrl.dtsi179 bias-pull-up-value = "47k";
275 bias-pull-up-value = "47k";
479 bias-pull-up-value = "47k";
488 bias-pull-up-value = "47k";
519 bias-pull-up-value = "47k";
544 bias-pull-up-value = "47k";
569 bias-pull-up-value = "47k";
/Zephyr-latest/tests/drivers/gnss/gnss_nmea0183/src/
Dmain.c349 /* $GPGSV,8,1,25,21,44,141,47,15,14,049,44,6,31,255,46,3,25,280,44*75 */
358 "47",
382 {.prn = 21, .elevation = 44, .azimuth = 141, .snr = 47,
392 /* $GPGSV,8,2,25,18,61,057,48,22,68,320,52,27,34,268,47,24,32,076,45*76 */
409 "47",
429 {.prn = 27, .elevation = 34, .azimuth = 268, .snr = 47,
466 /* $GPGSV,8,4,25,51,44,183,49,46,41,169,43,48,36,220,45*47 */
484 "47",
614 /* $GBGSV,8,8,25,111,35,221,47,112,4,179,39,114,48,290,48*11 */
623 "47",
[all …]
/Zephyr-latest/drivers/dai/intel/alh/
Dalh_map.h60 47, /* 44 - BIDIRECTIONAL */
63 -1, /* 47 - INVALID */
/Zephyr-latest/tests/lib/cmsis_dsp/filtering/src/
Dbiquad_f32.c38 coeff_mod = calloc(47, sizeof(arm_biquad_mod_coef_f32)); /* 47 stages */ in ZTEST()
148 coeff_mod = calloc(47, sizeof(arm_biquad_mod_coef_f32)); /* 47 stages */ in ZTEST()
Dbiquad_f16.c39 coeff_mod = calloc(47, sizeof(arm_biquad_mod_coef_f16)); /* 47 stages */ in ZTEST()
151 coeff_mod = calloc(47, sizeof(arm_biquad_mod_coef_f16)); /* 47 stages */ in ZTEST()
/Zephyr-latest/drivers/sensor/bosch/bmc150_magn/
DKconfig35 bool "High accuracy (47, 83, 20)"

1234567891011