VSF Documented
Data Fields
vsf_spi_isr_t Struct Reference

SPI interrupt service routine configuration structure. More...

#include <vsf_template_spi.h>

Data Fields

vsf_spi_isr_handler_thandler_fn
 Interrupt handler function (NULL to disable interrupts)
 
void * target_ptr
 User context pointer passed to handler.
 
vsf_arch_prio_t prio
 Hardware-specific interrupt priority.
 

Detailed Description

SPI interrupt service routine configuration structure.

Note
The interrupt will not be enabled if handler_fn is NULL

Field Documentation

◆ handler_fn

vsf_spi_isr_handler_t * vsf_spi_isr_t::handler_fn

Interrupt handler function (NULL to disable interrupts)

◆ target_ptr

void * vsf_spi_isr_t::target_ptr

User context pointer passed to handler.

◆ prio

vsf_arch_prio_t vsf_spi_isr_t::prio

Hardware-specific interrupt priority.

Generated from commit: vsfteam/vsf@2b286be