GPADC handle Structure definition. More...
#include <gr55xx_hal_gpadc.h>
Public Attributes | |
gpadc_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_gpadc_state_t | state |
__IO uint32_t | error_code |
uint32_t | retention [20] |
GPADC handle Structure definition.
Definition at line 110 of file gr55xx_hal_gpadc.h.
__IO uint32_t _gpadc_handle::buff_count |
Conversion buffer counter
Definition at line 118 of file gr55xx_hal_gpadc.h.
__IO uint32_t _gpadc_handle::buff_size |
Conversion buffer size
Definition at line 116 of file gr55xx_hal_gpadc.h.
__IO uint32_t _gpadc_handle::error_code |
GPADC error code
Definition at line 126 of file gr55xx_hal_gpadc.h.
gpadc_init_t _gpadc_handle::init |
GPADC configuration parameters
Definition at line 112 of file gr55xx_hal_gpadc.h.
__IO hal_lock_t _gpadc_handle::lock |
Locking object
Definition at line 122 of file gr55xx_hal_gpadc.h.
uint16_t* _gpadc_handle::p_buffer |
Pointer to GPADC conversion buffer
Definition at line 114 of file gr55xx_hal_gpadc.h.
dma_handle_t* _gpadc_handle::p_dma |
GPADC DMA Handle parameters
Definition at line 120 of file gr55xx_hal_gpadc.h.
uint32_t _gpadc_handle::retention[20] |
GPADC important register information.
Definition at line 128 of file gr55xx_hal_gpadc.h.
__IO hal_gpadc_state_t _gpadc_handle::state |
GPADC communication state
Definition at line 124 of file gr55xx_hal_gpadc.h.