_ll_adc_init Struct Reference

LL ADC init Structure definition. More...

#include <gr55xx_ll_adc.h>

Data Fields

uint32_t channel_p
 
uint32_t channel_n
 
uint32_t input_mode
 
uint32_t ref_source
 
uint32_t ref_value
 
uint32_t clock
 

Detailed Description

LL ADC init Structure definition.

Field Documentation

◆ channel_n

uint32_t _ll_adc_init::channel_n

Specifies the input source to ADC channel N. This parameter can be any value of ADC Input Source.

This parament can be modified afterwards using unitary function ll_adc_set_channeln().

◆ channel_p

uint32_t _ll_adc_init::channel_p

Specifies the input source to ADC channel P. This parameter can be any value of ADC Input Source.

This parament can be modified afterwards using unitary function ll_adc_set_channelp().

◆ clock

uint32_t _ll_adc_init::clock

Specifies the clock of ADC. This parameter can be a value of ADC CLOCK.

This parament can be modified afterwards using unitary function ll_adc_set_clock().

◆ input_mode

uint32_t _ll_adc_init::input_mode

Specifies the operation mode for the ADC sample. This parameter can be a value of ADC Input Mode.

This parament can be modified afterwards using unitary function ll_adc_set_input_mode().

◆ ref_source

uint32_t _ll_adc_init::ref_source

Specifies the source of the ADC reference. This parameter can be a value of ADC Reference Source.

This parament can be modified afterwards using unitary function ll_adc_set_ref().

◆ ref_value

uint32_t _ll_adc_init::ref_value

Specifies the value of the ADC buffered reference. This parameter can be a value of ADC Buffered Internal Reference Value.

This parament can be modified afterwards using unitary function ll_adc_set_ref_value().


The documentation for this struct was generated from the following file: