Lines Matching refs:printf

54     printf("\r\n\r\n");  in humiture_test()
55 printf("***************************************************************\r\n"); in humiture_test()
56 printf("******************* Sensor HUMITURE Test **********************\r\n"); in humiture_test()
57 printf("** How to test: ***********************************************\r\n"); in humiture_test()
58 printf("***************************************************************\r\n"); in humiture_test()
59 printf("***************************************************************\r\n"); in humiture_test()
60 printf("\r\n === test start====\r\n"); in humiture_test()
79 printf("===Result : SENSOR HUMI TEST PASS !!! ===\r\n"); in humiture_test()
90 printf("===Result : SENSOR HUMI TEST PASS !!! ===\r\n"); in humiture_test()
97 printf("===Result: SENSOR HUMI TEST FAIL !!! ===\r\n"); in humiture_test()
103 printf("\r\n\r\n"); in gyro_test()
104 printf("***************************************************************\r\n"); in gyro_test()
105 printf("************************ GYRO Test ****************************\r\n"); in gyro_test()
106 printf("** How to test: ***********************************************\r\n"); in gyro_test()
107 printf("***************************************************************\r\n"); in gyro_test()
108 printf("***************************************************************\r\n"); in gyro_test()
109 printf("\r\n ===GYRO test start====\r\n"); in gyro_test()
128 printf("===Result: GYRO test FAIL !!! ===\r\n"); in gyro_test()
138 printf("===Result: GYRO test FAIL !!! ===\r\n"); in gyro_test()
143 printf("===Result : GYRO test PASS !!! ===\r\n"); in gyro_test()
149 printf("\r\n\r\n"); in baro_test()
150 printf("***************************************************************\r\n"); in baro_test()
151 printf("*********************** BARO Test ****************************\r\n"); in baro_test()
152 printf("** How to test: ***********************************************\r\n"); in baro_test()
153 printf("***************************************************************\r\n"); in baro_test()
154 printf("***************************************************************\r\n"); in baro_test()
155 printf("\r\n ===BARAO test start====\r\n"); in baro_test()
172 printf("Temperature: C %0.1f\n", p_qmp6988_data.temperature); in baro_test()
173 printf("Temperature: F %0.1f\n", ((p_qmp6988_data.temperature * 9 / 5) + 32)); in baro_test()
174 printf("Measured Air Pressure: : %0.2f mb\n", p_qmp6988_data.pressure); in baro_test()
175 printf("altitude: %0.2f m\n", p_qmp6988_data.altitude); in baro_test()
177 printf("===Result: BARO_TEST test FAIL !!! ===\r\n"); in baro_test()
184 printf("Temperature: C %0.1f\n", spl06_data.Ctemp); in baro_test()
185 printf("Temperature: F %0.1f\n", spl06_data.Ftemp); in baro_test()
186 printf("Measured Air Pressure: : %0.2f mb\n", spl06_data.pressure); in baro_test()
187 printf("altitude: %0.2f m\n", spl06_data.altitude); in baro_test()
190 printf("===Result: BARO_TEST test FAIL !!! ===\r\n"); in baro_test()
197 printf("===Result : BARO_TEST test PASS !!! ===\r\n"); in baro_test()
203 printf("\r\n\r\n"); in mag_test()
204 printf("***************************************************************\r\n"); in mag_test()
205 printf("*********************** MAG Test **************************\r\n"); in mag_test()
206 printf("** How to test: ***********************************************\r\n"); in mag_test()
207 printf("***************************************************************\r\n"); in mag_test()
208 printf("***************************************************************\r\n"); in mag_test()
209 printf("\r\n ===MAG test start====\r\n"); in mag_test()
239 printf("===Result : MAG test FAILs !!! ===\r\n"); in mag_test()
243 printf("===Result: MAG test PASS !!! ===\r\n"); in mag_test()
249 printf("\r\n\r\n"); in ap3216c_test()
250 printf("***************************************************************\r\n"); in ap3216c_test()
251 printf("*********************** AP3216C Test ***************************\r\n"); in ap3216c_test()
252 printf("** How to test: ***********************************************\r\n"); in ap3216c_test()
253 printf("***************************************************************\r\n"); in ap3216c_test()
254 printf("***************************************************************\r\n"); in ap3216c_test()
255 printf("\r\n ===ap3216c test start====\r\n"); in ap3216c_test()
268 printf("物体接近\n"); in ap3216c_test()
270 printf("物体远离\n"); in ap3216c_test()
274 printf("===Result : ap3216c test FAIL !!! ===\r\n"); in ap3216c_test()
278 printf("===Result : ap3216c test PASS !!! ===\r\n"); in ap3216c_test()
306 printf("invalid index %d\n", index); in sensors_test()