Home
last modified time | relevance | path

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

/hal_st-3.6.0/sensor/vl53l1x/api/core/src/
Dvl53l1_wait.c380 uint8_t gpio__tio_hv_status = 0; in VL53L1_is_new_data_ready() local
399 &gpio__tio_hv_status); in VL53L1_is_new_data_ready()
403 if ((gpio__tio_hv_status & 0x01) == interrupt_ready) in VL53L1_is_new_data_ready()
Dvl53l1_api_preset_modes.c448 pstatic->gpio__tio_hv_status = 0x02; in VL53L1_preset_mode_standard_ranging()
Dvl53l1_register_funcs.c476 pdata->gpio__tio_hv_status & 0x3; in VL53L1_i2c_encode_static_config()
561 pdata->gpio__tio_hv_status = in VL53L1_i2c_decode_static_config()
/hal_st-3.6.0/sensor/vl53l1x/api/core/inc/
Dvl53l1_register_structs.h548 uint8_t gpio__tio_hv_status; member