63 #include <inc/hw_types.h>
64 #include <inc/hw_memmap.h>
65 #include <inc/hw_event.h>
66 #include <inc/hw_adi.h>
67 #include <inc/hw_adi_4_aux.h>
68 #include <inc/hw_aux_anaif.h>
214 AUXADCEnableSync(uint32_t refSource, uint32_t sampleTime, uint32_t trigger);
258 __STATIC_INLINE uint32_t
317 #endif // __AUX_ADC_H__
__STATIC_INLINE void AUXADCGenManualTrigger(void)
Generates a single manual ADC trigger.
__STATIC_INLINE uint32_t AUXADCGetFifoStatus(void)
Returns flags indicating the status of the ADC FIFO.
void AUXADCEnableAsync(uint32_t refSource, uint32_t trigger)
Enables the ADC for asynchronous operation.
void AUXADCDisable(void)
Disables the ADC.
#define HapiSelectADCCompBInput(a)
void AUXADCEnableSync(uint32_t refSource, uint32_t sampleTime, uint32_t trigger)
Enables the ADC for synchronous operation.
__STATIC_INLINE void AUXADCSelectInput(uint32_t input)
Selects internal or external input for the ADC.
void AUXADCFlushFifo(void)
Flushes the ADC FIFO.
uint32_t AUXADCReadFifo(void)
Waits for and returns the first sample in the ADC FIFO.