![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Flags defines which can be used with DDL_ADC16_ReadReg function. More...
Macros | |
| #define | DDL_ADC16_FLAG_EOC ADC_ISR_EOC |
| #define | DDL_ADC16_FLAG_EOS ADC_ISR_EOS |
| #define | DDL_ADC16_FLAG_OVR ADC_ISR_OVR |
| #define | DDL_ADC16_FLAG_EOSMP ADC_ISR_EOSMP |
| #define | DDL_ADC16_FLAG_JEOC ADC_ISR_JEOC |
| #define | DDL_ADC16_FLAG_JEOS ADC_ISR_JEOS |
| #define | DDL_ADC16_FLAG_JQOVF ADC_ISR_JQOVF |
| #define | DDL_ADC16_FLAG_AWD1 ADC_ISR_AWD1 |
| #define | DDL_ADC16_FLAG_AWD2 ADC_ISR_AWD2 |
| #define | DDL_ADC16_FLAG_AWD3 ADC_ISR_AWD3 |
Flags defines which can be used with DDL_ADC16_ReadReg function.
| #define DDL_ADC16_FLAG_AWD1 ADC_ISR_AWD1 |
ADC flag ADC analog watchdog 1
Definition at line 833 of file g32r4xx_ddl_adc16.h.
| #define DDL_ADC16_FLAG_AWD2 ADC_ISR_AWD2 |
ADC flag ADC analog watchdog 2
Definition at line 834 of file g32r4xx_ddl_adc16.h.
| #define DDL_ADC16_FLAG_AWD3 ADC_ISR_AWD3 |
ADC flag ADC analog watchdog 3
Definition at line 835 of file g32r4xx_ddl_adc16.h.
| #define DDL_ADC16_FLAG_EOC ADC_ISR_EOC |
ADC flag ADC group regular end of unitary conversion
Definition at line 826 of file g32r4xx_ddl_adc16.h.
| #define DDL_ADC16_FLAG_EOS ADC_ISR_EOS |
ADC flag ADC group regular end of sequence conversions
Definition at line 827 of file g32r4xx_ddl_adc16.h.
| #define DDL_ADC16_FLAG_EOSMP ADC_ISR_EOSMP |
ADC flag ADC group regular end of sampling phase
Definition at line 829 of file g32r4xx_ddl_adc16.h.
| #define DDL_ADC16_FLAG_JEOC ADC_ISR_JEOC |
ADC flag ADC group injected end of unitary conversion
Definition at line 830 of file g32r4xx_ddl_adc16.h.
| #define DDL_ADC16_FLAG_JEOS ADC_ISR_JEOS |
ADC flag ADC group injected end of sequence conversions
Definition at line 831 of file g32r4xx_ddl_adc16.h.
| #define DDL_ADC16_FLAG_JQOVF ADC_ISR_JQOVF |
ADC flag ADC group injected contexts queue overflow
Definition at line 832 of file g32r4xx_ddl_adc16.h.
| #define DDL_ADC16_FLAG_OVR ADC_ISR_OVR |
ADC flag ADC group regular overrun
Definition at line 828 of file g32r4xx_ddl_adc16.h.