Home
last modified time | relevance | path

Searched refs:mxc_smon_temp_t (Results 1 – 7 of 7) sorted by relevance

/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32520/
Dsmon.h98 } mxc_smon_temp_t; typedef
188 int MXC_SMON_TempSensorEnable(mxc_smon_temp_t threshold, uint32_t delay);
197 int MXC_SMON_SetTempThreshold(mxc_smon_temp_t threshold);
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32570/
Dsmon.h103 } mxc_smon_temp_t; typedef
193 int MXC_SMON_TempSensorEnable(mxc_smon_temp_t threshold, uint32_t delay);
202 int MXC_SMON_SetTempThreshold(mxc_smon_temp_t threshold);
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32572/
Dsmon.h103 } mxc_smon_temp_t; typedef
193 int MXC_SMON_TempSensorEnable(mxc_smon_temp_t threshold, uint32_t delay);
202 int MXC_SMON_SetTempThreshold(mxc_smon_temp_t threshold);
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/SMON/
Dsmon_es17.c57 int MXC_SMON_TempSensorEnable(mxc_smon_temp_t threshold, uint32_t delay) in MXC_SMON_TempSensorEnable()
63 int MXC_SMON_SetTempThreshold(mxc_smon_temp_t threshold) in MXC_SMON_SetTempThreshold()
Dsmon_me13.c56 int MXC_SMON_TempSensorEnable(mxc_smon_temp_t threshold, uint32_t delay) in MXC_SMON_TempSensorEnable()
62 int MXC_SMON_SetTempThreshold(mxc_smon_temp_t threshold) in MXC_SMON_SetTempThreshold()
Dsmon_me55.c56 int MXC_SMON_TempSensorEnable(mxc_smon_temp_t threshold, uint32_t delay) in MXC_SMON_TempSensorEnable()
62 int MXC_SMON_SetTempThreshold(mxc_smon_temp_t threshold) in MXC_SMON_SetTempThreshold()
Dsmon_reva.c96 if ((err = MXC_SMON_SetTempThreshold((mxc_smon_temp_t)threshold)) != E_NO_ERROR) { in MXC_SMON_RevA_TempSensorEnable()