ON Semiconductor / mbed-os

Dependents:   mbed-TFT-example-NCS36510 mbed-Accelerometer-example-NCS36510 mbed-Accelerometer-example-NCS36510

Embed: (wiki syntax)

« Back to documentation index

stats.c File Reference

stats.c File Reference

Statistics module. More...

Go to the source code of this file.

Functions

void stats_init (void)
 Init statistics.

Variables

struct stats_ lwip_stats
 Global variable containing lwIP internal statistics.

Detailed Description

Statistics module.

Definition in file stats.c.


Function Documentation

void stats_init ( void   )

Init statistics.

Definition at line 51 of file stats.c.


Variable Documentation

Global variable containing lwIP internal statistics.

Add this to your debugger's watchlist.

Definition at line 49 of file stats.c.