This file contains system related functions and variables. See system.h for a list of function declarations, constants, etc.
Definition in file system.c.
Go to the source code of this file.
Variables | |
UINT32 | base_timer |
UINT8 | sleep_mode = 0 |
UINT8 | net_buf [NETWORK_TX_BUFFER_SIZE] |
Transmit buffer used by all OpenTCP applications. |
|
System 1.024 msec timer |
|
Used to store information about power-saving state we're in (if any) |
|
This buffer is the transmit buffer used by all OpenTCP applications for sending of data. Please note the warnings below for correct usage of this buffer that ensures proper operation of the applications.
|