VSF Documented
|
WDT interrupt configuration structure. More...
#include <vsf_template_wdt.h>
Data Fields | |
vsf_wdt_isr_handler_t * | handler_fn |
Interrupt handler function pointer. | |
void * | target_ptr |
User-defined target pointer. | |
vsf_arch_prio_t | prio |
Interrupt priority. | |
WDT interrupt configuration structure.
vsf_wdt_isr_handler_t * vsf_wdt_isr_t::handler_fn |
Interrupt handler function pointer.
void * vsf_wdt_isr_t::target_ptr |
User-defined target pointer.
vsf_arch_prio_t vsf_wdt_isr_t::prio |
Interrupt priority.