![]() |
PDL for FM0+
Version1.0
Peripheral Driverl Library for FM0+
|
Priority Conversion configuration. More...
#include <adc.h>
Data Fields | |
boolean_t | bPrioExtTrigStartEnable |
TRUE: Triggers Prioritys Conversion on falling edge of external signal. | |
boolean_t | bPrioTimerStartEnable |
TRUE: Triggers Priority Conversion by Timer. | |
en_adc_timer_select_t | enPrioTimerTrigger |
See en_adc_timer_select_t for details. | |
uint8_t | u8PrioFifoDepth |
Depth of the Priority Conversion FIFO 0...3. | |
uint8_t | u8PrioLevel1AnalogChSel |
Priority Level 1 Analog Channel Selector Ch. 0...7. | |
uint8_t | u8PrioLevel2AnalogChSel |
Priority Level 2 Analog Channel Selector Ch. 0...31. |
TRUE: Triggers Prioritys Conversion on falling edge of external signal.
Definition at line 289 of file adc.h.
Referenced by Adc_Init().
TRUE: Triggers Priority Conversion by Timer.
Definition at line 290 of file adc.h.
Referenced by Adc_Init().
See en_adc_timer_select_t for details.
Definition at line 291 of file adc.h.
Referenced by Adc_Init().
uint8_t u8PrioFifoDepth |
Depth of the Priority Conversion FIFO 0...3.
Definition at line 292 of file adc.h.
Referenced by Adc_Init().
uint8_t u8PrioLevel1AnalogChSel |
Priority Level 1 Analog Channel Selector Ch. 0...7.
Definition at line 293 of file adc.h.
Referenced by Adc_Init().
uint8_t u8PrioLevel2AnalogChSel |
Priority Level 2 Analog Channel Selector Ch. 0...31.
Definition at line 294 of file adc.h.
Referenced by Adc_Init().