LIBJEDEC_TEMP_RANGE(3JEDEC) | 3JEDEC | LIBJEDEC_TEMP_RANGE(3JEDEC) |
libjedec_temp_range
—
look 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
libjedec_temp_range
()
function is used to translate a known JEDEC temperature range defined in
JESD402-1B 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
.
There are four distinct groups of temperature ranges defined:
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.
Temperature Range and Measurement Standards for Components and Modules, JESD402-1B, JEDEC Solid State Technology Association, September 2024.
September 14, 2024 | OmniOS |