G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
ADC12 Analog clock prescaler

Macros

#define DDL_RCM_ADC12ACLK_DIV_4   (0x00000000U)
#define DDL_RCM_ADC12ACLK_DIV_8   (RCM_ADCCR_ADC12ADIV_0)
#define DDL_RCM_ADC12ACLK_DIV_16   (RCM_ADCCR_ADC12ADIV_1)
#define DDL_RCM_ADC12ACLK_DIV_32   (RCM_ADCCR_ADC12ADIV)

Detailed Description

Macro Definition Documentation

◆ DDL_RCM_ADC12ACLK_DIV_16

#define DDL_RCM_ADC12ACLK_DIV_16   (RCM_ADCCR_ADC12ADIV_1)

Definition at line 374 of file g32r4xx_ddl_rcm.h.

◆ DDL_RCM_ADC12ACLK_DIV_32

#define DDL_RCM_ADC12ACLK_DIV_32   (RCM_ADCCR_ADC12ADIV)

Definition at line 375 of file g32r4xx_ddl_rcm.h.

◆ DDL_RCM_ADC12ACLK_DIV_4

#define DDL_RCM_ADC12ACLK_DIV_4   (0x00000000U)

Definition at line 372 of file g32r4xx_ddl_rcm.h.

◆ DDL_RCM_ADC12ACLK_DIV_8

#define DDL_RCM_ADC12ACLK_DIV_8   (RCM_ADCCR_ADC12ADIV_0)

Definition at line 373 of file g32r4xx_ddl_rcm.h.