Searched refs:gx (Results 1 – 12 of 12) sorted by relevance
/AliOS-Things-master/components/amp/modules/ |
A D | mpu6050.js | 288 function get_Gyroscope(gx, gy, gz) argument 294 gx = (buf[0] << 8) | buf[1]; 297 if (gx > (1 << 15)) { 298 gx = gx - (1<<16) 306 arr[0] = gx;
|
/AliOS-Things-master/components/py_engine/framework/ |
A D | mpu6050.py | 195 gx = (buf[0] << 8) | buf[1] 199 if (gx > (1 << 15)): 200 gx = gx - (1<<16) 208 arr[0] = gx
|
/AliOS-Things-master/hardware/board/haaseduk1/drivers/sensor/ |
A D | drv_acc_gyro_inv_mpu6050.c | 166 void MPU_Get_Gyroscope(short *gx, short *gy, short *gz) in MPU_Get_Gyroscope() argument 171 *gx = ((u16)buf[0] << 8) | buf[1]; in MPU_Get_Gyroscope()
|
A D | drv_acc_gyro_inv_mpu6050.h | 155 extern void MPU_Get_Gyroscope(short *gx, short *gy, short *gz);
|
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/gyroscope/ |
A D | gyroscope.md | 123 #### void MPU_Get_Gyroscope(short *gx, short *gy, short *gz) 127 void MPU_Get_Gyroscope(short *gx, short *gy, short *gz) 132 *gx = ((u16)buf[0] << 8) | buf[1];
|
/AliOS-Things-master/components/linkkit/wifi_provision/frameworks/ |
A D | awss_discover.c | 85 uint32_t gx = 0x04c11db7; in gen_normal_table() local 98 t2 = gx; in gen_normal_table()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/images/ |
A D | miniswhite-1c-1b.pbm | 11 …���������@?����Ev���������?��mV�ڑB�������?�zz~�$��������@���gx�b�������@���V�֒…
|
/AliOS-Things-master/hardware/board/haaseduk1/board_test/ |
A D | sensors_test.c | 110 short gx = 0, gy = 0, gz = 0; in gyro_test() local
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | nanosvgrast.h | 1067 float fx, fy, dx, gx, gy, gd; in nsvg__scanlineSolid() local 1078 gx = fx*t[0] + fy*t[2] + t[4]; in nsvg__scanlineSolid() 1080 gd = sqrtf(gx*gx + gy*gy); in nsvg__scanlineSolid()
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | ecp_curves.c | 588 const mbedtls_mpi_uint *gx, size_t gxlen, in ecp_group_load() argument 598 ecp_mpi_load( &grp->G.X, gx, gxlen ); in ecp_group_load()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/ |
A D | pnglibconf.dfa | 139 # #define PNG_USER_DLLFNAME_POSTFIX "gx"
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/ |
A D | pngvalid.c | 3331 png_fixed_point wx, wy, rx, ry, gx, gy, bx, by; member 3345 png_save_uint_32(pm->buffer+24, ((chrm_modification*)me)->gx); in chrm_modify() 3367 me->gx = fix(chromaticity_x(encoding->green)); in chrm_modification_init()
|
Completed in 43 milliseconds