Home
last modified time | relevance | path

Searched refs:gx (Results 1 – 12 of 12) sorted by relevance

/AliOS-Things-master/components/amp/modules/
A Dmpu6050.js288 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 Dmpu6050.py195 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 Ddrv_acc_gyro_inv_mpu6050.c166 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 Ddrv_acc_gyro_inv_mpu6050.h155 extern void MPU_Get_Gyroscope(short *gx, short *gy, short *gz);
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/gyroscope/
A Dgyroscope.md123 #### 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 Dawss_discover.c85 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 Dminiswhite-1c-1b.pbm11 …���������@��?����Ev�� ���������?��mV�ڑB����������?�zz~�$��������@����޽�gx�b�������@�����V�֒�…
/AliOS-Things-master/hardware/board/haaseduk1/board_test/
A Dsensors_test.c110 short gx = 0, gy = 0, gz = 0; in gyro_test() local
/AliOS-Things-master/components/SDL2/src/image/
A Dnanosvgrast.h1067 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 Decp_curves.c588 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 Dpnglibconf.dfa139 # #define PNG_USER_DLLFNAME_POSTFIX "gx"
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/
A Dpngvalid.c3331 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