Kenji Arai / TYBLE16_mbedlized_os5_several_examples_1st

Dependencies:   nRF51_Vdd TextLCD BME280

Embed: (wiki syntax)

« Back to documentation index

init.h File Reference

init.h File Reference

lwIP initialization API More...

Go to the source code of this file.

Functions

void lwip_init (void)
 Initialize all modules.

Detailed Description

lwIP initialization API

Definition in file init.h.


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.