![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Macros | |
| #define | TMR_GET_CHANNEL_INDEX( __CHANNEL__) |
| Convert channel id into channel index. | |
| #define | TMR_CALC_DTS(__TMRCLK__, __CKD__) |
| Calculate the deadtime sampling period(in ps). | |
| #define | IS_DDL_TMR_COUNTERMODE(__VALUE__) |
| #define | IS_DDL_TMR_CLOCKDIVISION(__VALUE__) |
| #define | IS_DDL_TMR_OCMODE(__VALUE__) |
| #define | IS_DDL_TMR_OCSTATE(__VALUE__) |
| #define | IS_DDL_TMR_OCPOLARITY(__VALUE__) |
| #define | IS_DDL_TMR_OCIDLESTATE(__VALUE__) |
| #define | IS_DDL_TMR_ACTIVEINPUT(__VALUE__) |
| #define | IS_DDL_TMR_ICPSC(__VALUE__) |
| #define | IS_DDL_TMR_IC_FILTER(__VALUE__) |
| #define | IS_DDL_TMR_IC_POLARITY(__VALUE__) |
| #define | IS_DDL_TMR_ENCODERMODE(__VALUE__) |
| #define | IS_DDL_TMR_IC_POLARITY_ENCODER(__VALUE__) |
| #define | IS_DDL_TMR_OSSR_STATE(__VALUE__) |
| #define | IS_DDL_TMR_OSSI_STATE(__VALUE__) |
| #define | IS_DDL_TMR_LOCK_LEVEL(__VALUE__) |
| #define | IS_DDL_TMR_BREAK_STATE(__VALUE__) |
| #define | IS_DDL_TMR_BREAK_POLARITY(__VALUE__) |
| #define | IS_DDL_TMR_AUTOMATIC_OUTPUT_STATE(__VALUE__) |
| #define IS_DDL_TMR_ACTIVEINPUT | ( | __VALUE__ | ) |
Definition at line 100 of file g32r4xx_ddl_tmr.c.
| #define IS_DDL_TMR_AUTOMATIC_OUTPUT_STATE | ( | __VALUE__ | ) |
Definition at line 154 of file g32r4xx_ddl_tmr.c.
| #define IS_DDL_TMR_BREAK_POLARITY | ( | __VALUE__ | ) |
Definition at line 151 of file g32r4xx_ddl_tmr.c.
| #define IS_DDL_TMR_BREAK_STATE | ( | __VALUE__ | ) |
Definition at line 148 of file g32r4xx_ddl_tmr.c.
| #define IS_DDL_TMR_CLOCKDIVISION | ( | __VALUE__ | ) |
Definition at line 78 of file g32r4xx_ddl_tmr.c.
| #define IS_DDL_TMR_COUNTERMODE | ( | __VALUE__ | ) |
Definition at line 72 of file g32r4xx_ddl_tmr.c.
| #define IS_DDL_TMR_ENCODERMODE | ( | __VALUE__ | ) |
Definition at line 130 of file g32r4xx_ddl_tmr.c.
| #define IS_DDL_TMR_IC_FILTER | ( | __VALUE__ | ) |
Definition at line 109 of file g32r4xx_ddl_tmr.c.
| #define IS_DDL_TMR_IC_POLARITY | ( | __VALUE__ | ) |
Definition at line 126 of file g32r4xx_ddl_tmr.c.
| #define IS_DDL_TMR_IC_POLARITY_ENCODER | ( | __VALUE__ | ) |
Definition at line 134 of file g32r4xx_ddl_tmr.c.
| #define IS_DDL_TMR_ICPSC | ( | __VALUE__ | ) |
Definition at line 104 of file g32r4xx_ddl_tmr.c.
| #define IS_DDL_TMR_LOCK_LEVEL | ( | __VALUE__ | ) |
Definition at line 143 of file g32r4xx_ddl_tmr.c.
| #define IS_DDL_TMR_OCIDLESTATE | ( | __VALUE__ | ) |
Definition at line 97 of file g32r4xx_ddl_tmr.c.
| #define IS_DDL_TMR_OCMODE | ( | __VALUE__ | ) |
Definition at line 82 of file g32r4xx_ddl_tmr.c.
| #define IS_DDL_TMR_OCPOLARITY | ( | __VALUE__ | ) |
Definition at line 94 of file g32r4xx_ddl_tmr.c.
| #define IS_DDL_TMR_OCSTATE | ( | __VALUE__ | ) |
Definition at line 91 of file g32r4xx_ddl_tmr.c.
| #define IS_DDL_TMR_OSSI_STATE | ( | __VALUE__ | ) |
Definition at line 140 of file g32r4xx_ddl_tmr.c.
| #define IS_DDL_TMR_OSSR_STATE | ( | __VALUE__ | ) |
Definition at line 137 of file g32r4xx_ddl_tmr.c.
| #define TMR_CALC_DTS | ( | __TMRCLK__, | |
| __CKD__ ) |
Calculate the deadtime sampling period(in ps).
| __TMRCLK__ | timer input clock frequency (in Hz). |
| __CKD__ | This parameter can be one of the following values: |
| none |
Definition at line 177 of file g32r4xx_ddl_tmr.h.
| #define TMR_GET_CHANNEL_INDEX | ( | __CHANNEL__ | ) |
Convert channel id into channel index.
| __CHANNEL__ | This parameter can be one of the following values: |
| none |
Definition at line 161 of file g32r4xx_ddl_tmr.h.