![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Functions | |
| __STATIC_INLINE void | DDL_ADC16_SetChannelSamplingTime (ADC16_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_ADC16_GetChannelSamplingTime (ADC16_TypeDef *ADCx, uint32_t Channel) |
| Get sampling time of the selected ADC channel Unit: ADC clock cycles. | |
| __STATIC_INLINE void | DDL_ADC16_SetDisableCommand (ADC16_TypeDef *ADCx) |
| Set ADC Disable Command. | |
| __STATIC_INLINE uint32_t | DDL_ADC16_GetDisableCommandStatus (ADC16_TypeDef *ADCx) |
| Get ADC Disable Command. | |
| __STATIC_INLINE void | DDL_ADC16_SetChannelSingleDiff (ADC16_TypeDef *ADCx, uint32_t Channel, uint32_t SingleDiff) |
| Set mode single-ended or differential input of the selected ADC channel. | |
| __STATIC_INLINE uint32_t | DDL_ADC16_GetChannelSingleDiff (ADC16_TypeDef *ADCx, uint32_t Channel) |
| Get mode single-ended or differential input of the selected ADC channel. | |
| __STATIC_INLINE uint32_t DDL_ADC16_GetChannelSamplingTime | ( | ADC16_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: |
Definition at line 2332 of file g32r4xx_ddl_adc16.h.
| __STATIC_INLINE uint32_t DDL_ADC16_GetChannelSingleDiff | ( | ADC16_TypeDef * | ADCx, |
| uint32_t | Channel ) |
Get mode single-ended or differential input of the selected ADC channel.
| ADCx | ADC instance |
| Channel | This parameter can be a combination of the following values: |
| 0 | channel in single-ended mode, else: channel in differential mode |
Definition at line 2426 of file g32r4xx_ddl_adc16.h.
| __STATIC_INLINE uint32_t DDL_ADC16_GetDisableCommandStatus | ( | ADC16_TypeDef * | ADCx | ) |
Get ADC Disable Command.
| ADCx | ADC instance |
| ADC | Disable Command |
Definition at line 2359 of file g32r4xx_ddl_adc16.h.
| __STATIC_INLINE void DDL_ADC16_SetChannelSamplingTime | ( | ADC16_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 2289 of file g32r4xx_ddl_adc16.h.
| __STATIC_INLINE void DDL_ADC16_SetChannelSingleDiff | ( | ADC16_TypeDef * | ADCx, |
| uint32_t | Channel, | ||
| uint32_t | SingleDiff ) |
Set mode single-ended or differential input of the selected ADC channel.
| ADCx | ADC instance |
| Channel | This parameter can be one of the following values: |
| SingleDiff | This parameter can be a combination of the following values: |
| None |
Definition at line 2392 of file g32r4xx_ddl_adc16.h.
| __STATIC_INLINE void DDL_ADC16_SetDisableCommand | ( | ADC16_TypeDef * | ADCx | ) |
Set ADC Disable Command.
| ADCx | ADC instance |
| None |
Definition at line 2347 of file g32r4xx_ddl_adc16.h.