BYTE_BITS Union From MiWi Development Environment previous page next page MiWi(TM) Development Environment Help Contents | Index | Home Previous | Up | Next 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. Symbol Reference > Structs, Records, Enums > BYTE_BITS Union Microchip My Application xx.yy - [Jan 1, 2009]Copyright © 2009 Microchip Technology, Inc. All rights reserved. Contents | Index | Home previous page start next page