Руслан Урядинский / libuavcan

Dependents:   UAVCAN UAVCAN_Subscriber

Embed: (wiki syntax)

« Back to documentation index

ADC_CLOCK_SETUP_T Struct Reference

ADC_CLOCK_SETUP_T Struct Reference
[CHIP: LPC11xx A/D conversion driver]

Clock setup structure for ADC controller passed to the initialize function. More...

#include <adc_11xx.h>

Data Fields

uint32_t adcRate
uint8_t bitsAccuracy
bool burstMode

Detailed Description

Clock setup structure for ADC controller passed to the initialize function.

Definition at line 135 of file adc_11xx.h.


Field Documentation

uint32_t adcRate

ADC rate

Definition at line 136 of file adc_11xx.h.

uint8_t bitsAccuracy

ADC bit accuracy

Definition at line 137 of file adc_11xx.h.

bool burstMode

ADC Burt Mode

Definition at line 138 of file adc_11xx.h.