Classes | |
| struct | app_adc_pin_t |
| ADC pins Structures. More... | |
| struct | app_adc_pin_cfg_t |
| ADC pins config Structures. More... | |
| struct | app_adc_dma_cfg_t |
| ADC DMA configuration Structures. More... | |
| struct | app_adc_evt_t |
| ADC event structure definition. More... | |
| struct | link_node |
| ADC sample-node definition. More... | |
| struct | adc_env_t |
| ADC device structure definition. More... | |
| struct | app_adc_params_t |
| ADC parameters structure definition. More... | |
Typedefs | |
| typedef void(* | app_adc_evt_handler_t) (app_adc_evt_t *p_evt) |
| ADC event callback definition. More... | |
| typedef struct link_node | app_adc_sample_node_t |
| ADC sample-node definition. More... | |
Enumerations | |
| enum | app_adc_state_t { APP_ADC_INVALID = 0, APP_ADC_ACTIVITY } |
| App adc state types. More... | |
| enum | app_adc_dma_state_t { APP_ADC_DMA_INVALID = 0, APP_ADC_DMA_ACTIVITY } |
| App adc dma state types. More... | |
| typedef void(* app_adc_evt_handler_t) (app_adc_evt_t *p_evt) |
| typedef struct link_node app_adc_sample_node_t |
ADC sample-node definition.
| enum app_adc_dma_state_t |
| enum app_adc_state_t |