![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
IT defines which can be used with DDL_ADC12_ReadReg and DDL_ADC12_WriteReg functions. More...
Macros | |
| #define | DDL_ADC12_IT_EOC ADC_IER_EOCIE |
| #define | DDL_ADC12_IT_EOS ADC_IER_EOSIE |
| #define | DDL_ADC12_IT_JEOC ADC_IER_JEOCIE |
| #define | DDL_ADC12_IT_JEOS ADC_IER_JEOSIE |
| #define | DDL_ADC12_IT_AWD1 ADC_IER_AWD1IE |
IT defines which can be used with DDL_ADC12_ReadReg and DDL_ADC12_WriteReg functions.
| #define DDL_ADC12_IT_AWD1 ADC_IER_AWD1IE |
ADC interruption ADC analog watchdog 1
Definition at line 730 of file g32r4xx_ddl_adc12.h.
| #define DDL_ADC12_IT_EOC ADC_IER_EOCIE |
ADC interruption ADC group regular end of unitary conversion
Definition at line 726 of file g32r4xx_ddl_adc12.h.
| #define DDL_ADC12_IT_EOS ADC_IER_EOSIE |
ADC interruption ADC group regular end of sequence conversions
Definition at line 727 of file g32r4xx_ddl_adc12.h.
| #define DDL_ADC12_IT_JEOC ADC_IER_JEOCIE |
ADC interruption ADC group injected end of unitary conversion
Definition at line 728 of file g32r4xx_ddl_adc12.h.
| #define DDL_ADC12_IT_JEOS ADC_IER_JEOSIE |
ADC interruption ADC group injected end of sequence conversions
Definition at line 729 of file g32r4xx_ddl_adc12.h.