![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Structure definition of some features of ADC group regular. More...
#include <g32r4xx_ddl_adc12.h>
Data Fields | |
| uint32_t | TriggerSource |
| uint32_t | SequencerLength |
| uint32_t | SequencerDiscont |
| uint32_t | ContinuousMode |
| uint32_t | DMATransfer |
Structure definition of some features of ADC group regular.
Definition at line 461 of file g32r4xx_ddl_adc12.h.
| uint32_t DDL_ADC12_REG_InitTypeDef::ContinuousMode |
Set ADC continuous conversion mode on ADC group regular, whether ADC conversions are performed in single mode (one conversion per trigger) or in continuous mode (after the first trigger, following conversions launched successively automatically).
Definition at line 469 of file g32r4xx_ddl_adc12.h.
| uint32_t DDL_ADC12_REG_InitTypeDef::DMATransfer |
Set ADC group regular conversion data transfer: no transfer or transfer by DMA, and DMA requests mode.
Definition at line 471 of file g32r4xx_ddl_adc12.h.
| uint32_t DDL_ADC12_REG_InitTypeDef::SequencerDiscont |
Set ADC group regular sequencer discontinuous mode: sequence subdivided and scan conversions interrupted every selected number of ranks.
Definition at line 467 of file g32r4xx_ddl_adc12.h.
| uint32_t DDL_ADC12_REG_InitTypeDef::SequencerLength |
Set ADC group regular sequencer length.
Definition at line 465 of file g32r4xx_ddl_adc12.h.
| uint32_t DDL_ADC12_REG_InitTypeDef::TriggerSource |
Set ADC group regular conversion trigger source: internal (SW start) or from external peripheral (timer event, external interrupt line).
Definition at line 463 of file g32r4xx_ddl_adc12.h.