RDK-B
Platform HAL Data Types

Description

Data Structures

struct  _LEDMGMT_PARAMS
 

Macros

#define CHAR   char
 
#define UCHAR   unsigned char
 
#define BOOLEAN   unsigned char
 
#define INT   int
 
#define UINT   unsigned int
 
#define ULONG   unsigned long
 
#define TRUE   1
 
#define FALSE   0
 
#define ENABLE   1
 
#define RETURN_OK   0
 
#define RETURN_ERR   -1
 
#define LED_BUFFER_SIZE   3
 

Typedefs

typedef struct _LEDMGMT_PARAMS LEDMGMT_PARAMS
 
typedef struct _LEDMGMT_PARAMSPLEDMGMT_PARAMS
 

Enumerations

enum  LED_COLOR {
  LED_WHITE =0, LED_YELLOW =1, LED_GREEN =2, LED_RED =3,
  LED_BLUE =4, LED_RED_AND_GREEN =5, LED_YELLOW_AND_GREEN = 6, NOT_SUPPORTED =7
}
 

Data Structure Documentation

◆ _LEDMGMT_PARAMS

struct _LEDMGMT_PARAMS

Definition at line 743 of file platform_hal.h.

Collaboration diagram for _LEDMGMT_PARAMS:
Collaboration graph

Data Fields

LED_COLOR LedColor
 LED_COLOR. More...
 
int State
 0 for Solid, 1 for Blink More...
 
int Interval
 In case fs State is blink then interval per second. More...
 

Macro Definition Documentation

◆ CHAR

#define CHAR   char

Definition at line 103 of file platform_hal.h.

◆ UCHAR

#define UCHAR   unsigned char

Definition at line 107 of file platform_hal.h.

◆ BOOLEAN

#define BOOLEAN   unsigned char

Definition at line 111 of file platform_hal.h.

◆ INT

#define INT   int

Definition at line 115 of file platform_hal.h.

◆ UINT

#define UINT   unsigned int

Definition at line 119 of file platform_hal.h.

◆ ULONG

#define ULONG   unsigned long

Definition at line 123 of file platform_hal.h.

◆ TRUE

#define TRUE   1

Definition at line 127 of file platform_hal.h.

◆ FALSE

#define FALSE   0

Definition at line 131 of file platform_hal.h.

◆ ENABLE

#define ENABLE   1

Definition at line 135 of file platform_hal.h.

◆ RETURN_OK

#define RETURN_OK   0

Definition at line 139 of file platform_hal.h.

◆ RETURN_ERR

#define RETURN_ERR   -1

Definition at line 143 of file platform_hal.h.

◆ LED_BUFFER_SIZE

#define LED_BUFFER_SIZE   3

Definition at line 729 of file platform_hal.h.

Typedef Documentation

◆ LEDMGMT_PARAMS

◆ PLEDMGMT_PARAMS

Enumeration Type Documentation

◆ LED_COLOR

enum LED_COLOR
Enumerator
LED_WHITE 
LED_YELLOW 
LED_GREEN 
LED_RED 
LED_BLUE 
LED_RED_AND_GREEN 
LED_YELLOW_AND_GREEN 
NOT_SUPPORTED 

Definition at line 731 of file platform_hal.h.