LPCOpen Platform  v1.03
LPCOpen Platform for NXP LPC Microcontrollers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
freertos_blinky.c File Reference
#include "board.h"
#include "FreeRTOS.h"
#include "task.h"

Go to the source code of this file.

Functions

static void prvSetupHardware (void)
 
static portTASK_FUNCTION (vLEDTask0, pvParameters)
 
static portTASK_FUNCTION (vLEDTask1, pvParameters)
 
static portTASK_FUNCTION (vLEDTask2, pvParameters)
 
int main (void)
 main routine for FreeRTOS blinky example
 

Function Documentation

static portTASK_FUNCTION ( vLEDTask0  ,
pvParameters   
)
static

Definition at line 76 of file freertos_blinky.c.

static portTASK_FUNCTION ( vLEDTask1  ,
pvParameters   
)
static

Definition at line 87 of file freertos_blinky.c.

static portTASK_FUNCTION ( vLEDTask2  ,
pvParameters   
)
static

Definition at line 98 of file freertos_blinky.c.

static void prvSetupHardware ( void  )
static

Definition at line 70 of file freertos_blinky.c.