VSF Documented
Data Fields
vsf_wdt_isr_t Struct Reference

WDT interrupt configuration structure. More...

#include <vsf_template_wdt.h>

Data Fields

vsf_wdt_isr_handler_thandler_fn
 Interrupt handler function pointer.
 
void * target_ptr
 User-defined target pointer.
 
vsf_arch_prio_t prio
 Interrupt priority.
 

Detailed Description

WDT interrupt configuration structure.

Field Documentation

◆ handler_fn

vsf_wdt_isr_handler_t * vsf_wdt_isr_t::handler_fn

Interrupt handler function pointer.

◆ target_ptr

void * vsf_wdt_isr_t::target_ptr

User-defined target pointer.

◆ prio

vsf_arch_prio_t vsf_wdt_isr_t::prio

Interrupt priority.

Generated from commit: vsfteam/vsf@2b286be