|
Azure Sphere MT3620 M4 API Reference Manual
|
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_param * | adc_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. | |
Interface to ADC, used to store the hardware register base address,
clock, Rx done callback API, etc.