The int_disable_eth function disables the ethernet controller interrupts. The int_disable_eth function is part of RL-TCPnet. The prototype is defined in net_config.h. note - You must provide the int_disable_eth function if the ethernet controller you use is different from the ones provided in the TCPnet source.
- You must provide the int_disable_eth function only if you want to use the ethernet driver in interrupt mode.
- The TCPnet system calls int_disable_eth to disable the ethernet interrupts when entering critical or non-reentrant sections such as memory management functions.
|