![]() |
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_adc16.h>
Data Fields | |
| uint32_t | TriggerSource |
| uint32_t | SequencerLength |
| uint32_t | SequencerDiscont |
| uint32_t | ContinuousMode |
| uint32_t | DMATransfer |
| uint32_t | Overrun |
Structure definition of some features of ADC group regular.
Definition at line 497 of file g32r4xx_ddl_adc16.h.
| uint32_t DDL_ADC16_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 505 of file g32r4xx_ddl_adc16.h.
| uint32_t DDL_ADC16_REG_InitTypeDef::DMATransfer |
Set ADC group regular conversion data transfer: no transfer or transfer by DMA, and DMA requests mode.
Definition at line 507 of file g32r4xx_ddl_adc16.h.
| uint32_t DDL_ADC16_REG_InitTypeDef::Overrun |
Set ADC group regular behavior
Definition at line 509 of file g32r4xx_ddl_adc16.h.
| uint32_t DDL_ADC16_REG_InitTypeDef::SequencerDiscont |
Set ADC group regular sequencer discontinuous mode: sequence subdivided and scan conversions interrupted every selected number of ranks.
Definition at line 503 of file g32r4xx_ddl_adc16.h.
| uint32_t DDL_ADC16_REG_InitTypeDef::SequencerLength |
Set ADC group regular sequencer length.
Definition at line 501 of file g32r4xx_ddl_adc16.h.
| uint32_t DDL_ADC16_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 499 of file g32r4xx_ddl_adc16.h.