VSF Documented
|
SPI interrupt service routine configuration structure. More...
#include <vsf_template_spi.h>
Data Fields | |
vsf_spi_isr_handler_t * | handler_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. | |
SPI interrupt service routine configuration structure.
vsf_spi_isr_handler_t * vsf_spi_isr_t::handler_fn |
Interrupt handler function (NULL to disable interrupts)
void * vsf_spi_isr_t::target_ptr |
User context pointer passed to handler.
vsf_arch_prio_t vsf_spi_isr_t::prio |
Hardware-specific interrupt priority.