VSF Documented
|
USART interrupt configuration structure Contains all necessary information for configuring USART interrupts. More...
#include <vsf_template_usart.h>
Data Fields | |
vsf_usart_isr_handler_t * | handler_fn |
Interrupt handler function pointer. | |
void * | target_ptr |
User target pointer. | |
vsf_arch_prio_t | prio |
Interrupt priority. | |
USART interrupt configuration structure Contains all necessary information for configuring USART interrupts.
vsf_usart_isr_handler_t * vsf_usart_isr_t::handler_fn |
Interrupt handler function pointer.
void * vsf_usart_isr_t::target_ptr |
User target pointer.
vsf_arch_prio_t vsf_usart_isr_t::prio |
Interrupt priority.