Kenji Arai / TYBLE16_mbedlized_os5_several_examples_1st

Dependencies:   nRF51_Vdd TextLCD BME280

Embed: (wiki syntax)

« Back to documentation index

lwip_init.c File Reference

lwip_init.c File Reference

Modules initialization. More...

Go to the source code of this file.

Functions

void lwip_init (void)
 Initialize all modules.

Detailed Description

Modules initialization.

Definition in file lwip_init.c.


Function Documentation

void lwip_init ( void   )

Initialize all modules.

Use this in NO_SYS mode. Use tcpip_init() otherwise.

Definition at line 337 of file lwip_init.c.