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 |
#define EW_LED LED1 |
typedef void(* TButtonCallback) (int aButtonPresssed) |
void EwBspInOutEventHandler | ( | int | aEventId | ) |
The function EwBspInOutEventHandler is called from the touch screen driver in case of an input event.
aEventId | An optional target specific event ID. |
References ButtonCallback.
void EwBspInOutInitButton | ( | TButtonCallback | aButtonCallback | ) |
Configures one hardware button of the board used for demo applications.
aButtonCallback | The button callback. |
References ButtonCallback.
Configures one LED of the board used for demo applications.
References EW_LED.
|
static |