WebRadioApp  0.1
Collaboration diagram for EW_BSP_INOUT:

Macros

#define EW_LED   LED1
 

Typedefs

typedef void(* TButtonCallback) (int aButtonPresssed)
 

Functions

void EwBspInOutInitButton (TButtonCallback aButtonCallback)
 Configures one hardware button of the board used for demo applications. More...
 
void EwBspInOutInitLed (void)
 Configures one LED of the board used for demo applications. More...
 
void EwBspInOutLedOn (void)
 Switch LED on. More...
 
void EwBspInOutLedOff (void)
 Switch LED off. More...
 
void EwBspInOutEventHandler (int aEventId)
 The function EwBspInOutEventHandler is called from the touch screen driver in case of an input event. More...
 

Variables

static TButtonCallback ButtonCallback = NULL
 

Detailed Description

Macro Definition Documentation

◆ EW_LED

#define EW_LED   LED1

Typedef Documentation

◆ TButtonCallback

typedef void(* TButtonCallback) (int aButtonPresssed)

Function Documentation

◆ EwBspInOutEventHandler()

void EwBspInOutEventHandler ( int  aEventId)

The function EwBspInOutEventHandler is called from the touch screen driver in case of an input event.

Parameters
aEventIdAn optional target specific event ID.

References ButtonCallback.

Here is the caller graph for this function:

◆ EwBspInOutInitButton()

void EwBspInOutInitButton ( TButtonCallback  aButtonCallback)

Configures one hardware button of the board used for demo applications.

Parameters
aButtonCallbackThe button callback.

References ButtonCallback.

Here is the caller graph for this function:

◆ EwBspInOutInitLed()

void EwBspInOutInitLed ( void  )

Configures one LED of the board used for demo applications.


References EW_LED.

Here is the caller graph for this function:

◆ EwBspInOutLedOff()

void EwBspInOutLedOff ( void  )

Switch LED off.


References EW_LED.

Here is the caller graph for this function:

◆ EwBspInOutLedOn()

void EwBspInOutLedOn ( void  )

Switch LED on.


References EW_LED.

Here is the caller graph for this function:

Variable Documentation

◆ ButtonCallback

TButtonCallback ButtonCallback = NULL
static