Guest User

Untitled

a guest
Jun 20th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. struct sub
  2. {
  3. uint16_t a1;
  4. uint16_t a2;
  5. uint16_t a3;
  6. uint16_t a4;
  7. uint16_t a5;
  8. uint16_t a6;
  9. uint16_t a7;
  10. uint16_t a8;
  11. uint8_t a9;
  12. uint8_t a10;
  13. };
  14.  
  15. struct state
  16. {
  17. struct sub sub1;
  18. struct sub sub2;
  19. struct sub sub3;
  20. struct sub sub4;
  21. };
  22.  
  23.  
  24. typedef struct
  25. {
  26. uint16_t c1;
  27. uint16_t c2;
  28. uint16_t c3;
  29. uint16_t c4;
  30. struct state state1;
  31. struct state state2;
  32. struct state state3;
  33. struct state state4;
  34. struct state state5;
  35. struct state state6;
  36. struct state state7;
  37. struct state state8;
  38. } status
Add Comment
Please, Sign In to add comment