![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Macros | |
| #define | DDL_WWDT_PRESCALER_1 0x00000000u |
| #define | DDL_WWDT_PRESCALER_2 WWDT_CFG_TBPSC_0 |
| #define | DDL_WWDT_PRESCALER_4 WWDT_CFG_TBPSC_1 |
| #define | DDL_WWDT_PRESCALER_8 (WWDT_CFG_TBPSC_0 | WWDT_CFG_TBPSC_1) |
| #define DDL_WWDT_PRESCALER_1 0x00000000u |
WWDT counter clock = (PCLK1/4096)/1
Definition at line 86 of file g32r4xx_ddl_wwdt.h.
| #define DDL_WWDT_PRESCALER_2 WWDT_CFG_TBPSC_0 |
WWDT counter clock = (PCLK1/4096)/2
Definition at line 87 of file g32r4xx_ddl_wwdt.h.
| #define DDL_WWDT_PRESCALER_4 WWDT_CFG_TBPSC_1 |
WWDT counter clock = (PCLK1/4096)/4
Definition at line 88 of file g32r4xx_ddl_wwdt.h.
| #define DDL_WWDT_PRESCALER_8 (WWDT_CFG_TBPSC_0 | WWDT_CFG_TBPSC_1) |
WWDT counter clock = (PCLK1/4096)/8
Definition at line 89 of file g32r4xx_ddl_wwdt.h.