![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Functions | |
| __STATIC_INLINE void | DDL_ADC16_Enable (ADC16_TypeDef *ADCx) |
| Enable the selected ADC instance. | |
| __STATIC_INLINE void | DDL_ADC16_Disable (ADC16_TypeDef *ADCx) |
| Disable the selected ADC instance. | |
| __STATIC_INLINE uint32_t | DDL_ADC16_IsEnabled (ADC16_TypeDef *ADCx) |
| Get the selected ADC instance enable state. | |
| __STATIC_INLINE void | DDL_ADC16_SetVerfInternal (ADC16_TypeDef *ADCx) |
| Set VREF to be internally generated. | |
| __STATIC_INLINE void | DDL_ADC16_SetVerfExternal (ADC16_TypeDef *ADCx) |
| Determine whether the current setting of VREF is internally generated or externally connected. | |
| __STATIC_INLINE uint32_t | DDL_ADC16_GetVerfStatus (ADC16_TypeDef *ADCx) |
| Get VREF Status. | |
| __STATIC_INLINE void DDL_ADC16_Disable | ( | ADC16_TypeDef * | ADCx | ) |
Disable the selected ADC instance.
| ADCx | ADC instance |
| None |
Definition at line 3017 of file g32r4xx_ddl_adc16.h.
| __STATIC_INLINE void DDL_ADC16_Enable | ( | ADC16_TypeDef * | ADCx | ) |
Enable the selected ADC instance.
| ADCx | ADC instance |
| None |
Definition at line 3002 of file g32r4xx_ddl_adc16.h.
| __STATIC_INLINE uint32_t DDL_ADC16_GetVerfStatus | ( | ADC16_TypeDef * | ADCx | ) |
Get VREF Status.
| ADCx | ADC instance |
| Status |
Definition at line 3221 of file g32r4xx_ddl_adc16.h.
| __STATIC_INLINE uint32_t DDL_ADC16_IsEnabled | ( | ADC16_TypeDef * | ADCx | ) |
Get the selected ADC instance enable state.
| ADCx | ADC instance |
| 0 | ADC is disabled, 1: ADC is enabled. |
Definition at line 3032 of file g32r4xx_ddl_adc16.h.
| __STATIC_INLINE void DDL_ADC16_SetVerfExternal | ( | ADC16_TypeDef * | ADCx | ) |
Determine whether the current setting of VREF is internally generated or externally connected.
| ADCx | ADC instance |
| None |
Definition at line 3209 of file g32r4xx_ddl_adc16.h.
| __STATIC_INLINE void DDL_ADC16_SetVerfInternal | ( | ADC16_TypeDef * | ADCx | ) |
Set VREF to be internally generated.
| ADCx | ADC instance |
| None |
Definition at line 3198 of file g32r4xx_ddl_adc16.h.