{"id":59,"date":"2011-10-14T12:07:05","date_gmt":"2011-10-14T12:07:05","guid":{"rendered":"http:\/\/www.electronic-products-development.com\/?p=59"},"modified":"2022-02-17T10:13:11","modified_gmt":"2022-02-17T10:13:11","slug":"typedef-union","status":"publish","type":"post","link":"https:\/\/ibex.tech\/c\/c\/typedef\/typedef-union","title":{"rendered":"Typedef Union"},"content":{"rendered":"<pre><code>\r\ntypedef union _WORD_VAL\r\n{\r\n    WORD val;\r\n    struct\r\n    {\r\n        BYTE LSB;\r\n        BYTE MSB;\r\n    } byte;\r\n    BYTE v[2];\r\n} WORD_VAL;\r\n\r\n# = ((DWORD_VAL) address).v[1])\r\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>typedef union _WORD_VAL { WORD val; struct { BYTE LSB; BYTE MSB; } byte; BYTE v[2]; } WORD_VAL; # = ((DWORD_VAL) address).v[1])<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[12],"tags":[],"class_list":["post-59","post","type-post","status-publish","format-standard","hentry","category-typedef"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/c\/wp-json\/wp\/v2\/posts\/59","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/c\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/c\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/c\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/c\/wp-json\/wp\/v2\/comments?post=59"}],"version-history":[{"count":2,"href":"https:\/\/ibex.tech\/c\/wp-json\/wp\/v2\/posts\/59\/revisions"}],"predecessor-version":[{"id":560,"href":"https:\/\/ibex.tech\/c\/wp-json\/wp\/v2\/posts\/59\/revisions\/560"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/c\/wp-json\/wp\/v2\/media?parent=59"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/c\/wp-json\/wp\/v2\/categories?post=59"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/c\/wp-json\/wp\/v2\/tags?post=59"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}