RDK-B
FWUPGRADE HAL Data Types

Description

Macros

#define CHAR   char
 
#define UCHAR   unsigned char
 
#define BOOLEAN   unsigned char
 
#define USHORT   unsigned short
 
#define UINT8   unsigned char
 
#define INT   int
 
#define UINT   unsigned int
 
#define LONG   long
 
#define ULONG   unsigned long
 
#define TRUE   1
 
#define FALSE   0
 
#define ENABLE   1
 
#define RETURN_OK   0
 
#define RETURN_ERR   -1
 

Macro Definition Documentation

◆ CHAR

#define CHAR   char

Definition at line 59 of file fwupgrade_hal.h.

◆ UCHAR

#define UCHAR   unsigned char

Definition at line 63 of file fwupgrade_hal.h.

◆ BOOLEAN

#define BOOLEAN   unsigned char

Definition at line 67 of file fwupgrade_hal.h.

◆ USHORT

#define USHORT   unsigned short

Definition at line 71 of file fwupgrade_hal.h.

◆ UINT8

#define UINT8   unsigned char

Definition at line 75 of file fwupgrade_hal.h.

◆ INT

#define INT   int

Definition at line 79 of file fwupgrade_hal.h.

◆ UINT

#define UINT   unsigned int

Definition at line 83 of file fwupgrade_hal.h.

◆ LONG

#define LONG   long

Definition at line 87 of file fwupgrade_hal.h.

◆ ULONG

#define ULONG   unsigned long

Definition at line 91 of file fwupgrade_hal.h.

◆ TRUE

#define TRUE   1

Definition at line 95 of file fwupgrade_hal.h.

◆ FALSE

#define FALSE   0

Definition at line 99 of file fwupgrade_hal.h.

◆ ENABLE

#define ENABLE   1

Definition at line 103 of file fwupgrade_hal.h.

◆ RETURN_OK

#define RETURN_OK   0

Definition at line 107 of file fwupgrade_hal.h.

◆ RETURN_ERR

#define RETURN_ERR   -1

Definition at line 111 of file fwupgrade_hal.h.