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

Macros

#define DDL_TMR_ETR_POLARITY_NONINVERTED   0x00000000U
#define DDL_TMR_ETR_POLARITY_INVERTED   TMR_SMCTRL_ETPOL

Detailed Description

Macro Definition Documentation

◆ DDL_TMR_ETR_POLARITY_INVERTED

#define DDL_TMR_ETR_POLARITY_INVERTED   TMR_SMCTRL_ETPOL

ETR is inverted, active at low level or falling edge

Definition at line 807 of file g32r4xx_ddl_tmr.h.

◆ DDL_TMR_ETR_POLARITY_NONINVERTED

#define DDL_TMR_ETR_POLARITY_NONINVERTED   0x00000000U

ETR is non-inverted, active at high level or rising edge

Definition at line 806 of file g32r4xx_ddl_tmr.h.