G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
External Trigger Prescaler

Macros

#define DDL_TMR_ETR_PRESCALER_DIV1   0x00000000U
#define DDL_TMR_ETR_PRESCALER_DIV2   TMR_SMCTRL_ETPCFG_0
#define DDL_TMR_ETR_PRESCALER_DIV4   TMR_SMCTRL_ETPCFG_1
#define DDL_TMR_ETR_PRESCALER_DIV8   TMR_SMCTRL_ETPCFG

Detailed Description

Macro Definition Documentation

◆ DDL_TMR_ETR_PRESCALER_DIV1

#define DDL_TMR_ETR_PRESCALER_DIV1   0x00000000U

ETR prescaler OFF

Definition at line 815 of file g32r4xx_ddl_tmr.h.

◆ DDL_TMR_ETR_PRESCALER_DIV2

#define DDL_TMR_ETR_PRESCALER_DIV2   TMR_SMCTRL_ETPCFG_0

ETR frequency is divided by 2

Definition at line 816 of file g32r4xx_ddl_tmr.h.

◆ DDL_TMR_ETR_PRESCALER_DIV4

#define DDL_TMR_ETR_PRESCALER_DIV4   TMR_SMCTRL_ETPCFG_1

ETR frequency is divided by 4

Definition at line 817 of file g32r4xx_ddl_tmr.h.

◆ DDL_TMR_ETR_PRESCALER_DIV8

#define DDL_TMR_ETR_PRESCALER_DIV8   TMR_SMCTRL_ETPCFG

ETR frequency is divided by 8

Definition at line 818 of file g32r4xx_ddl_tmr.h.