![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Functions | |
| __STATIC_INLINE void | DDL_ADC12_EnableIT_EOC (ADC12_TypeDef *ADCx) |
| Enable interruption ADC group regular end of unitary conversion. | |
| __STATIC_INLINE void | DDL_ADC12_EnableIT_EOS (ADC12_TypeDef *ADCx) |
| Enable interruption ADC group regular end of sequence conversions. | |
| __STATIC_INLINE void | DDL_ADC12_EnableIT_JEOC (ADC12_TypeDef *ADCx) |
| Enable interruption ADC group injected end of unitary conversion. | |
| __STATIC_INLINE void | DDL_ADC12_EnableIT_JEOS (ADC12_TypeDef *ADCx) |
| Enable interruption ADC group injected end of sequence conversions. | |
| __STATIC_INLINE void | DDL_ADC12_EnableIT_AWD1 (ADC12_TypeDef *ADCx) |
| Enable interruption ADC analog watchdog 1. | |
| __STATIC_INLINE void | DDL_ADC12_DisableIT_EOC (ADC12_TypeDef *ADCx) |
| Disable interruption ADC group regular end of unitary conversion. | |
| __STATIC_INLINE void | DDL_ADC12_DisableIT_EOS (ADC12_TypeDef *ADCx) |
| Disable interruption ADC group regular end of sequence conversions. | |
| __STATIC_INLINE void | DDL_ADC12_DisableIT_JEOC (ADC12_TypeDef *ADCx) |
| Disable interruption ADC group regular end of unitary conversion. | |
| __STATIC_INLINE void | DDL_ADC12_DisableIT_JEOS (ADC12_TypeDef *ADCx) |
| Disable interruption ADC group injected end of sequence conversions. | |
| __STATIC_INLINE void | DDL_ADC12_DisableIT_AWD1 (ADC12_TypeDef *ADCx) |
| Disable interruption ADC analog watchdog 1. | |
| __STATIC_INLINE uint32_t | DDL_ADC12_IsEnabledIT_EOC (ADC12_TypeDef *ADCx) |
| Get state of interruption ADC group regular end of unitary conversion (0: interrupt disabled, 1: interrupt enabled). | |
| __STATIC_INLINE uint32_t | DDL_ADC12_IsEnabledIT_EOS (ADC12_TypeDef *ADCx) |
| Get state of interruption ADC group regular end of sequence conversions (0: interrupt disabled, 1: interrupt enabled). | |
| __STATIC_INLINE uint32_t | DDL_ADC12_IsEnabledIT_JEOC (ADC12_TypeDef *ADCx) |
| Get state of interruption ADC group injected end of unitary conversion (0: interrupt disabled, 1: interrupt enabled). | |
| __STATIC_INLINE uint32_t | DDL_ADC12_IsEnabledIT_JEOS (ADC12_TypeDef *ADCx) |
| Get state of interruption ADC group injected end of sequence conversions (0: interrupt disabled, 1: interrupt enabled). | |
| __STATIC_INLINE uint32_t | DDL_ADC12_IsEnabledIT_AWD1 (ADC12_TypeDef *ADCx) |
| Get state of interruption ADC analog watchdog 1 (0: interrupt disabled, 1: interrupt enabled). | |
| __STATIC_INLINE void DDL_ADC12_DisableIT_AWD1 | ( | ADC12_TypeDef * | ADCx | ) |
Disable interruption ADC analog watchdog 1.
| ADCx | ADC instance |
| None |
Definition at line 2674 of file g32r4xx_ddl_adc12.h.
| __STATIC_INLINE void DDL_ADC12_DisableIT_EOC | ( | ADC12_TypeDef * | ADCx | ) |
Disable interruption ADC group regular end of unitary conversion.
| ADCx | ADC instance |
| None |
Definition at line 2634 of file g32r4xx_ddl_adc12.h.
| __STATIC_INLINE void DDL_ADC12_DisableIT_EOS | ( | ADC12_TypeDef * | ADCx | ) |
Disable interruption ADC group regular end of sequence conversions.
| ADCx | ADC instance |
| None |
Definition at line 2644 of file g32r4xx_ddl_adc12.h.
| __STATIC_INLINE void DDL_ADC12_DisableIT_JEOC | ( | ADC12_TypeDef * | ADCx | ) |
Disable interruption ADC group regular end of unitary conversion.
| ADCx | ADC instance |
| None |
Definition at line 2654 of file g32r4xx_ddl_adc12.h.
| __STATIC_INLINE void DDL_ADC12_DisableIT_JEOS | ( | ADC12_TypeDef * | ADCx | ) |
Disable interruption ADC group injected end of sequence conversions.
| ADCx | ADC instance |
| None |
Definition at line 2664 of file g32r4xx_ddl_adc12.h.
| __STATIC_INLINE void DDL_ADC12_EnableIT_AWD1 | ( | ADC12_TypeDef * | ADCx | ) |
Enable interruption ADC analog watchdog 1.
| ADCx | ADC instance |
| None |
Definition at line 2624 of file g32r4xx_ddl_adc12.h.
| __STATIC_INLINE void DDL_ADC12_EnableIT_EOC | ( | ADC12_TypeDef * | ADCx | ) |
Enable interruption ADC group regular end of unitary conversion.
| ADCx | ADC instance |
| None |
Definition at line 2584 of file g32r4xx_ddl_adc12.h.
| __STATIC_INLINE void DDL_ADC12_EnableIT_EOS | ( | ADC12_TypeDef * | ADCx | ) |
Enable interruption ADC group regular end of sequence conversions.
| ADCx | ADC instance |
| None |
Definition at line 2594 of file g32r4xx_ddl_adc12.h.
| __STATIC_INLINE void DDL_ADC12_EnableIT_JEOC | ( | ADC12_TypeDef * | ADCx | ) |
Enable interruption ADC group injected end of unitary conversion.
| ADCx | ADC instance |
| None |
Definition at line 2604 of file g32r4xx_ddl_adc12.h.
| __STATIC_INLINE void DDL_ADC12_EnableIT_JEOS | ( | ADC12_TypeDef * | ADCx | ) |
Enable interruption ADC group injected end of sequence conversions.
| ADCx | ADC instance |
| None |
Definition at line 2614 of file g32r4xx_ddl_adc12.h.
| __STATIC_INLINE uint32_t DDL_ADC12_IsEnabledIT_AWD1 | ( | ADC12_TypeDef * | ADCx | ) |
Get state of interruption ADC analog watchdog 1 (0: interrupt disabled, 1: interrupt enabled).
| ADCx | ADC instance |
| State | of bit (1 or 0). |
Definition at line 2729 of file g32r4xx_ddl_adc12.h.
| __STATIC_INLINE uint32_t DDL_ADC12_IsEnabledIT_EOC | ( | ADC12_TypeDef * | ADCx | ) |
Get state of interruption ADC group regular end of unitary conversion (0: interrupt disabled, 1: interrupt enabled).
| ADCx | ADC instance |
| State | of bit (1 or 0). |
Definition at line 2685 of file g32r4xx_ddl_adc12.h.
| __STATIC_INLINE uint32_t DDL_ADC12_IsEnabledIT_EOS | ( | ADC12_TypeDef * | ADCx | ) |
Get state of interruption ADC group regular end of sequence conversions (0: interrupt disabled, 1: interrupt enabled).
| ADCx | ADC instance |
| State | of bit (1 or 0). |
Definition at line 2696 of file g32r4xx_ddl_adc12.h.
| __STATIC_INLINE uint32_t DDL_ADC12_IsEnabledIT_JEOC | ( | ADC12_TypeDef * | ADCx | ) |
Get state of interruption ADC group injected end of unitary conversion (0: interrupt disabled, 1: interrupt enabled).
| ADCx | ADC instance |
| State | of bit (1 or 0). |
Definition at line 2707 of file g32r4xx_ddl_adc12.h.
| __STATIC_INLINE uint32_t DDL_ADC12_IsEnabledIT_JEOS | ( | ADC12_TypeDef * | ADCx | ) |
Get state of interruption ADC group injected end of sequence conversions (0: interrupt disabled, 1: interrupt enabled).
| ADCx | ADC instance |
| State | of bit (1 or 0). |
Definition at line 2718 of file g32r4xx_ddl_adc12.h.