![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Macros | |
| #define | DDL_TMR_IC_POLARITY_RISING 0x00000000U |
| #define | DDL_TMR_IC_POLARITY_FALLING TMR_CCEN_CC1POL |
| #define | DDL_TMR_IC_POLARITY_BOTHEDGE (TMR_CCEN_CC1POL | TMR_CCEN_CC1NPOL) |
| #define DDL_TMR_IC_POLARITY_BOTHEDGE (TMR_CCEN_CC1POL | TMR_CCEN_CC1NPOL) |
The circuit is sensitive to both TIxFP1 rising and falling edges, TIxFP1 is not inverted
Definition at line 737 of file g32r4xx_ddl_tmr.h.
| #define DDL_TMR_IC_POLARITY_FALLING TMR_CCEN_CC1POL |
The circuit is sensitive to TIxFP1 falling edge, TIxFP1 is inverted
Definition at line 736 of file g32r4xx_ddl_tmr.h.
| #define DDL_TMR_IC_POLARITY_RISING 0x00000000U |
The circuit is sensitive to TIxFP1 rising edge, TIxFP1 is not inverted
Definition at line 735 of file g32r4xx_ddl_tmr.h.