|
|
#define | CY_WDT_DRV_VERSION_MAJOR 1 |
| | The driver major version.
|
| |
|
#define | CY_WDT_DRV_VERSION_MINOR 90 |
| | The driver minor version.
|
| |
|
#define | CY_SRSS_WDT_LOCK_BIT0 ((uint32_t)0x01U << 30U) |
| | The internal define for the first iteration of WDT unlocking.
|
| |
|
#define | CY_SRSS_WDT_LOCK_BIT1 ((uint32_t)0x01U << 31U) |
| | The internal define for the second iteration of WDT unlocking.
|
| |
|
#define | CY_SRSS_WDT_DEFAULT_MATCH_VALUE ((uint32_t) 4096U) |
| | The WDT default match value.
|
| |
|
#define | CY_SRSS_WDT_DEFAULT_IGNORE_BITS (0U) |
| | The default match value of the WDT ignore bits.
|
| |
|
#define | CY_SRSS_WDT_LOCK_BITS (3U) |
| | The default match value of the WDT ignore bits.
|
| |
|
#define | CY_WDT_ID CY_PDL_DRV_ID(0x34U) |
| | The WDT driver identifier.
|
| |