LIBJEDEC_TEMP_RANGE(3JEDEC) 3JEDEC LIBJEDEC_TEMP_RANGE(3JEDEC)

libjedec_temp_rangelook up JEDEC temperature ranges

library “libjedec”

#include <libjedec.h>

boolean_t
libjedec_temp_range(libjedec_temp_range_t range, int32_t *min, int32_t *max);

The () function is used to translate a known JEDEC temperature range defined in JESD402-1A to the corresponding minimum and maximum temperature for the range. The temperature range to look for is defined in range and if found, both min and max are updated with the corresponding minimum and maximum temperature values in degrees Celsius. Both min and max must be valid pointers and may not be NULL.

Upon successful completion, the libjedec_temp_range() function returns B_TRUE and min and max are updated with the corresponding ranges. Otherwise B_FALSE is returned and min and max are not updated.

libjedec(3LIB)

Temperature Range and Measurement Standards for Components and Modules, JESD402-1A, JEDEC Solid State Technology Association, March 2022.

September 21, 2023 OmniOS