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

Macros

#define DDL_RCM_MCO_DIV_1   (0x00000000U)
#define DDL_RCM_MCO_DIV_2   (RCM_SCCR_CLKOUTDIV_0)
#define DDL_RCM_MCO_DIV_4   (RCM_SCCR_CLKOUTDIV_1)
#define DDL_RCM_MCO_DIV_8   (RCM_SCCR_CLKOUTDIV_1 | RCM_SCCR_CLKOUTDIV_0)
#define DDL_RCM_MCO_DIV_16   (RCM_SCCR_CLKOUTDIV_2)

Detailed Description

Macro Definition Documentation

◆ DDL_RCM_MCO_DIV_1

#define DDL_RCM_MCO_DIV_1   (0x00000000U)

MCO not divided

Definition at line 296 of file g32r4xx_ddl_rcm.h.

◆ DDL_RCM_MCO_DIV_16

#define DDL_RCM_MCO_DIV_16   (RCM_SCCR_CLKOUTDIV_2)

MCO divided by 16

Definition at line 300 of file g32r4xx_ddl_rcm.h.

◆ DDL_RCM_MCO_DIV_2

#define DDL_RCM_MCO_DIV_2   (RCM_SCCR_CLKOUTDIV_0)

MCO divided by 2

Definition at line 297 of file g32r4xx_ddl_rcm.h.

◆ DDL_RCM_MCO_DIV_4

#define DDL_RCM_MCO_DIV_4   (RCM_SCCR_CLKOUTDIV_1)

MCO divided by 4

Definition at line 298 of file g32r4xx_ddl_rcm.h.

◆ DDL_RCM_MCO_DIV_8

#define DDL_RCM_MCO_DIV_8   (RCM_SCCR_CLKOUTDIV_1 | RCM_SCCR_CLKOUTDIV_0)

MCO divided by 8

Definition at line 299 of file g32r4xx_ddl_rcm.h.