#include <driver/hw_timer.h>
#include <jrt.h>
Go to the source code of this file.
◆ jerry_port_watchdog_poll()
static bool jerry_port_watchdog_poll |
( |
| ) |
|
|
static |
Called by jerryscript VM loop. Generates fatal error on timeout.
◆ jerry_port_watchdog_read()
static uint32_t jerry_port_watchdog_read |
( |
| ) |
|
|
static |
Get elapsed watchdog time (in ticks) since last reset.
◆ jerry_port_watchdog_reset()
static void jerry_port_watchdog_reset |
( |
| ) |
|
|
static |
Reset watchdog timer before calling into jerryscript (load, run, etc)
◆ jerry_port_watchdog_set_period()
void jerry_port_watchdog_set_period |
( |
uint32_t |
milliseconds | ) |
|
Set watchdog period in milliseconds.
◆ jerry_port_watchdog