|
VSF Documented
|
RTC interrupt service routine configuration structure. More...
#include <vsf_template_rtc.h>
Data Fields | |
| vsf_rtc_isr_handler_t * | handler_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. | |
RTC interrupt service routine configuration structure.
| vsf_rtc_isr_handler_t * vsf_rtc_isr_t::handler_fn |
Interrupt handler function to process RTC interrupts.
| void * vsf_rtc_isr_t::target_ptr |
User context pointer passed to the handler.
| vsf_arch_prio_t vsf_rtc_isr_t::prio |
Priority level for RTC interrupts.