Enum DataWidth

Prototype

typedef enum {
  WIDTH_8 = 1,
  WIDTH_16 = 2,
  WIDTH_32 = 4
} DataWidth;