VSF Documented
|
ETH interrupt configuration structure. More...
#include <vsf_template_eth.h>
Data Fields | |
vsf_eth_isr_handler_t * | handler_fn |
Interrupt handler function pointer. | |
void * | target_ptr |
User-defined target pointer. | |
vsf_arch_prio_t | prio |
Interrupt priority. | |
ETH interrupt configuration structure.
vsf_eth_isr_handler_t * vsf_eth_isr_t::handler_fn |
Interrupt handler function pointer.
void * vsf_eth_isr_t::target_ptr |
User-defined target pointer.
vsf_arch_prio_t vsf_eth_isr_t::prio |
Interrupt priority.