Quantcast
Channel: MPLAB XC16
Viewing all articles
Browse latest Browse all 1508

sizeof, size_t, layout (sjb741)

$
0
0
Say you want to be careful about defining a union where one member is a "byte" array which overlays a structure. You use and types like uint8_t. Also, you are sending the structure serially, one '8-bit-byte' at a time: typedef struct tagTTxCom..

Viewing all articles
Browse latest Browse all 1508

Trending Articles