LPCOpen Platform
LPCOpen Platform for NXP LPC Microcontrollers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Architecture specific functions used with the LWIP examples

Functions

void msDelay (uint32_t ms)
 Delay for the specified number of milliSeconds.
 
typedef uint8_t u8_t
 

Detailed Description

Typedef Documentation

typedef uint8_t u8_t

Definition at line 43 of file cc.h.

Function Documentation

void msDelay ( uint32_t  ms)

Delay for the specified number of milliSeconds.

Parameters
ms: Time in milliSeconds to delay
Returns
Nothing For standalone systems. This function will block for the specified number of milliSconds. For RTOS based systems, this function will delay the task by the specified number of milliSeconds.

Delay for the specified number of milliSeconds.

Millisecond Delay function.

Parameters
ms: Number of milliSeconds to delay
Returns
Nothing Needed for some functions, do not use prior to FreeRTOS running

Definition at line 224 of file lwip_tcpecho_freertos.c.