G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference

Functions

__STATIC_INLINE uint32_t DDL_ADC12_IsActiveFlag_EOC (ADC12_TypeDef *ADCx)
 Get flag ADC group regular end of unitary conversion.
__STATIC_INLINE uint32_t DDL_ADC12_IsActiveFlag_EOS (ADC12_TypeDef *ADCx)
 Get flag ADC group regular end of sequence conversions.
__STATIC_INLINE uint32_t DDL_ADC12_IsActiveFlag_JEOC (ADC12_TypeDef *ADCx)
 Get flag ADC group injected end of unitary conversion.
__STATIC_INLINE uint32_t DDL_ADC12_IsActiveFlag_JEOS (ADC12_TypeDef *ADCx)
 Get flag ADC group injected end of sequence conversions.
__STATIC_INLINE uint32_t DDL_ADC12_IsActiveFlag_AWD1 (ADC12_TypeDef *ADCx)
 Get flag ADC analog watchdog 1 flag.
__STATIC_INLINE void DDL_ADC12_ClearFlag_EOC (ADC12_TypeDef *ADCx)
 Clear flag ADC group regular end of unitary conversion.
__STATIC_INLINE void DDL_ADC12_ClearFlag_EOS (ADC12_TypeDef *ADCx)
 Clear flag ADC group regular end of sequence conversions.
__STATIC_INLINE void DDL_ADC12_ClearFlag_JEOC (ADC12_TypeDef *ADCx)
 Clear flag ADC group injected end of unitary conversion.
__STATIC_INLINE void DDL_ADC12_ClearFlag_JEOS (ADC12_TypeDef *ADCx)
 Clear flag ADC group injected end of sequence conversions.
__STATIC_INLINE void DDL_ADC12_ClearFlag_AWD1 (ADC12_TypeDef *ADCx)
 Clear flag ADC analog watchdog 1.

Detailed Description

Function Documentation

◆ DDL_ADC12_ClearFlag_AWD1()

__STATIC_INLINE void DDL_ADC12_ClearFlag_AWD1 ( ADC12_TypeDef * ADCx)

Clear flag ADC analog watchdog 1.

Parameters
ADCxADC instance
Return values
None

Definition at line 2566 of file g32r4xx_ddl_adc12.h.

◆ DDL_ADC12_ClearFlag_EOC()

__STATIC_INLINE void DDL_ADC12_ClearFlag_EOC ( ADC12_TypeDef * ADCx)

Clear flag ADC group regular end of unitary conversion.

Parameters
ADCxADC instance
Return values
None

Definition at line 2526 of file g32r4xx_ddl_adc12.h.

◆ DDL_ADC12_ClearFlag_EOS()

__STATIC_INLINE void DDL_ADC12_ClearFlag_EOS ( ADC12_TypeDef * ADCx)

Clear flag ADC group regular end of sequence conversions.

Parameters
ADCxADC instance
Return values
None

Definition at line 2536 of file g32r4xx_ddl_adc12.h.

◆ DDL_ADC12_ClearFlag_JEOC()

__STATIC_INLINE void DDL_ADC12_ClearFlag_JEOC ( ADC12_TypeDef * ADCx)

Clear flag ADC group injected end of unitary conversion.

Parameters
ADCxADC instance
Return values
None

Definition at line 2546 of file g32r4xx_ddl_adc12.h.

◆ DDL_ADC12_ClearFlag_JEOS()

__STATIC_INLINE void DDL_ADC12_ClearFlag_JEOS ( ADC12_TypeDef * ADCx)

Clear flag ADC group injected end of sequence conversions.

Parameters
ADCxADC instance
Return values
None

Definition at line 2556 of file g32r4xx_ddl_adc12.h.

◆ DDL_ADC12_IsActiveFlag_AWD1()

__STATIC_INLINE uint32_t DDL_ADC12_IsActiveFlag_AWD1 ( ADC12_TypeDef * ADCx)

Get flag ADC analog watchdog 1 flag.

Parameters
ADCxADC instance
Return values
Stateof bit (1 or 0).

Definition at line 2516 of file g32r4xx_ddl_adc12.h.

◆ DDL_ADC12_IsActiveFlag_EOC()

__STATIC_INLINE uint32_t DDL_ADC12_IsActiveFlag_EOC ( ADC12_TypeDef * ADCx)

Get flag ADC group regular end of unitary conversion.

Parameters
ADCxADC instance
Return values
Stateof bit (1 or 0).

Definition at line 2476 of file g32r4xx_ddl_adc12.h.

◆ DDL_ADC12_IsActiveFlag_EOS()

__STATIC_INLINE uint32_t DDL_ADC12_IsActiveFlag_EOS ( ADC12_TypeDef * ADCx)

Get flag ADC group regular end of sequence conversions.

Parameters
ADCxADC instance
Return values
Stateof bit (1 or 0).

Definition at line 2486 of file g32r4xx_ddl_adc12.h.

◆ DDL_ADC12_IsActiveFlag_JEOC()

__STATIC_INLINE uint32_t DDL_ADC12_IsActiveFlag_JEOC ( ADC12_TypeDef * ADCx)

Get flag ADC group injected end of unitary conversion.

Parameters
ADCxADC instance
Return values
Stateof bit (1 or 0).

Definition at line 2496 of file g32r4xx_ddl_adc12.h.

◆ DDL_ADC12_IsActiveFlag_JEOS()

__STATIC_INLINE uint32_t DDL_ADC12_IsActiveFlag_JEOS ( ADC12_TypeDef * ADCx)

Get flag ADC group injected end of sequence conversions.

Parameters
ADCxADC instance
Return values
Stateof bit (1 or 0).

Definition at line 2506 of file g32r4xx_ddl_adc12.h.