Azure Sphere MT3620 M4 API Reference Manual
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
mtk_adc_controller Struct Reference

Interface to ADC, used to store the hardware register base address,
clock, Rx done callback API, etc. More...

#include <mhal_adc.h>

Data Fields

void __iomem * base
 ADC controller base address.
 
void __iomem * cg_base
 Clock gate base address.
 
struct adc_fsm_paramadc_fsm_parameter
 ADC fsm related parameters.
 
u16 adc_processing
 ADC hardware is sampling data.
 
dma_addr_t rx_addr
 Rx DMA physical address.
 
u8 dma_channel
 ADC DMA channel number.
 

Detailed Description

Interface to ADC, used to store the hardware register base address,
clock, Rx done callback API, etc.


The documentation for this struct was generated from the following file: