Microchip® Advanced Software Framework

adc_pdca_config Struct Reference

Parameters for the configuration of the PDCA word.

#include <adcife.h>

Data Fields

uint16_t * buffer
 ADC Buffer used for PDC transfer. More...
 
void * cdma_cfg
 CDMA word. More...
 
uint8_t nb_channels
 Number of channels. More...
 
uint8_t pdc_rx_channel
 ADC PDC RX Channel. More...
 
uint8_t pdc_tx_channel
 ADC PDC TX Channel. More...
 
bool wm
 Window Mode. More...
 

uint16_t* adc_pdca_config::buffer

ADC Buffer used for PDC transfer.

Referenced by adc_pdca_get_config_defaults(), and adc_pdca_set_config().

void* adc_pdca_config::cdma_cfg

CDMA word.

Referenced by adc_pdca_get_config_defaults(), and adc_pdca_set_config().

uint8_t adc_pdca_config::nb_channels

Number of channels.

Referenced by adc_pdca_get_config_defaults(), and adc_pdca_set_config().

uint8_t adc_pdca_config::pdc_rx_channel

ADC PDC RX Channel.

Referenced by adc_pdca_get_config_defaults(), and adc_pdca_set_config().

uint8_t adc_pdca_config::pdc_tx_channel

ADC PDC TX Channel.

Referenced by adc_pdca_set_config().

bool adc_pdca_config::wm

Window Mode.

Referenced by adc_pdca_get_config_defaults(), and adc_pdca_set_config().