VSF Documented
Data Fields
vsf_usart_isr_t Struct Reference

USART interrupt configuration structure Contains all necessary information for configuring USART interrupts. More...

#include <vsf_template_usart.h>

Data Fields

vsf_usart_isr_handler_thandler_fn
 Interrupt handler function pointer.
 
void * target_ptr
 User target pointer.
 
vsf_arch_prio_t prio
 Interrupt priority.
 

Detailed Description

USART interrupt configuration structure Contains all necessary information for configuring USART interrupts.

Field Documentation

◆ handler_fn

vsf_usart_isr_handler_t * vsf_usart_isr_t::handler_fn

Interrupt handler function pointer.

◆ target_ptr

void * vsf_usart_isr_t::target_ptr

User target pointer.

◆ prio

vsf_arch_prio_t vsf_usart_isr_t::prio

Interrupt priority.

Generated from commit: vsfteam/vsf@2b286be