 | RL-ARM User's Guide |  |
|
|
| System Functions| Routine | Description |
|---|
| init_TcpNet | Initializes RL-TCPnet system resources, protocols, and applications. | | main_TcpNet | Processes RL-TCPnet operations including protocol timeouts, ARP address cache, and Ethernet controller polling. | | timer_tick | Generates periodic events for RL-TCPnet. |
note - The TCPnet system functions are the core of the protocol stack. They form a operating system which calls all other protocol module functions.
- The TCPnet system functions do not require RTOS to run. However, it can run with various forms of RTOS if required.
- The TCPnet system functions are not reentrant.
|
|