3.3.34.1 Functions
-
diag_simple_wdt_status_t DIAG_WDT_SimpleTimer_GetStatus (void)
WDT Simple Timer Test. This API returns the status of simple timer WDT diagnosis.
-
static void configure_TMR0_for_time_taking (void)
This is API to Set period so that TMR0 overflows approximately every 1ms.
-
static void restart_TMR0 (void)
This is a macro to reset TMR0 to zero and start counting from zero.
-
static void watchdog_delay (uint8_t i)
This is a macro to create a fixed delay for the watchdog timer test.
-
static void diag_restore_timer_defaults (void)
This is an API to restore the timer registers to their default values.
-
void DIAG_WDT_SimpleTimer (void)
WDT Simple Timer Test. This API checks the WDT reset within the configured Timeout. .