G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
Configuration of ADC hierarchical scope: multimode

Functions

__STATIC_INLINE void DDL_ADC16_SetMultimode (ADC16_TypeDef *ADCx, uint32_t Multimode)
 Set ADC multimode configuration to operate in independent mode or multimode (for devices with several ADC instances).
__STATIC_INLINE uint32_t DDL_ADC16_GetMultimode (ADC16_TypeDef *ADCx)
 Get ADC multimode configuration to operate in independent mode or multimode (for devices with several ADC instances).

Detailed Description

Function Documentation

◆ DDL_ADC16_GetMultimode()

__STATIC_INLINE uint32_t DDL_ADC16_GetMultimode ( ADC16_TypeDef * ADCx)

Get ADC multimode configuration to operate in independent mode or multimode (for devices with several ADC instances).

Note
If multimode configuration: the selected ADC instance is either master or slave depending on hardware. Refer to reference manual.
Parameters
ADCxADC instance - only for ADC2
Return values
Returnedvalue can be one of the following values:

Definition at line 2985 of file g32r4xx_ddl_adc16.h.

◆ DDL_ADC16_SetMultimode()

__STATIC_INLINE void DDL_ADC16_SetMultimode ( ADC16_TypeDef * ADCx,
uint32_t Multimode )

Set ADC multimode configuration to operate in independent mode or multimode (for devices with several ADC instances).

Note
If multimode configuration: the selected ADC instance is either master or slave depending on hardware. Refer to reference manual.
Parameters
ADCxADC instance - only for ADC2
MultimodeThis parameter can be one of the following values:
Return values
None

Definition at line 2963 of file g32r4xx_ddl_adc16.h.