jerry_port_watchdog_t Struct Reference

Watchdog state information. More...

#include <jerry_port_vm.h>

Collaboration diagram for jerry_port_watchdog_t:

Public Attributes

uint32_t period
 Watchdog timeout in hardware timer units. More...
 
uint32_t start
 Time of last call to jerry_port_watchdog_reset() More...
 

Detailed Description

Watchdog state information.

Member Data Documentation

◆ period

uint32_t jerry_port_watchdog_t::period

Watchdog timeout in hardware timer units.

◆ start

uint32_t jerry_port_watchdog_t::start

Time of last call to jerry_port_watchdog_reset()


The documentation for this struct was generated from the following file: