![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Functions | |
| __STATIC_INLINE void | DDL_ADC12_SetChannelSamplingTime (ADC12_TypeDef *ADCx, uint32_t Channel, uint32_t SamplingTime) |
| Set sampling time of the selected ADC channel Unit: ADC clock cycles. | |
| __STATIC_INLINE uint32_t | DDL_ADC12_GetChannelSamplingTime (ADC12_TypeDef *ADCx, uint32_t Channel) |
| Get sampling time of the selected ADC channel Unit: ADC clock cycles. | |
| __STATIC_INLINE uint32_t DDL_ADC12_GetChannelSamplingTime | ( | ADC12_TypeDef * | ADCx, |
| uint32_t | Channel ) |
Get sampling time of the selected ADC channel Unit: ADC clock cycles.
| ADCx | ADC instance |
| Channel | This parameter can be one of the following values:
|
| Returned | value can be one of the following values: |
Definition at line 1920 of file g32r4xx_ddl_adc12.h.
| __STATIC_INLINE void DDL_ADC12_SetChannelSamplingTime | ( | ADC12_TypeDef * | ADCx, |
| uint32_t | Channel, | ||
| uint32_t | SamplingTime ) |
Set sampling time of the selected ADC channel Unit: ADC clock cycles.
| ADCx | ADC instance |
| Channel | This parameter can be one of the following values:
|
| SamplingTime | This parameter can be one of the following values: |
| None |
Definition at line 1874 of file g32r4xx_ddl_adc12.h.