|
embeddedlibrary
reusable software modules for embedded systems
|
Data Fields | |
| uint32_t | phrase |
| 32-bit integer member | |
| uint16_t | word [2] |
| word array member, word[0] LSW, b[1] MSW | |
| uint8_t | b [4] |
| byte array member, b[0] LSB, b[3] MSB | |
| union16_t | uword [2] |
| 16-bit union array member, More... | |
| union8_t | ub [4] |
| 8-bit union array member, More... | |
| float | f |
| struct { | |
| uint32_t b0:1 | |
| uint32_t b1:1 | |
| uint32_t b2:1 | |
| uint32_t b3:1 | |
| uint32_t b4:1 | |
| uint32_t b5:1 | |
| uint32_t b6:1 | |
| uint32_t b7:1 | |
| uint32_t b8:1 | |
| uint32_t b9:1 | |
| uint32_t b10:1 | |
| uint32_t b11:1 | |
| uint32_t b12:1 | |
| uint32_t b13:1 | |
| uint32_t b14:1 | |
| uint32_t b15:1 | |
| uint32_t b16:1 | |
| uint32_t b17:1 | |
| uint32_t b18:1 | |
| uint32_t b19:1 | |
| uint32_t b20:1 | |
| uint32_t b21:1 | |
| uint32_t b22:1 | |
| uint32_t b23:1 | |
| uint32_t b24:1 | |
| uint32_t b25:1 | |
| uint32_t b26:1 | |
| uint32_t b27:1 | |
| uint32_t b28:1 | |
| uint32_t b29:1 | |
| uint32_t b30:1 | |
| uint32_t b31:1 | |
| } | bits |
| bitfield member, b0 LSb, b31 MSb | |