PDL for FM0+  Version1.0
Peripheral Driverl Library for FM0+
stc_scan_fifo_info Struct Reference

Scan conversion FIFO information. More...

#include <adc.h>

Data Fields

uint16_t u16Data
 Scan converison result data.
boolean_t bInValid
 Scan converison invalid or not, TRUE: data valid, FALSE: data invalid.
en_scan_start_cause_t enStartCause
 Scan converison start cause.
uint8_t u8Ch
 Scan converison channel which is sampled.

Detailed Description

Scan conversion FIFO information.

Definition at line 384 of file adc.h.


Field Documentation

Scan converison invalid or not, TRUE: data valid, FALSE: data invalid.

Definition at line 387 of file adc.h.

Referenced by Adc_ExtractScanFifo().

Scan converison start cause.

Definition at line 388 of file adc.h.

Referenced by Adc_ExtractScanFifo().

uint16_t u16Data

Scan converison result data.

Definition at line 386 of file adc.h.

Referenced by Adc_ExtractScanFifo().

uint8_t u8Ch

Scan converison channel which is sampled.

Definition at line 389 of file adc.h.

Referenced by Adc_ExtractScanFifo().


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