VSF Documented
Data Fields
vsf_rtc_isr_t Struct Reference

RTC interrupt service routine configuration structure. More...

#include <vsf_template_rtc.h>

Data Fields

vsf_rtc_isr_handler_thandler_fn
 Interrupt handler function to process RTC interrupts.
 
void * target_ptr
 User context pointer passed to the handler.
 
vsf_arch_prio_t prio
 Priority level for RTC interrupts.
 

Detailed Description

RTC interrupt service routine configuration structure.

Field Documentation

◆ handler_fn

vsf_rtc_isr_handler_t * vsf_rtc_isr_t::handler_fn

Interrupt handler function to process RTC interrupts.

◆ target_ptr

void * vsf_rtc_isr_t::target_ptr

User context pointer passed to the handler.

◆ prio

vsf_arch_prio_t vsf_rtc_isr_t::prio

Priority level for RTC interrupts.

Generated from commit: vsfteam/vsf@2b286be