G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
Input Configuration Prescaler

Macros

#define DDL_TMR_ICPSC_DIV1   0x00000000U
#define DDL_TMR_ICPSC_DIV2   (TMR_CCM1_IC1PSC_0)
#define DDL_TMR_ICPSC_DIV4   (TMR_CCM1_IC1PSC_1)
#define DDL_TMR_ICPSC_DIV8   (TMR_CCM1_IC1PSC)

Detailed Description

Macro Definition Documentation

◆ DDL_TMR_ICPSC_DIV1

#define DDL_TMR_ICPSC_DIV1   0x00000000U

No prescaler, capture is done each time an edge is detected on the capture input

Definition at line 701 of file g32r4xx_ddl_tmr.h.

◆ DDL_TMR_ICPSC_DIV2

#define DDL_TMR_ICPSC_DIV2   (TMR_CCM1_IC1PSC_0)

Capture is done once every 2 events

Definition at line 702 of file g32r4xx_ddl_tmr.h.

◆ DDL_TMR_ICPSC_DIV4

#define DDL_TMR_ICPSC_DIV4   (TMR_CCM1_IC1PSC_1)

Capture is done once every 4 events

Definition at line 703 of file g32r4xx_ddl_tmr.h.

◆ DDL_TMR_ICPSC_DIV8

#define DDL_TMR_ICPSC_DIV8   (TMR_CCM1_IC1PSC)

Capture is done once every 8 events

Definition at line 704 of file g32r4xx_ddl_tmr.h.