G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
DDL_ADC12_INJ_InitTypeDef Struct Reference

Structure definition of some features of ADC group injected. More...

#include <g32r4xx_ddl_adc12.h>

Data Fields

uint32_t TriggerSource
uint32_t SequencerLength
uint32_t SequencerDiscont
uint32_t TrigAuto

Detailed Description

Structure definition of some features of ADC group injected.

Note
These parameters have an impact on ADC scope: ADC group injected. Refer to corresponding unitary functions into Configuration of ADC hierarchical scope: group regular (functions with prefix "INJ").
The setting of these parameters by function DDL_ADC12_INJ_Init() is conditioned to ADC state: ADC instance must be disabled. This condition is applied to all ADC features, for efficiency and compatibility over all G32R4 families. However, the different features can be set under different ADC state conditions (setting possible with ADC enabled without conversion on going, ADC enabled with conversion on going, ...) Each feature can be updated afterwards with a unitary function and potentially with ADC in a different state than disabled, refer to description of each function for setting conditioned to ADC state.

Definition at line 494 of file g32r4xx_ddl_adc12.h.

Field Documentation

◆ SequencerDiscont

uint32_t DDL_ADC12_INJ_InitTypeDef::SequencerDiscont

Set ADC group injected sequencer discontinuous mode: sequence subdivided and scan conversions interrupted every selected number of ranks.

Definition at line 500 of file g32r4xx_ddl_adc12.h.

◆ SequencerLength

uint32_t DDL_ADC12_INJ_InitTypeDef::SequencerLength

Set ADC group injected sequencer length.

Definition at line 498 of file g32r4xx_ddl_adc12.h.

◆ TrigAuto

uint32_t DDL_ADC12_INJ_InitTypeDef::TrigAuto

Set ADC group injected conversion trigger: independent or from ADC group regular.

Definition at line 502 of file g32r4xx_ddl_adc12.h.

◆ TriggerSource

uint32_t DDL_ADC12_INJ_InitTypeDef::TriggerSource

Set ADC group injected conversion trigger source: internal (SW start) or from external peripheral (timer event, external interrupt line).

Definition at line 496 of file g32r4xx_ddl_adc12.h.


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