ADC handle Structure definition. More...
#include <gr55xx_hal_adc.h>
Data Fields | |
| adc_init_t | init |
| uint16_t * | p_buffer |
| __IO uint32_t | buff_size |
| __IO uint32_t | buff_count |
| dma_handle_t * | p_dma |
| __IO hal_lock_t | lock |
| __IO hal_adc_state_t | state |
| __IO uint32_t | error_code |
| uint32_t | retention [2] |
ADC handle Structure definition.
| __IO uint32_t _adc_handle::buff_count |
Conversion buffer counter
| __IO uint32_t _adc_handle::buff_size |
Conversion buffer size
| __IO uint32_t _adc_handle::error_code |
ADC error code
| adc_init_t _adc_handle::init |
ADC configuration parameters
| __IO hal_lock_t _adc_handle::lock |
Locking object
| uint16_t* _adc_handle::p_buffer |
Pointer to ADC conversion buffer
| dma_handle_t* _adc_handle::p_dma |
ADC DMA Handle parameters
| uint32_t _adc_handle::retention[2] |
ADC important register information.
| __IO hal_adc_state_t _adc_handle::state |
ADC communication state