#[unsafe(no_mangle)]pub unsafe extern "C" fn pamoja_sht3x_max_measurement_micros(
repeatability: u8,
out_micros: *mut u32,
) -> PamojaStatusExpand description
Returns how long an SHT3x measurement may take at a repeatability.
§Returns
PamojaStatus::Ok on success, with *out_micros set to the datasheet’s
worst case, or PamojaStatus::InvalidArgument if the code is out of range.
§Safety
out_micros must point to a writable uint32_t.