| /bsp/efm32/ |
| A D | dev_accel.c | 107 data->z += accelOffset.z - 0x800; in efm_accel_get_data() 589 sum.z += temp.z; in efm_accel_auto_zero() 605 accelOffset.z -= temp.z; in efm_accel_auto_zero() 621 max.z -= temp.z; in efm_accel_auto_zero() 669 sum.z += temp.z; in efm_accel_auto_zero() 682 if (sum.z < min.z) in efm_accel_auto_zero() 684 min.z = sum.z; in efm_accel_auto_zero() 694 if (sum.z > max.z) in efm_accel_auto_zero() 696 max.z = sum.z; in efm_accel_auto_zero() 702 min.x, min.y, min.z, max.x, max.y, max.z); in efm_accel_auto_zero() [all …]
|
| A D | dev_accel.h | 27 rt_int32_t z; member
|
| /bsp/rockchip/common/rk_hal/lib/hal/src/pinctrl/ |
| A D | hal_pinctrl_iofunc.c | 68 #define S_DEF_IF_0(x, y, z) argument 69 #define S_DEF_IF_1(x, y, z) _IOMUX_WRITE(GRF->IOFUNC_SEL##x, z, GRF_IOFUNC_SEL##x##y##_IOMUX_SEL_SH… argument 70 #define S_COND_DEF(x, y, z) _CONCAT(S_DEF_IF_, _DEF(GRF_IOFUNC_SEL##x##y##_IOMUX_SEL_MASK))(x, y, z) argument 71 #define C_DEF_IF_0(x, y, z) argument 72 #define C_DEF_IF_1(x, y, z) _IOMUX_WRITE(GRF->IOFUNC_CON##x, z, GRF_IOFUNC_CON##x##y##_IOMUX_SEL_SH… argument 73 #define C_COND_DEF(x, y, z) _CONCAT(C_DEF_IF_, _DEF(GRF_IOFUNC_CON##x##y##_IOMUX_SEL_MASK))(x, y, z) argument
|
| /bsp/nuvoton/libraries/n9h30/rtt_port/ |
| A D | drv_systick.c | 22 #define _CONCAT3_(x, y, z) x##y##z argument 24 #define CONCAT3(x, y, z) _CONCAT3_(x,y,z) argument
|
| /bsp/core-v-mcu/Libraries/core_v_hal_libraries/bmsis/core-v-mcu/include/ |
| A D | pmsis_gcc.h | 247 #define __VEC_PACK4(x, y, z, t) __builtin_pulp_pack4((int8_t) x, (int8_t) y, (int… argument 248 #define __VEC_PACKU4(x, y, z, t) __builtin_pulp_pack4((uint8_t) x, (uint8_t) y, (uin… argument 356 #define __SUM_DOTP2(x, y, z) __builtin_pulp_sdotsp2(x, y, z) argument 357 #define __SUM_DOTPU2(x, y, z) __builtin_pulp_sdotup2(x, y, z) argument 358 #define __SUM_DOTPUS2(x, y, z) __builtin_pulp_sdotusp2(x, y, z) argument 364 #define __SUM_DOTP4(x, y, z) __builtin_pulp_sdotsp4(x, y, z) argument 365 #define __SUM_DOTPU4(x, y, z) __builtin_pulp_sdotup4(x, y, z) argument 366 #define __SUM_DOTPUS4(x, y, z) __builtin_pulp_sdotusp4(x, y, z) argument
|
| /bsp/nuvoton/libraries/m031/rtt_port/ |
| A D | drv_clk.c | 40 #define _CONCAT3_(x, y, z) x##y##z argument 42 #define CONCAT3(x, y, z) _CONCAT3_(x,y,z) argument
|
| /bsp/nuvoton/libraries/m480/rtt_port/ |
| A D | drv_clk.c | 53 #define _CONCAT3_(x, y, z) x##y##z argument 55 #define CONCAT3(x, y, z) _CONCAT3_(x,y,z) argument
|
| /bsp/nuvoton/libraries/m2354/rtt_port/ |
| A D | drv_clk.c | 53 #define _CONCAT3_(x, y, z) x##y##z argument 55 #define CONCAT3(x, y, z) _CONCAT3_(x,y,z) argument
|
| /bsp/nuvoton/libraries/nu_packages/ADC_TOUCH/ |
| A D | adc_touch.c | 90 float n, x, y, xx, yy, xy, z, zx, zy; in nu_adc_cal_mat_get() 118 z = zx = zy = 0; in nu_adc_cal_mat_get() 121 z += (float)psDispCP[i].x; in nu_adc_cal_mat_get() 126 psCM->c = (int32_t)((a * z + b * zx + c * zy) * scaling); in nu_adc_cal_mat_get() 127 psCM->a = (int32_t)((b * z + e * zx + f * zy) * scaling); in nu_adc_cal_mat_get() 128 psCM->b = (int32_t)((c * z + f * zx + g * zy) * scaling); in nu_adc_cal_mat_get() 130 z = zx = zy = 0; in nu_adc_cal_mat_get() 133 z += (float)psDispCP[i].y; in nu_adc_cal_mat_get() 138 psCM->f = (int32_t)((a * z + b * zx + c * zy) * scaling); in nu_adc_cal_mat_get() 139 psCM->d = (int32_t)((b * z + e * zx + f * zy) * scaling); in nu_adc_cal_mat_get() [all …]
|
| /bsp/Vango/v85xxp/ |
| A D | README.md | 77 维护人:[zhuxw-z](https://github.com/zhuxw-z)
|
| /bsp/nxp/lpc/lpc55sxx/Libraries/drivers/ |
| A D | drv_mma8562.c | 101 accel.z = ucVal1*256 +ucVal2; in get_mma8562() 103 rt_kprintf("*** MMA8562 X %d, Y %d, Z %d\r\n", (accel.x), (accel.y), (accel.z) ); in get_mma8562()
|
| A D | drv_mma8562.h | 83 int16_t z; member
|
| /bsp/stm32/stm32l431-BearPi/board/ports/ |
| A D | mpu6050_meas.c | 137 …",\"properties\":{\"accel_x\":%3d,\"accel_y\":%3d,\"accel_z\":%3d}}]}", accel.x, accel.y, accel.z); in mpu6050_accel_entry() 141 LOG_D("accel.x = %3d, accel.y = %3d, accel.z = %3d", accel.x, accel.y, accel.z); in mpu6050_accel_entry()
|
| /bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ |
| A D | ald_i2c.h | 414 #define I2C_SPEED_FAST(x, y, z) (((z) == I2C_DUTYCYCLE_2) ? ((x) / ((y) * 3)) :\ argument 416 #define I2C_SPEED(x, y, z) (((y) <= 100000) ? (I2C_SPEED_STANDARD((x), (y))) :\ argument 417 ((I2C_SPEED_FAST((x), (y), (z)) & I2C_CKCFG_CLKSET) == 0) ? 1 : \ 418 ((I2C_SPEED_FAST((x), (y), (z))) | I2C_CKCFG_CLKMOD))
|
| /bsp/simulator/SDL2/include/ |
| A D | SDL_opengl_glext.h | 750 GLAPI void APIENTRY glWindowPos3d (GLdouble x, GLdouble y, GLdouble z); 752 GLAPI void APIENTRY glWindowPos3f (GLfloat x, GLfloat y, GLfloat z); 754 GLAPI void APIENTRY glWindowPos3i (GLint x, GLint y, GLint z); 756 GLAPI void APIENTRY glWindowPos3s (GLshort x, GLshort y, GLshort z); 5230 GLAPI void APIENTRY glWindowPos3iARB (GLint x, GLint y, GLint z); 5396 GLAPI void APIENTRY glVertex3bOES (GLbyte x, GLbyte y, GLbyte z); 5554 GLAPI void APIENTRY glScalexOES (GLfixed x, GLfixed y, GLfixed z); 5559 GLAPI void APIENTRY glTranslatexOES (GLfixed x, GLfixed y, GLfixed z); 5626 GLAPI void APIENTRY glVertex4xOES (GLfixed x, GLfixed y, GLfixed z); 9758 GLAPI void APIENTRY glWindowPos3iMESA (GLint x, GLint y, GLint z); [all …]
|
| A D | SDL_opengl.h | 943 GLfloat x, GLfloat y, GLfloat z ); 945 GLAPI void GLAPIENTRY glScaled( GLdouble x, GLdouble y, GLdouble z ); 946 GLAPI void GLAPIENTRY glScalef( GLfloat x, GLfloat y, GLfloat z ); 949 GLAPI void GLAPIENTRY glTranslatef( GLfloat x, GLfloat y, GLfloat z ); 988 GLAPI void GLAPIENTRY glVertex3d( GLdouble x, GLdouble y, GLdouble z ); 989 GLAPI void GLAPIENTRY glVertex3f( GLfloat x, GLfloat y, GLfloat z ); 990 GLAPI void GLAPIENTRY glVertex3i( GLint x, GLint y, GLint z ); 991 GLAPI void GLAPIENTRY glVertex3s( GLshort x, GLshort y, GLshort z ); 995 GLAPI void GLAPIENTRY glVertex4i( GLint x, GLint y, GLint z, GLint w ); 1132 GLAPI void GLAPIENTRY glRasterPos3f( GLfloat x, GLfloat y, GLfloat z ); [all …]
|
| /bsp/nuvoton/libraries/nu_packages/BMX055/libraries/BMA2x2_driver/ |
| A D | bma2x2.c | 775 accel->z = (s16)((((s32)((s8) in bma2x2_read_accel_xyz() 780 accel->z = accel->z >> BMA2x2_SHIFT_FOUR_BITS; in bma2x2_read_accel_xyz() 805 accel->z = (s16)((((s32)((s8) in bma2x2_read_accel_xyz() 810 accel->z = accel->z >> BMA2x2_SHIFT_SIX_BITS; in bma2x2_read_accel_xyz() 840 accel->z = accel->z >> BMA2x2_SHIFT_TWO_BITS; in bma2x2_read_accel_xyz() 9205 accel_frame->accel_data.z = (accel_frame->accel_data.z >> 4); in unpack_accel_xyz() 9211 accel_frame->accel_data.z = (accel_frame->accel_data.z >> 2); in unpack_accel_xyz() 9217 accel_frame->accel_data.z = (accel_frame->accel_data.z >> 6); in unpack_accel_xyz() 9323 accel->z = accel->z >> BMA2x2_SHIFT_FOUR_BITS; in bma2x2_read_accel_xyzt() 9354 accel->z = accel->z >> BMA2x2_SHIFT_SIX_BITS; in bma2x2_read_accel_xyzt() [all …]
|
| /bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/HID/ |
| A D | usbh_hid_mouse.h | 11 uint8_t z; // Not Supported member
|
| /bsp/stm32/stm32l475-atk-pandora/board/ports/arduino/ |
| A D | ST7789_adafruit_gfx_demo.cpp | 163 int z = tft.width(); in testtriangles() local 166 tft.drawTriangle(w, y, y, x, z, x, color); in testtriangles() 169 z-=4; in testtriangles()
|
| /bsp/nuvoton/libraries/nu_packages/BMX055/ |
| A D | sensor_bmx055.c | 264 data->data.acce.z = (int32_t)get_mg_value(g_sbmx055.accel_xyzt.z); in bmx055_fetch_data() 274 data->data.gyro.z = (int32_t)get_mdps_value(g_sbmx055.gyro_xyzi.dataz); in bmx055_fetch_data() 284 data->data.mag.z = g_sbmx055.mag_data.dataz; in bmx055_fetch_data()
|
| /bsp/hifive1/freedom-e-sdk/bsp/env/freedom-e300-arty/ |
| A D | openocd.cfg | 27 ftdi_set_signal nSRST z
|
| /bsp/sparkfun-redv/freedom-e-sdk/bsp/env/freedom-e300-arty/ |
| A D | openocd.cfg | 27 ftdi_set_signal nSRST z
|
| /bsp/hifive1/freedom-e-sdk/bsp/env/coreplexip-e31-arty/ |
| A D | openocd.cfg | 27 ftdi_set_signal nSRST z
|
| /bsp/sparkfun-redv/freedom-e-sdk/bsp/env/coreplexip-e31-arty/ |
| A D | openocd.cfg | 27 ftdi_set_signal nSRST z
|
| /bsp/hifive1/freedom-e-sdk/bsp/env/freedom-e300-hifive1/ |
| A D | openocd.cfg | 27 ftdi_set_signal nSRST z
|