LPCOpen Platform  v1.03
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

Detailed Description

Functions

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

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
Note
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: Delay period in milliseconds
Returns
None Delay for the specified number of milliSeconds. This function is used by LWIP stack in stand-alone configuration

Delay for the specified number of milliSeconds.

Millisecond Delay function.

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 300 of file lpc43xx_systick.c.