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).

Detailed Description

Function Documentation

◆ DDL_ADC12_DisableIT_AWD1()

__STATIC_INLINE void DDL_ADC12_DisableIT_AWD1 ( ADC12_TypeDef * ADCx)

Disable interruption ADC analog watchdog 1.

Parameters
ADCxADC instance
Return values
None

Definition at line 2674 of file g32r4xx_ddl_adc12.h.

◆ DDL_ADC12_DisableIT_EOC()

__STATIC_INLINE void DDL_ADC12_DisableIT_EOC ( ADC12_TypeDef * ADCx)

Disable interruption ADC group regular end of unitary conversion.

Parameters
ADCxADC instance
Return values
None

Definition at line 2634 of file g32r4xx_ddl_adc12.h.

◆ DDL_ADC12_DisableIT_EOS()

__STATIC_INLINE void DDL_ADC12_DisableIT_EOS ( ADC12_TypeDef * ADCx)

Disable interruption ADC group regular end of sequence conversions.

Parameters
ADCxADC instance
Return values
None

Definition at line 2644 of file g32r4xx_ddl_adc12.h.

◆ DDL_ADC12_DisableIT_JEOC()

__STATIC_INLINE void DDL_ADC12_DisableIT_JEOC ( ADC12_TypeDef * ADCx)

Disable interruption ADC group regular end of unitary conversion.

Parameters
ADCxADC instance
Return values
None

Definition at line 2654 of file g32r4xx_ddl_adc12.h.

◆ DDL_ADC12_DisableIT_JEOS()

__STATIC_INLINE void DDL_ADC12_DisableIT_JEOS ( ADC12_TypeDef * ADCx)

Disable interruption ADC group injected end of sequence conversions.

Parameters
ADCxADC instance
Return values
None

Definition at line 2664 of file g32r4xx_ddl_adc12.h.

◆ DDL_ADC12_EnableIT_AWD1()

__STATIC_INLINE void DDL_ADC12_EnableIT_AWD1 ( ADC12_TypeDef * ADCx)

Enable interruption ADC analog watchdog 1.

Parameters
ADCxADC instance
Return values
None

Definition at line 2624 of file g32r4xx_ddl_adc12.h.

◆ DDL_ADC12_EnableIT_EOC()

__STATIC_INLINE void DDL_ADC12_EnableIT_EOC ( ADC12_TypeDef * ADCx)

Enable interruption ADC group regular end of unitary conversion.

Parameters
ADCxADC instance
Return values
None

Definition at line 2584 of file g32r4xx_ddl_adc12.h.

◆ DDL_ADC12_EnableIT_EOS()

__STATIC_INLINE void DDL_ADC12_EnableIT_EOS ( ADC12_TypeDef * ADCx)

Enable interruption ADC group regular end of sequence conversions.

Parameters
ADCxADC instance
Return values
None

Definition at line 2594 of file g32r4xx_ddl_adc12.h.

◆ DDL_ADC12_EnableIT_JEOC()

__STATIC_INLINE void DDL_ADC12_EnableIT_JEOC ( ADC12_TypeDef * ADCx)

Enable interruption ADC group injected end of unitary conversion.

Parameters
ADCxADC instance
Return values
None

Definition at line 2604 of file g32r4xx_ddl_adc12.h.

◆ DDL_ADC12_EnableIT_JEOS()

__STATIC_INLINE void DDL_ADC12_EnableIT_JEOS ( ADC12_TypeDef * ADCx)

Enable interruption ADC group injected end of sequence conversions.

Parameters
ADCxADC instance
Return values
None

Definition at line 2614 of file g32r4xx_ddl_adc12.h.

◆ DDL_ADC12_IsEnabledIT_AWD1()

__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).

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

Definition at line 2729 of file g32r4xx_ddl_adc12.h.

◆ DDL_ADC12_IsEnabledIT_EOC()

__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).

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

Definition at line 2685 of file g32r4xx_ddl_adc12.h.

◆ DDL_ADC12_IsEnabledIT_EOS()

__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).

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

Definition at line 2696 of file g32r4xx_ddl_adc12.h.

◆ DDL_ADC12_IsEnabledIT_JEOC()

__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).

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

Definition at line 2707 of file g32r4xx_ddl_adc12.h.

◆ DDL_ADC12_IsEnabledIT_JEOS()

__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).

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

Definition at line 2718 of file g32r4xx_ddl_adc12.h.