px-fwlib 0.10.0
Cross-platform embedded library and documentation for 8/16/32-bit microcontrollers generated with Doxygen 1.9.2
px_adc_per_t Struct Reference

Internal data for each ADC handle. More...

Data Fields

ADC_TypeDef * adc_base_adr
 ADC peripheral base register address. More...
 
px_adc_nr_t adc_nr
 ADC peripheral number. More...
 
uint8_t open_counter
 Number of open handles referencing peripheral. More...
 

Detailed Description

Internal data for each ADC handle.

Definition at line 31 of file px_adc.c.

Field Documentation

◆ adc_base_adr

ADC_TypeDef* px_adc_per_t::adc_base_adr

ADC peripheral base register address.

Definition at line 33 of file px_adc.c.

◆ adc_nr

px_adc_nr_t px_adc_per_t::adc_nr

ADC peripheral number.

Definition at line 34 of file px_adc.c.

◆ open_counter

uint8_t px_adc_per_t::open_counter

Number of open handles referencing peripheral.

Definition at line 35 of file px_adc.c.


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