![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
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). | |
| __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).
| ADCx | ADC instance - only for ADC2 |
| Returned | value can be one of the following values: |
Definition at line 2985 of file g32r4xx_ddl_adc16.h.
| __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).
| ADCx | ADC instance - only for ADC2 |
| Multimode | This parameter can be one of the following values: |
| None |
Definition at line 2963 of file g32r4xx_ddl_adc16.h.