pub unsafe extern "C" fn acc_detector_presence_processing_create(
processing_config: *const acc_detector_presence_processing_config_t,
sensor_config: *const acc_config_t,
) -> *mut acc_detector_presence_processing_handle_tExpand description
@brief Create a processing handle with the provided base configuration
@param[in] processing_config The presence processing configuration to create a processing handle with @param[in] sensor_config The sensor config to create a processing handle with @return processing handle, NULL if creation was not possible