Home
last modified time | relevance | path

Searched full:xy (Results 1 – 25 of 32) sorted by relevance

12

/Zephyr-latest/drivers/sensor/bosch/bmc150_magn/
DKconfig45 bool "Dynamic XY oversampling"
47 Enable alteration of XY oversampling at runtime.
Dbmc150_magn.c235 int16_t xy, uint16_t rhall, bool is_x) in bmc150_magn_compensate_xy() argument
240 if (xy == BMC150_MAGN_XY_OVERFLOW_VAL) { in bmc150_magn_compensate_xy()
258 val = ((int16_t)((((int32_t)xy) * ((((((((int32_t)tregs->xy2) * in bmc150_magn_compensate_xy()
516 LOG_ERR("failed to set REP XY to %d", in bmc150_magn_init_chip()
/Zephyr-latest/drivers/sensor/bosch/bmm150/
DKconfig73 bool "Dynamic XY oversampling"
75 Enable alteration of XY oversampling at runtime.
Dbmm150.c241 int16_t xy, uint16_t rhall, bool is_x) in bmm150_compensate_xy() argument
248 if (xy == BMM150_XY_OVERFLOW_VAL) { in bmm150_compensate_xy()
276 val = ((int16_t)((((int32_t)xy) * temp3) >> 13)) + (((int16_t)txy1) << 3); in bmm150_compensate_xy()
582 LOG_ERR("failed to set REP XY to %d", in bmm150_init_chip()
/Zephyr-latest/arch/arc/core/dsp/
DKconfig41 Processors with XY memory and AGU registers can configure this
51 operations on XY memory. Save and restore small size AGU registers is
/Zephyr-latest/dts/bindings/sensor/
Dti,tmag5170.yaml53 XY
70 - "XY"
168 XY
173 - "XY"
/Zephyr-latest/dts/bindings/arc/
Darc,xccm.yaml6 XY Memory is a feature to increase the DSP performance
Darc,yccm.yaml6 XY Memory is a feature to increase the DSP performance
/Zephyr-latest/drivers/input/
Dinput_pat912x.c87 uint8_t xy[2]; in pat912x_motion_work_handler() local
99 ret = i2c_burst_read_dt(&cfg->i2c, PAT912X_DELTA_X_LO, xy, sizeof(xy)); in pat912x_motion_work_handler()
103 x = xy[0]; in pat912x_motion_work_handler()
104 y = xy[1]; in pat912x_motion_work_handler()
/Zephyr-latest/dts/bindings/input/
Dzephyr,lvgl-pointer-input.yaml23 swap-xy:
Dcirque,pinnacle-common.yaml109 swap-xy:
/Zephyr-latest/boards/renesas/da1469x_dk_pro/dts/
Dda1469x_dk_pro_mipi_dbi.overlay19 swap-xy;
Dda1469x_dk_pro_lcdc.overlay19 swap-xy;
/Zephyr-latest/boards/shields/lcd_par_s035/
Dlcd_par_s035_8080.overlay18 swap-xy;
/Zephyr-latest/boards/shields/buydisplay_2_8_tft_touch_arduino/
Dbuydisplay_2_8_tft_touch_arduino.overlay18 swap-xy;
/Zephyr-latest/boards/shields/buydisplay_3_5_tft_touch_arduino/
Dbuydisplay_3_5_tft_touch_arduino.overlay18 swap-xy;
/Zephyr-latest/boards/shields/adafruit_2_8_tft_touch_v2/dts/
Dadafruit_2_8_tft_touch_v2.dtsi18 swap-xy;
/Zephyr-latest/tests/arch/arc/arc_dsp_sharing/
DREADME.txt15 The demonstration utilizes semaphores, round robin scheduling, DSP and XY
/Zephyr-latest/boards/nxp/rd_rw612_bga/dts/
Dgoworld_16880_lcm.overlay12 swap-xy;
/Zephyr-latest/tests/arch/arc/arc_dsp_sharing/src/
Dcalculation_arc.c32 /* stored in XY memory, need ARC_AGU_SHARING */
/Zephyr-latest/boards/m5stack/m5stack_core2/
Dm5stack_core2_procpu.dts53 swap-xy;
/Zephyr-latest/tests/posix/c_lib_ext/src/
Dfnmatch.c26 zassert_ok(fnmatch("a[xy].c", "ax.c", 0)); in ZTEST()
/Zephyr-latest/boards/snps/nsim/arc_classic/doc/
Dindex.rst23 XY-memory
26 XY-memory
/Zephyr-latest/tests/drivers/build_all/input/
Dapp.overlay262 swap-xy;
/Zephyr-latest/boards/ezurio/bl5340_dvk/
Dbl5340_dvk_nrf5340_cpuapp_common.dtsi80 swap-xy;

12