Synergy Software Package User's Manual
iwdt_instance_ctrl_t Struct Reference

#include <r_iwdt.h>

Data Fields

uint32_t iwdt_open
 
void const * p_context
 
R_IWDT_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.
 

Detailed Description

WDT control block. DO NOT INITIALIZE. Initialization occurs when wdt_api_t::open is called.

Field Documentation

◆ iwdt_open

uint32_t iwdt_instance_ctrl_t::iwdt_open

Indicates whether the open() API has been successfully called.

◆ p_context

void const* iwdt_instance_ctrl_t::p_context

Placeholder for user data. Passed to the user callback in wdt_callback_args_t.


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