Azure Sphere MT3620 M4 API Reference Manual
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
os_wdt_int Struct Reference

The definition of WDT user interrupt handle structure. More...

#include <os_hal_wdt.h>

Data Fields

void(* wdt_cb_hdl )(void *)
 The user interrupt handle of WDT. More...
 
void * wdt_cb_data
 The pointer of WDT interrupt callback data, which will be passed into user interrupt handle.
 

Detailed Description

The definition of WDT user interrupt handle structure.


It can be used to register WDT user interrupt handle by mtk_os_hal_wdt_register_irq().

Field Documentation

void(* wdt_cb_hdl)(void *)

The user interrupt handle of WDT.


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