ESOS32
ESOSOn32-bitProcessors
Functions
esos_hwxxx_sui.h File Reference

This file contains macros, prototypes, and definitions for the HWXXX architecture specific simple user interface on ESOS32. More...

#include "esos.h"
#include "esos_sui.h"
#include "esos_hwxxx.h"
Include dependency graph for esos_hwxxx_sui.h:

Go to the source code of this file.

Functions

void esos_hw_sui_configLED (ESOS_SUI_LED_HANDLE h_LED)
 
void esos_hw_sui_turnLEDOn (ESOS_SUI_LED_HANDLE h_LED)
 
void esos_hw_sui_turnLEDOff (ESOS_SUI_LED_HANDLE h_LED)
 
void esos_hw_sui_configSwitch (ESOS_SUI_SWITCH_HANDLE h_Switch)
 
BOOL esos_hw_sui_isSwitchPressed (ESOS_SUI_SWITCH_HANDLE h_Switch)
 
BOOL esos_hw_sui_isSwitchReleased (ESOS_SUI_SWITCH_HANDLE h_Switch)
 

Detailed Description

This file contains macros, prototypes, and definitions for the HWXXX architecture specific simple user interface on ESOS32.

This file contains routines which configure and use the GPIO on the the HWXXX architecture to implement a switches and LED user-interface service.

Definition in file esos_hwxxx_sui.h.