mikroSDK Reference Manual
hal_adc_t Struct Reference

ADC HAL context structure, consisted of the following fields : More...

Data Fields

handle_t handle
 
hal_adc_config_t config
 

Detailed Description

ADC HAL context structure, used by every other function later on.

Example

// ADC HAL context structure.
static hal_adc_t hal_adc;

Field Documentation

◆ handle

handle_t hal_adc_t::handle

ADC HAL level handle

◆ config

hal_adc_config_t hal_adc_t::config

ADC HAL object init state

hal_adc_t
ADC HAL context structure, consisted of the following fields :
Definition: hal_adc.h:149