Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: easyts
  • Content: Threads
  • Order by date
  1. easyts

    Extern union

    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...
  2. easyts

    Complicated struct/union

    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...

Part and Inventory Search

Back
Top