| /hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/SMON/ |
| D | smon_es17.c | 57 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()
|
| D | smon_me13.c | 56 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()
|
| D | smon_me55.c | 56 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()
|
| D | smon_reva.c | 91 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 …]
|
| D | smon_reva.h | 140 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/ |
| D | simo.h | 61 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/ |
| D | simo.h | 61 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/ |
| D | smon.h | 188 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/ |
| D | smon.h | 193 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/ |
| D | smon.h | 193 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/ |
| D | adc_me10.c | 146 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()
|
| D | adc_me13.c | 139 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()
|
| D | adc_me14.c | 135 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()
|
| D | adc_me17.c | 172 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()
|
| D | adc_me55.c | 172 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()
|
| D | adc_reva.h | 69 uint32_t threshold); 72 uint32_t threshold);
|
| /hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/I2S/ |
| D | i2s_me16.c | 80 int MXC_I2S_SetRXThreshold(uint8_t threshold) in MXC_I2S_SetRXThreshold() argument 82 return MXC_I2S_RevA_SetRXThreshold(threshold); in MXC_I2S_SetRXThreshold()
|
| D | i2s_ai85.c | 84 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()
|
| D | i2s_ai87.c | 84 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()
|
| D | i2s_me12.c | 86 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()
|
| D | i2s_me15.c | 80 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()
|
| D | i2s_me18.c | 90 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()
|
| D | i2s_me20.c | 87 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()
|
| D | i2s_me21.c | 80 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/ |
| D | adc.h | 248 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);
|