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

Functions

__STATIC_INLINE void DDL_RCM_ADC_SetAdc16AnalogClkDivision (uint32_t Division)
 Set Adc16 analog clock division.
__STATIC_INLINE uint32_t DDL_RCM_ADC_GetAdc16AnalogClkDivision (void)
 Get Adc16 analog clock division.
__STATIC_INLINE uint32_t DDL_RCM_ADC_IsAdc16AnalogClkRDY (void)
 Check whether Adc16 analog clock is ready.
__STATIC_INLINE void DDL_RCM_ADC_SetAdc12AnalogClkDivision (uint32_t Division)
 Set Adc12 analog clock division.
__STATIC_INLINE uint32_t DDL_RCM_ADC_GetAdc12AnalogClkDivision (void)
 Get Adc12 analog clock division.
__STATIC_INLINE uint32_t DDL_RCM_ADC_IsAdc12AnalogClkRDY (void)
 Check whether Adc12 analog clock is ready.
__STATIC_INLINE void DDL_RCM_ADC_SetAdcAnalogClkSource (uint32_t Source)
 Set Adc analog clock source.
__STATIC_INLINE uint32_t DDL_RCM_ADC_GetAdcAnalogClkSource (void)
 Get Adc analog clock source.

Detailed Description

Function Documentation

◆ DDL_RCM_ADC_GetAdc12AnalogClkDivision()

__STATIC_INLINE uint32_t DDL_RCM_ADC_GetAdc12AnalogClkDivision ( void )

Get Adc12 analog clock division.

Parameters
None
Return values
Thisreturn value can be one of the following values:

Definition at line 1480 of file g32r4xx_ddl_rcm.h.

◆ DDL_RCM_ADC_GetAdc16AnalogClkDivision()

__STATIC_INLINE uint32_t DDL_RCM_ADC_GetAdc16AnalogClkDivision ( void )

Get Adc16 analog clock division.

Parameters
None
Return values
Thisreturn value can be one of the following values:

Definition at line 1442 of file g32r4xx_ddl_rcm.h.

◆ DDL_RCM_ADC_GetAdcAnalogClkSource()

__STATIC_INLINE uint32_t DDL_RCM_ADC_GetAdcAnalogClkSource ( void )

Get Adc analog clock source.

Parameters
None
Return values
Thisreturn value can be one of the following values:

Definition at line 1514 of file g32r4xx_ddl_rcm.h.

◆ DDL_RCM_ADC_IsAdc12AnalogClkRDY()

__STATIC_INLINE uint32_t DDL_RCM_ADC_IsAdc12AnalogClkRDY ( void )

Check whether Adc12 analog clock is ready.

Parameters
None
Return values
Stateof bit (1 or 0).

Definition at line 1490 of file g32r4xx_ddl_rcm.h.

◆ DDL_RCM_ADC_IsAdc16AnalogClkRDY()

__STATIC_INLINE uint32_t DDL_RCM_ADC_IsAdc16AnalogClkRDY ( void )

Check whether Adc16 analog clock is ready.

Parameters
None
Return values
Stateof bit (1 or 0).

Definition at line 1452 of file g32r4xx_ddl_rcm.h.

◆ DDL_RCM_ADC_SetAdc12AnalogClkDivision()

__STATIC_INLINE void DDL_RCM_ADC_SetAdc12AnalogClkDivision ( uint32_t Division)

Set Adc12 analog clock division.

Parameters
DivisionThis parameter can be one of the following values:
Return values
None

Definition at line 1466 of file g32r4xx_ddl_rcm.h.

◆ DDL_RCM_ADC_SetAdc16AnalogClkDivision()

__STATIC_INLINE void DDL_RCM_ADC_SetAdc16AnalogClkDivision ( uint32_t Division)

Set Adc16 analog clock division.

Parameters
DivisionThis parameter can be one of the following values:
Return values
None

Definition at line 1429 of file g32r4xx_ddl_rcm.h.

◆ DDL_RCM_ADC_SetAdcAnalogClkSource()

__STATIC_INLINE void DDL_RCM_ADC_SetAdcAnalogClkSource ( uint32_t Source)

Set Adc analog clock source.

Parameters
SourceThis parameter can be one of the following values:
Return values
None

Definition at line 1502 of file g32r4xx_ddl_rcm.h.