BYTE_BITS Union

MiWi Development Environment

MiWi(TM) Development Environment Help
BYTE_BITS Union
C
typedef union {
  BYTE Val;
  struct __PACKED {
    __EXTENSION BYTE b0 : 1;
    __EXTENSION BYTE b1 : 1;
    __EXTENSION BYTE b2 : 1;
    __EXTENSION BYTE b3 : 1;
    __EXTENSION BYTE b4 : 1;
    __EXTENSION BYTE b5 : 1;
    __EXTENSION BYTE b6 : 1;
    __EXTENSION BYTE b7 : 1;
  } bits;
} BYTE_BITS;
Description

This is type BYTE_BITS.

Microchip My Application xx.yy - [Jan 1, 2009]
Copyright © 2009 Microchip Technology, Inc.  All rights reserved.