Searched refs:Status (Results 1 – 12 of 12) sorted by relevance
/hal_st-3.4.0/sensor/vl53l0x/api/core/src/ |
D | vl53l0x_api.c | 55 VL53L0X_Error Status = VL53L0X_ERROR_NONE; in VL53L0X_GetVersion() local 64 LOG_FUNCTION_END(Status); in VL53L0X_GetVersion() 65 return Status; in VL53L0X_GetVersion() 70 VL53L0X_Error Status = VL53L0X_ERROR_NONE; in VL53L0X_GetPalSpecVersion() local 80 LOG_FUNCTION_END(Status); in VL53L0X_GetPalSpecVersion() 81 return Status; in VL53L0X_GetPalSpecVersion() 87 VL53L0X_Error Status = VL53L0X_ERROR_NONE; in VL53L0X_GetProductRevision() local 92 Status = VL53L0X_RdByte(Dev, VL53L0X_REG_IDENTIFICATION_REVISION_ID, in VL53L0X_GetProductRevision() 97 LOG_FUNCTION_END(Status); in VL53L0X_GetProductRevision() 98 return Status; in VL53L0X_GetProductRevision() [all …]
|
D | vl53l0x_api_core.c | 46 VL53L0X_Error Status = VL53L0X_ERROR_NONE; in VL53L0X_reverse_bytes() local 58 return Status; in VL53L0X_reverse_bytes() 63 VL53L0X_Error Status = VL53L0X_ERROR_NONE; in VL53L0X_measurement_poll_for_completion() local 72 Status = VL53L0X_GetMeasurementDataReady(Dev, &NewDataReady); in VL53L0X_measurement_poll_for_completion() 73 if (Status != 0) in VL53L0X_measurement_poll_for_completion() 81 Status = VL53L0X_ERROR_TIME_OUT; in VL53L0X_measurement_poll_for_completion() 88 LOG_FUNCTION_END(Status); in VL53L0X_measurement_poll_for_completion() 90 return Status; in VL53L0X_measurement_poll_for_completion() 180 VL53L0X_Error Status = VL53L0X_ERROR_NONE; in VL53L0X_device_read_strobe() local 185 Status |= VL53L0X_WrByte(Dev, 0x83, 0x00); in VL53L0X_device_read_strobe() [all …]
|
D | vl53l0x_api_calibration.c | 55 VL53L0X_Error Status = VL53L0X_ERROR_NONE; in VL53L0X_perform_xtalk_calibration() local 71 Status = VL53L0X_ERROR_INVALID_PARAMS; in VL53L0X_perform_xtalk_calibration() 74 if (Status == VL53L0X_ERROR_NONE) in VL53L0X_perform_xtalk_calibration() 75 Status = VL53L0X_SetXTalkCompensationEnable(Dev, 0); in VL53L0X_perform_xtalk_calibration() 78 if (Status == VL53L0X_ERROR_NONE) { in VL53L0X_perform_xtalk_calibration() 79 Status = VL53L0X_SetLimitCheckEnable(Dev, in VL53L0X_perform_xtalk_calibration() 84 if (Status == VL53L0X_ERROR_NONE) { in VL53L0X_perform_xtalk_calibration() 90 Status = VL53L0X_PerformSingleRangingMeasurement(Dev, in VL53L0X_perform_xtalk_calibration() 93 if (Status != VL53L0X_ERROR_NONE) in VL53L0X_perform_xtalk_calibration() 111 Status = VL53L0X_ERROR_RANGE_ERROR; in VL53L0X_perform_xtalk_calibration() [all …]
|
D | vl53l0x_api_strings.c | 49 VL53L0X_Error Status = VL53L0X_ERROR_NONE; in VL53L0X_check_part_used() local 55 Status = VL53L0X_get_info_from_device(Dev, 2); in VL53L0X_check_part_used() 57 if (Status == VL53L0X_ERROR_NONE) { in VL53L0X_check_part_used() 71 LOG_FUNCTION_END(Status); in VL53L0X_check_part_used() 72 return Status; in VL53L0X_check_part_used() 79 VL53L0X_Error Status = VL53L0X_ERROR_NONE; in VL53L0X_get_device_info() local 83 Status = VL53L0X_check_part_used(Dev, &Revision, pVL53L0X_DeviceInfo); in VL53L0X_get_device_info() 85 if (Status == VL53L0X_ERROR_NONE) { in VL53L0X_get_device_info() 105 if (Status == VL53L0X_ERROR_NONE) { in VL53L0X_get_device_info() 106 Status = VL53L0X_RdByte(Dev, VL53L0X_REG_IDENTIFICATION_MODEL_ID, in VL53L0X_get_device_info() [all …]
|
/hal_st-3.4.0/sensor/vl53l1x/api/core/src/ |
D | vl53l1_api.c | 392 VL53L1_Error Status = VL53L1_ERROR_NONE; in SingleTargetXTalkCalibration() local 426 Status = VL53L1_ERROR_MODE_NOT_SUPPORTED; in SingleTargetXTalkCalibration() 431 Status = VL53L1_disable_xtalk_compensation(Dev); in SingleTargetXTalkCalibration() 434 Status = VL53L1_StartMeasurement(Dev); in SingleTargetXTalkCalibration() 452 Status = VL53L1_StopMeasurement(Dev); in SingleTargetXTalkCalibration() 509 Status = VL53L1_GetCalibrationData(Dev, &CalibrationData); in SingleTargetXTalkCalibration() 518 Status = VL53L1_SetCalibrationData(Dev, &CalibrationData); in SingleTargetXTalkCalibration() 521 Status = VL53L1_enable_xtalk_compensation(Dev); in SingleTargetXTalkCalibration() 525 Status = VL53L1_ERROR_XTALK_EXTRACTION_NO_SAMPLE_FAIL; in SingleTargetXTalkCalibration() 528 LOG_FUNCTION_END(Status); in SingleTargetXTalkCalibration() [all …]
|
D | vl53l1_api_strings.c | 190 VL53L1_Error Status = VL53L1_ERROR_NONE; in VL53L1_get_sequence_steps_info() local 231 Status = VL53L1_ERROR_INVALID_PARAMS; in VL53L1_get_sequence_steps_info() 235 LOG_FUNCTION_END(Status); in VL53L1_get_sequence_steps_info() 237 return Status; in VL53L1_get_sequence_steps_info() 243 VL53L1_Error Status = VL53L1_ERROR_NONE; in VL53L1_get_limit_check_info() local 265 LOG_FUNCTION_END(Status); in VL53L1_get_limit_check_info() 266 return Status; in VL53L1_get_limit_check_info()
|
D | vl53l1_error_strings.c | 90 VL53L1_Error Status = VL53L1_ERROR_NONE; in VL53L1_get_pal_error_string() local 301 LOG_FUNCTION_END(Status); in VL53L1_get_pal_error_string() 303 return Status; in VL53L1_get_pal_error_string()
|
/hal_st-3.4.0/audio/microphone/ |
D | README | 8 Status:
|
/hal_st-3.4.0/sensor/vl53l1x/ |
D | README | 8 Status:
|
/hal_st-3.4.0/sensor/vl53l0x/ |
D | README | 8 Status:
|
/hal_st-3.4.0/sensor/stmemsc/ |
D | README | 8 Status:
|
/hal_st-3.4.0/sensor/vl53l1x/api/core/inc/ |
D | vl53l1_def.h | 651 if (Status != VL53L1_ERROR_NONE) \
|