Searched refs:VL53L1_DeviceState (Results 1 – 4 of 4) sorted by relevance
101 typedef uint8_t VL53L1_DeviceState; typedef103 #define VL53L1_DEVICESTATE_POWERDOWN ((VL53L1_DeviceState) 0)104 #define VL53L1_DEVICESTATE_HW_STANDBY ((VL53L1_DeviceState) 1)105 #define VL53L1_DEVICESTATE_FW_COLDBOOT ((VL53L1_DeviceState) 2)106 #define VL53L1_DEVICESTATE_SW_STANDBY ((VL53L1_DeviceState) 3)107 #define VL53L1_DEVICESTATE_RANGING_DSS_AUTO ((VL53L1_DeviceState) 4)108 #define VL53L1_DEVICESTATE_RANGING_DSS_MANUAL ((VL53L1_DeviceState) 5)109 #define VL53L1_DEVICESTATE_RANGING_WAIT_GPH_SYNC ((VL53L1_DeviceState) 6)110 #define VL53L1_DEVICESTATE_RANGING_GATHER_DATA ((VL53L1_DeviceState) 7)111 #define VL53L1_DEVICESTATE_RANGING_OUTPUT_DATA ((VL53L1_DeviceState) 8)[all …]
610 VL53L1_DeviceState cfg_device_state;612 VL53L1_DeviceState rd_device_state;754 VL53L1_DeviceState cfg_device_state;764 VL53L1_DeviceState rd_device_state;
99 VL53L1_DeviceState ll_state);
116 VL53L1_DeviceState device_state) in VL53L1_init_ll_driver_state()