Home
last modified time | relevance | path

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

/hal_silabs-latest/simplicity_sdk/platform/peripheral/inc/
Dsl_hal_system_generic.h111 typedef struct sl_hal_system_devinfo_temperature_t { struct
114 } sl_hal_system_devinfo_temperature_t; typedef
129 extern const sl_hal_system_devinfo_temperature_t SL_HAL_SYSTEM_DEVINFO_TEMPERATURE_RESET_VALUES;
316 void sl_hal_system_get_temperature_info(sl_hal_system_devinfo_temperature_t *info);
/hal_silabs-latest/simplicity_sdk/platform/peripheral/src/
Dsl_hal_system.c91 const sl_hal_system_devinfo_temperature_t SL_HAL_SYSTEM_DEVINFO_TEMPERATURE_RESET_VALUES = {
527 void sl_hal_system_get_temperature_info(sl_hal_system_devinfo_temperature_t *info) in sl_hal_system_get_temperature_info()