Home
last modified time | relevance | path

Searched refs:threshold (Results 1 – 25 of 44) sorted by relevance

12

/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() argument
60 (mxc_smon_reva_temp_t)threshold, delay); in MXC_SMON_TempSensorEnable()
63 int MXC_SMON_SetTempThreshold(mxc_smon_temp_t threshold) in MXC_SMON_SetTempThreshold() argument
66 (mxc_smon_reva_temp_t)threshold); in MXC_SMON_SetTempThreshold()
69 int MXC_SMON_VoltageMonitorEnable(mxc_smon_vtm_t threshold, uint32_t delay) in MXC_SMON_VoltageMonitorEnable() argument
72 (mxc_smon_reva_temp_t)threshold, delay); in MXC_SMON_VoltageMonitorEnable()
75 int MXC_SMON_SetVTMThreshold(mxc_smon_vtm_t threshold) in MXC_SMON_SetVTMThreshold() argument
78 (mxc_smon_reva_vtm_t)threshold); in MXC_SMON_SetVTMThreshold()
Dsmon_me13.c56 int MXC_SMON_TempSensorEnable(mxc_smon_temp_t threshold, uint32_t delay) in MXC_SMON_TempSensorEnable() argument
59 (mxc_smon_reva_temp_t)threshold, delay); in MXC_SMON_TempSensorEnable()
62 int MXC_SMON_SetTempThreshold(mxc_smon_temp_t threshold) in MXC_SMON_SetTempThreshold() argument
65 (mxc_smon_reva_temp_t)threshold); in MXC_SMON_SetTempThreshold()
68 int MXC_SMON_VoltageMonitorEnable(mxc_smon_vtm_t threshold, uint32_t delay) in MXC_SMON_VoltageMonitorEnable() argument
71 (mxc_smon_reva_temp_t)threshold, delay); in MXC_SMON_VoltageMonitorEnable()
74 int MXC_SMON_SetVTMThreshold(mxc_smon_vtm_t threshold) in MXC_SMON_SetVTMThreshold() argument
77 (mxc_smon_reva_temp_t)threshold); in MXC_SMON_SetVTMThreshold()
Dsmon_me55.c56 int MXC_SMON_TempSensorEnable(mxc_smon_temp_t threshold, uint32_t delay) in MXC_SMON_TempSensorEnable() argument
59 (mxc_smon_reva_temp_t)threshold, delay); in MXC_SMON_TempSensorEnable()
62 int MXC_SMON_SetTempThreshold(mxc_smon_temp_t threshold) in MXC_SMON_SetTempThreshold() argument
65 (mxc_smon_reva_temp_t)threshold); in MXC_SMON_SetTempThreshold()
68 int MXC_SMON_VoltageMonitorEnable(mxc_smon_vtm_t threshold, uint32_t delay) in MXC_SMON_VoltageMonitorEnable() argument
71 (mxc_smon_reva_temp_t)threshold, delay); in MXC_SMON_VoltageMonitorEnable()
74 int MXC_SMON_SetVTMThreshold(mxc_smon_vtm_t threshold) in MXC_SMON_SetVTMThreshold() argument
77 (mxc_smon_reva_temp_t)threshold); in MXC_SMON_SetVTMThreshold()
Dsmon_reva.c91 int MXC_SMON_RevA_TempSensorEnable(mxc_smon_reva_regs_t *smon, mxc_smon_reva_temp_t threshold, in MXC_SMON_RevA_TempSensorEnable() argument
96 if ((err = MXC_SMON_SetTempThreshold((mxc_smon_temp_t)threshold)) != E_NO_ERROR) { in MXC_SMON_RevA_TempSensorEnable()
109 int MXC_SMON_RevA_SetTempThreshold(mxc_smon_reva_regs_t *smon, mxc_smon_reva_temp_t threshold) in MXC_SMON_RevA_SetTempThreshold() argument
113 if (threshold == SMON_REVA_TEMP_THRESHOLD_NEG_50) { in MXC_SMON_RevA_SetTempThreshold()
115 } else if (threshold == SMON_REVA_TEMP_THRESHOLD_NEG_30) { in MXC_SMON_RevA_SetTempThreshold()
128 int MXC_SMON_RevA_VoltageMonitorEnable(mxc_smon_reva_regs_t *smon, mxc_smon_reva_vtm_t threshold, in MXC_SMON_RevA_VoltageMonitorEnable() argument
133 if ((err = MXC_SMON_SetVTMThreshold((mxc_smon_vtm_t)threshold)) != E_NO_ERROR) { in MXC_SMON_RevA_VoltageMonitorEnable()
146 int MXC_SMON_RevA_SetVTMThreshold(mxc_smon_reva_regs_t *smon, mxc_smon_reva_vtm_t threshold) in MXC_SMON_RevA_SetVTMThreshold() argument
150 if (threshold == SMON_REVA_VTM_THRESHOLD_1_6) { in MXC_SMON_RevA_SetVTMThreshold()
152 } else if (threshold == SMON_REVA_VTM_THRESHOLD_2_2) { in MXC_SMON_RevA_SetVTMThreshold()
[all …]
Dsmon_reva.h140 int MXC_SMON_RevA_TempSensorEnable(mxc_smon_reva_regs_t *smon, mxc_smon_reva_temp_t threshold,
143 int MXC_SMON_RevA_SetTempThreshold(mxc_smon_reva_regs_t *smon, mxc_smon_reva_temp_t threshold);
145 int MXC_SMON_RevA_VoltageMonitorEnable(mxc_smon_reva_regs_t *smon, mxc_smon_reva_vtm_t threshold,
148 int MXC_SMON_RevA_SetVTMThreshold(mxc_smon_reva_regs_t *smon, mxc_smon_reva_vtm_t threshold);
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32680/
Dsimo.h61 void MXC_SIMO_setAlertThresholdA(uint32_t threshold);
62 void MXC_SIMO_setAlertThresholdB(uint32_t threshold);
63 void MXC_SIMO_setAlertThresholdC(uint32_t threshold);
64 void MXC_SIMO_setAlertThresholdD(uint32_t threshold);
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32655/
Dsimo.h61 void MXC_SIMO_setAlertThresholdA(uint32_t threshold);
62 void MXC_SIMO_setAlertThresholdB(uint32_t threshold);
63 void MXC_SIMO_setAlertThresholdC(uint32_t threshold);
64 void MXC_SIMO_setAlertThresholdD(uint32_t threshold);
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32520/
Dsmon.h188 int MXC_SMON_TempSensorEnable(mxc_smon_temp_t threshold, uint32_t delay);
197 int MXC_SMON_SetTempThreshold(mxc_smon_temp_t threshold);
207 int MXC_SMON_VoltageMonitorEnable(mxc_smon_vtm_t threshold, uint32_t delay);
216 int MXC_SMON_SetVTMThreshold(mxc_smon_vtm_t threshold);
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32570/
Dsmon.h193 int MXC_SMON_TempSensorEnable(mxc_smon_temp_t threshold, uint32_t delay);
202 int MXC_SMON_SetTempThreshold(mxc_smon_temp_t threshold);
212 int MXC_SMON_VoltageMonitorEnable(mxc_smon_vtm_t threshold, uint32_t delay);
221 int MXC_SMON_SetVTMThreshold(mxc_smon_vtm_t threshold);
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32572/
Dsmon.h193 int MXC_SMON_TempSensorEnable(mxc_smon_temp_t threshold, uint32_t delay);
202 int MXC_SMON_SetTempThreshold(mxc_smon_temp_t threshold);
212 int MXC_SMON_VoltageMonitorEnable(mxc_smon_vtm_t threshold, uint32_t delay);
221 int MXC_SMON_SetVTMThreshold(mxc_smon_vtm_t threshold);
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/ADC/
Dadc_me10.c146 void MXC_ADC_SetMonitorHighThreshold(mxc_adc_monitor_t monitor, uint32_t threshold) in MXC_ADC_SetMonitorHighThreshold() argument
148 MXC_ADC_RevA_SetMonitorHighThreshold((mxc_adc_reva_regs_t *)MXC_ADC, monitor, threshold); in MXC_ADC_SetMonitorHighThreshold()
158 void MXC_ADC_SetMonitorLowThreshold(mxc_adc_monitor_t monitor, uint32_t threshold) in MXC_ADC_SetMonitorLowThreshold() argument
160 MXC_ADC_RevA_SetMonitorLowThreshold((mxc_adc_reva_regs_t *)MXC_ADC, monitor, threshold); in MXC_ADC_SetMonitorLowThreshold()
Dadc_me13.c139 void MXC_ADC_SetMonitorHighThreshold(mxc_adc_monitor_t monitor, uint32_t threshold) in MXC_ADC_SetMonitorHighThreshold() argument
141 MXC_ADC_RevA_SetMonitorHighThreshold((mxc_adc_reva_regs_t *)MXC_ADC, monitor, threshold); in MXC_ADC_SetMonitorHighThreshold()
149 void MXC_ADC_SetMonitorLowThreshold(mxc_adc_monitor_t monitor, uint32_t threshold) in MXC_ADC_SetMonitorLowThreshold() argument
151 MXC_ADC_RevA_SetMonitorLowThreshold((mxc_adc_reva_regs_t *)MXC_ADC, monitor, threshold); in MXC_ADC_SetMonitorLowThreshold()
Dadc_me14.c135 void MXC_ADC_SetMonitorHighThreshold(mxc_adc_monitor_t monitor, uint32_t threshold) in MXC_ADC_SetMonitorHighThreshold() argument
137 MXC_ADC_RevA_SetMonitorHighThreshold((mxc_adc_reva_regs_t *)MXC_ADC, monitor, threshold); in MXC_ADC_SetMonitorHighThreshold()
145 void MXC_ADC_SetMonitorLowThreshold(mxc_adc_monitor_t monitor, uint32_t threshold) in MXC_ADC_SetMonitorLowThreshold() argument
147 MXC_ADC_RevA_SetMonitorLowThreshold((mxc_adc_reva_regs_t *)MXC_ADC, monitor, threshold); in MXC_ADC_SetMonitorLowThreshold()
Dadc_me17.c172 void MXC_ADC_SetMonitorHighThreshold(mxc_adc_monitor_t monitor, uint32_t threshold) in MXC_ADC_SetMonitorHighThreshold() argument
174 MXC_ADC_RevA_SetMonitorHighThreshold((mxc_adc_reva_regs_t *)MXC_ADC, monitor, threshold); in MXC_ADC_SetMonitorHighThreshold()
182 void MXC_ADC_SetMonitorLowThreshold(mxc_adc_monitor_t monitor, uint32_t threshold) in MXC_ADC_SetMonitorLowThreshold() argument
184 MXC_ADC_RevA_SetMonitorLowThreshold((mxc_adc_reva_regs_t *)MXC_ADC, monitor, threshold); in MXC_ADC_SetMonitorLowThreshold()
Dadc_me55.c172 void MXC_ADC_SetMonitorHighThreshold(mxc_adc_monitor_t monitor, uint32_t threshold) in MXC_ADC_SetMonitorHighThreshold() argument
174 MXC_ADC_RevA_SetMonitorHighThreshold((mxc_adc_reva_regs_t *)MXC_ADC, monitor, threshold); in MXC_ADC_SetMonitorHighThreshold()
182 void MXC_ADC_SetMonitorLowThreshold(mxc_adc_monitor_t monitor, uint32_t threshold) in MXC_ADC_SetMonitorLowThreshold() argument
184 MXC_ADC_RevA_SetMonitorLowThreshold((mxc_adc_reva_regs_t *)MXC_ADC, monitor, threshold); in MXC_ADC_SetMonitorLowThreshold()
Dadc_reva.h69 uint32_t threshold);
72 uint32_t threshold);
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/I2S/
Di2s_me16.c80 int MXC_I2S_SetRXThreshold(uint8_t threshold) in MXC_I2S_SetRXThreshold() argument
82 return MXC_I2S_RevA_SetRXThreshold(threshold); in MXC_I2S_SetRXThreshold()
Di2s_ai85.c84 int MXC_I2S_SetRXThreshold(uint8_t threshold) in MXC_I2S_SetRXThreshold() argument
86 return MXC_I2S_RevA_SetRXThreshold((mxc_i2s_reva_regs_t *)MXC_I2S, threshold); in MXC_I2S_SetRXThreshold()
Di2s_ai87.c84 int MXC_I2S_SetRXThreshold(uint8_t threshold) in MXC_I2S_SetRXThreshold() argument
86 return MXC_I2S_RevA_SetRXThreshold((mxc_i2s_reva_regs_t *)MXC_I2S, threshold); in MXC_I2S_SetRXThreshold()
Di2s_me12.c86 int MXC_I2S_SetRXThreshold(uint8_t threshold) in MXC_I2S_SetRXThreshold() argument
88 return MXC_I2S_RevA_SetRXThreshold((mxc_i2s_reva_regs_t *)MXC_I2S, threshold); in MXC_I2S_SetRXThreshold()
Di2s_me15.c80 int MXC_I2S_SetRXThreshold(uint8_t threshold) in MXC_I2S_SetRXThreshold() argument
82 return MXC_I2S_RevA_SetRXThreshold((mxc_i2s_reva_regs_t *)MXC_I2S, threshold); in MXC_I2S_SetRXThreshold()
Di2s_me18.c90 int MXC_I2S_SetRXThreshold(uint8_t threshold) in MXC_I2S_SetRXThreshold() argument
92 return MXC_I2S_RevA_SetRXThreshold((mxc_i2s_reva_regs_t *)MXC_I2S, threshold); in MXC_I2S_SetRXThreshold()
Di2s_me20.c87 int MXC_I2S_SetRXThreshold(uint8_t threshold) in MXC_I2S_SetRXThreshold() argument
89 return MXC_I2S_RevA_SetRXThreshold((mxc_i2s_reva_regs_t *)MXC_I2S, threshold); in MXC_I2S_SetRXThreshold()
Di2s_me21.c80 int MXC_I2S_SetRXThreshold(uint8_t threshold) in MXC_I2S_SetRXThreshold() argument
82 return MXC_I2S_RevA_SetRXThreshold((mxc_i2s_reva_regs_t *)MXC_I2S, threshold); in MXC_I2S_SetRXThreshold()
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32650/
Dadc.h248 void MXC_ADC_SetMonitorHighThreshold(mxc_adc_monitor_t monitor, uint32_t threshold);
266 void MXC_ADC_SetMonitorLowThreshold(mxc_adc_monitor_t monitor, uint32_t threshold);

12