Home
last modified time | relevance | path

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

/hal_st-2.7.6/sensor/vl53l1x/api/core/src/
Dvl53l1_wait.c307 uint8_t firmware__system_status = 0; in VL53L1_is_boot_complete() local
317 &firmware__system_status); in VL53L1_is_boot_complete()
323 if ((firmware__system_status & 0x01) == 0x01) { in VL53L1_is_boot_complete()
Dvl53l1_register_funcs.c1860 pdata->firmware__system_status & 0x3; in VL53L1_i2c_encode_debug_results()
1980 pdata->firmware__system_status = in VL53L1_i2c_decode_debug_results()
/hal_st-2.7.6/sensor/vl53l1x/api/core/inc/
Dvl53l1_register_structs.h1868 uint8_t firmware__system_status; member