![]() |
Synergy Software Package User's Manual
|
#include <r_wdt.h>
Data Fields | |
| uint32_t | wdt_open |
| void const * | p_context |
| R_WDT_Type * | p_reg |
| Pointer to register base address. | |
| void(* | p_callback )(wdt_callback_args_t *p_args) |
| Callback provided when a WDT NMI ISR occurs. | |
WDT control block. DO NOT INITIALIZE. Initialization occurs when wdt_api_t::open is called.
| void const* wdt_instance_ctrl_t::p_context |
Placeholder for user data. Passed to the user callback in wdt_callback_args_t.
| uint32_t wdt_instance_ctrl_t::wdt_open |
Indicates whether the open() API has been successfully called.