Searched refs:now_str (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/samples/sensor/tdk_apex/src/ |
D | main.c | 38 static const char *now_str(void) in now_str() function 119 now_str(), apex_pedometer[0].val1, in main() 129 printf("[%s]: %s\n", now_str(), in main() 136 printf("[%s]: WOM x=%d y=%d z=%d\n", now_str(), apex_wom[0].val1, in main() 143 printf("[%s]: %s\n", now_str(), in main()
|
/Zephyr-latest/samples/boards/nordic/battery/src/ |
D | main.c | 34 static const char *now_str(void) in now_str() function 75 printk("[%s]: %d mV; %u pptt\n", now_str(), in main()
|
/Zephyr-latest/samples/sensor/6dof_motion_drdy/src/ |
D | main.c | 37 static const char *now_str(void) in now_str() function 105 now_str(), sensor_value_to_double(&temperature), in main()
|
/Zephyr-latest/samples/sensor/mpu6050/src/ |
D | main.c | 12 static const char *now_str(void) in now_str() function 56 now_str(), in process_mpu6050()
|
/Zephyr-latest/samples/sensor/isl29035/src/ |
D | main.c | 27 static const char *now_str(void) in now_str() function 96 printf("[%s] %s: %g\n", now_str(), in process_sample()
|
/Zephyr-latest/samples/sensor/icm42605/src/ |
D | main.c | 12 static const char *now_str(void) in now_str() function 56 now_str(), in process_icm42605()
|
/Zephyr-latest/samples/sensor/jc42/src/ |
D | main.c | 18 static const char *now_str(void) in now_str() function 151 printf("%s: %g C\n", now_str(), in main()
|
/Zephyr-latest/samples/sensor/adt7420/src/ |
D | main.c | 22 static const char *now_str(void) in now_str() function 148 printf("[%s]: temperature %.6f Cel%s\n", now_str(), in process()
|
/Zephyr-latest/samples/sensor/ccs811/src/ |
D | main.c | 17 static const char *now_str(void) in now_str() function 62 now_str(), co2.val1, tvoc.val1); in do_fetch()
|