The int_enable_eth function enables the ethernet controller interrupts. The int_enable_eth function is part of RL-TCPnet. The prototype is defined in net_config.h. note - You must provide the int_enable_eth function if the ethernet controller you use is different from the ones provided in the TCPnet source.
- You must provide the int_enable_eth function only if you want to use the ethernet driver in interrupt mode.
- The TCPnet system calls int_enable_eth to re-enable the ethernet interrupts when exiting critical sections such as memory management functions.
|