Lcd companion boards support (VKLCD50RTA & VKLCD70RT)

Embed: (wiki syntax)

« Back to documentation index

clib_drivers_typedef.h File Reference

clib_drivers_typedef.h File Reference

Go to the source code of this file.

Typedefs

typedef unsigned int bool32_t
 Boolean type in 32 bit variable.
typedef unsigned short bool16_t
 Boolean type in 16 bit variable.
typedef unsigned char bool8_t
 Boolean type in 8 bit variable.
typedef struct st_IntBoxType IntBoxType
 IntBoxType.

Detailed Description

Module:
CLibCommon
PublicVersion:
0.90

(=CLIB_VERSION)

Rev:
30
Date:
2014-02-13 21:21:47 +0900#
  • Description: Common code for drivers and more.

Definition in file clib_drivers_typedef.h.


Typedef Documentation

Boolean type in 16 bit variable.

This is not C99.

Definition at line 59 of file clib_drivers_typedef.h.

Boolean type in 32 bit variable.

This is not C99.

Definition at line 52 of file clib_drivers_typedef.h.

Boolean type in 8 bit variable.

This is not C99.

Definition at line 66 of file clib_drivers_typedef.h.

IntBoxType.

Definition at line 73 of file clib_drivers_typedef.h.