Hi everyone,
I'm finishing a code for a NEC uProcessor and I'm having problems with unions. At the beginning of writing this code I wrote everything in 1 file, but after I decided to divide this code in various modules.
I have some unions that are used in different modules, so I have to...
Hi,
I'm writing a code and I have a problem with structs and unions.
I read 8 bytes (RXBnD[8]) from an external system, and each of these 8 bytes are structured in 8 bits:
********************************
__saddr union aux_bits2
{
struct
{unsigned char b0:1;
unsigned char b1:1...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.