![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Functions | |
| __STATIC_INLINE void | DDL_ADC12_REG_StartConversion (ADC12_TypeDef *ADCx) |
| Start ADC group regular conversion. | |
| __STATIC_INLINE void | DDL_ADC12_REG_StopConversion (ADC12_TypeDef *ADCx) |
| Stop ADC group regular conversion. | |
| __STATIC_INLINE uint32_t | DDL_ADC12_REG_IsConversionOngoing (ADC12_TypeDef *ADCx) |
| Get ADC group regular conversion state. | |
| __STATIC_INLINE uint32_t | DDL_ADC12_REG_IsStopConversionOngoing (ADC12_TypeDef *ADCx) |
| Get ADC group regular command of conversion stop state. | |
| __STATIC_INLINE uint32_t | DDL_ADC12_REG_ReadConversionData32 (ADC12_TypeDef *ADCx) |
| Get ADC group regular conversion data, range fit for all ADC configurations: all ADC resolutions and all oversampling increased data width (for devices with feature oversampling). | |
| __STATIC_INLINE uint32_t DDL_ADC12_REG_IsConversionOngoing | ( | ADC12_TypeDef * | ADCx | ) |
Get ADC group regular conversion state.
| ADCx | ADC instance |
| 0 | no conversion is on going on ADC group regular. |
Definition at line 2355 of file g32r4xx_ddl_adc12.h.
| __STATIC_INLINE uint32_t DDL_ADC12_REG_IsStopConversionOngoing | ( | ADC12_TypeDef * | ADCx | ) |
Get ADC group regular command of conversion stop state.
| ADCx | ADC instance |
| 0 | no command of conversion stop is on going on ADC group regular. |
Definition at line 2365 of file g32r4xx_ddl_adc12.h.
| __STATIC_INLINE uint32_t DDL_ADC12_REG_ReadConversionData32 | ( | ADC12_TypeDef * | ADCx | ) |
Get ADC group regular conversion data, range fit for all ADC configurations: all ADC resolutions and all oversampling increased data width (for devices with feature oversampling).
| ADCx | ADC instance |
| Value | between Min_Data=0x00000000 and Max_Data=0xFFFFFFFF |
Definition at line 2378 of file g32r4xx_ddl_adc12.h.
| __STATIC_INLINE void DDL_ADC12_REG_StartConversion | ( | ADC12_TypeDef * | ADCx | ) |
Start ADC group regular conversion.
| ADCx | ADC instance |
| None |
Definition at line 2325 of file g32r4xx_ddl_adc12.h.
| __STATIC_INLINE void DDL_ADC12_REG_StopConversion | ( | ADC12_TypeDef * | ADCx | ) |
Stop ADC group regular conversion.
| ADCx | ADC instance |
| None |
Definition at line 2340 of file g32r4xx_ddl_adc12.h.