Home
last modified time | relevance | path

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

/AliOS-Things-master/components/sensor/drv/
A Ddrv_acc_gyro_bosch_bmi260.c307 static int g_gyro_active_count = 0; variable
735 if(g_gyro_active_count > 0) { in drv_acc_bosch_bmi260_set_power_mode()
738 } else if(g_gyro_active_count == 0) { in drv_acc_bosch_bmi260_set_power_mode()
743 g_gyro_active_count); in drv_acc_bosch_bmi260_set_power_mode()
760 if(g_gyro_active_count >= 0) { in drv_acc_bosch_bmi260_set_power_mode()
764 g_gyro_active_count); in drv_acc_bosch_bmi260_set_power_mode()
1453 if(g_gyro_active_count == 0) in drv_gyro_bosch_bmi260_set_power_mode()
1454 g_gyro_active_count++; in drv_gyro_bosch_bmi260_set_power_mode()
1471 if(g_gyro_active_count > 0) in drv_gyro_bosch_bmi260_set_power_mode()
1472 g_gyro_active_count = 0; in drv_gyro_bosch_bmi260_set_power_mode()

Completed in 5 milliseconds