Home
last modified time | relevance | path

Searched refs:cal_temp (Results 1 – 2 of 2) sorted by relevance

/hal_silabs-latest/simplicity_sdk/platform/peripheral/src/
Dsl_hal_system.c93 .cal_temp = 0
531 info->cal_temp = ((DEVINFO->CALTEMP & _DEVINFO_CALTEMP_TEMP_MASK) in sl_hal_system_get_temperature_info()
534 info->cal_temp = 0; in sl_hal_system_get_temperature_info()
563 info->cal_temp = info->cal_temp >> DEVINFO_TEMPERATURE_CALTEMP_INTEGER_SHIFT; in sl_hal_system_get_temperature_info()
/hal_silabs-latest/simplicity_sdk/platform/peripheral/inc/
Dsl_hal_system_generic.h113 uint16_t cal_temp; member