G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
Automatic output enable

Macros

#define DDL_TMR_AUTOMATICOUTPUT_DISABLE   0x00000000U
#define DDL_TMR_AUTOMATICOUTPUT_ENABLE   TMR_BDT_AOEN

Detailed Description

Macro Definition Documentation

◆ DDL_TMR_AUTOMATICOUTPUT_DISABLE

#define DDL_TMR_AUTOMATICOUTPUT_DISABLE   0x00000000U

MOE can be set only by software

Definition at line 531 of file g32r4xx_ddl_tmr.h.

◆ DDL_TMR_AUTOMATICOUTPUT_ENABLE

#define DDL_TMR_AUTOMATICOUTPUT_ENABLE   TMR_BDT_AOEN

MOE can be set by software or automatically at the next update event

Definition at line 532 of file g32r4xx_ddl_tmr.h.