Lines Matching refs:monitor

162 void MXC_ADC_EnableMonitor(mxc_adc_monitor_t monitor)  in MXC_ADC_EnableMonitor()  argument
164 MXC_ADC_RevA_EnableMonitor((mxc_adc_reva_regs_t *)MXC_ADC, monitor); in MXC_ADC_EnableMonitor()
167 void MXC_ADC_DisableMonitor(mxc_adc_monitor_t monitor) in MXC_ADC_DisableMonitor() argument
169 MXC_ADC_RevA_DisableMonitor((mxc_adc_reva_regs_t *)MXC_ADC, monitor); in MXC_ADC_DisableMonitor()
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()
177 int MXC_ADC_GetMonitorHighThreshold(mxc_adc_monitor_t monitor) in MXC_ADC_GetMonitorHighThreshold() argument
179 return MXC_ADC_RevA_GetMonitorHighThreshold((mxc_adc_reva_regs_t *)MXC_ADC, monitor); in MXC_ADC_GetMonitorHighThreshold()
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()
187 int MXC_ADC_GetMonitorLowThreshold(mxc_adc_monitor_t monitor) in MXC_ADC_GetMonitorLowThreshold() argument
189 return MXC_ADC_RevA_GetMonitorLowThreshold((mxc_adc_reva_regs_t *)MXC_ADC, monitor); in MXC_ADC_GetMonitorLowThreshold()
192 void MXC_ADC_SetMonitorChannel(mxc_adc_monitor_t monitor, mxc_adc_chsel_t channel) in MXC_ADC_SetMonitorChannel() argument
196 MXC_ADC_RevA_SetMonitorChannel((mxc_adc_reva_regs_t *)MXC_ADC, monitor, channel); in MXC_ADC_SetMonitorChannel()
199 int MXC_ADC_GetMonitorChannel(mxc_adc_monitor_t monitor) in MXC_ADC_GetMonitorChannel() argument
201 return MXC_ADC_RevA_GetMonitorChannel((mxc_adc_reva_regs_t *)MXC_ADC, monitor); in MXC_ADC_GetMonitorChannel()
204 void MXC_ADC_EnableMonitorAsync(mxc_adc_monitor_t monitor, mxc_adc_monitor_cb_t callback) in MXC_ADC_EnableMonitorAsync() argument
206 MXC_ADC_RevA_EnableMonitorAsync(monitor, callback); in MXC_ADC_EnableMonitorAsync()
209 void MXC_ADC_DisableMonitorAsync(mxc_adc_monitor_t monitor) in MXC_ADC_DisableMonitorAsync() argument
211 MXC_ADC_RevA_DisableMonitorAsync(monitor); in MXC_ADC_DisableMonitorAsync()