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