Function a121_sys::acc_sensor_measure
source · pub unsafe extern "C" fn acc_sensor_measure(
sensor: *mut acc_sensor_t
) -> boolExpand description
@brief Start a radar measurement with previously prepared configuration
Note that the following preconditions apply
- The sensor must be powered on
- @ref acc_sensor_calibrate must have been called
- @ref acc_sensor_prepare must have been called
@param[in] sensor The sensor instance to measure with @return true if successful, false otherwise