You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

158 lines
3.8 KiB

  1. /**
  2. * @WARNING
  3. * vscode自动补全取出编译错误使用
  4. *
  5. */
  6. #ifndef __HIINT_H__
  7. #define __HIINT_H__
  8. #define static
  9. #if defined(__HAIER_HR6P58L__)
  10. volatile unsigned char section0 SAVED_W; // 0x1f
  11. volatile unsigned char section1 SAVED_W1; // 0x3f
  12. volatile unsigned char section2 SAVED_W2; // 0x5f
  13. volatile unsigned char section3 SAVED_W3; // 0x7f
  14. #endif
  15. #if defined(__HAIER_HR6P59HL__)
  16. volatile unsigned char section0 SAVED_W; // 0x1f
  17. volatile unsigned char section1 SAVED_W1; // 0x3f
  18. volatile unsigned char section2 SAVED_W2; // 0x5f
  19. volatile unsigned char section3 SAVED_W3; // 0x7f
  20. #endif
  21. #if defined(__HAIER_HR6P60HL__)
  22. volatile unsigned char section0 SAVED_W; // 0x1f
  23. volatile unsigned char section1 SAVED_W1; // 0x3f
  24. volatile unsigned char section2 SAVED_W2; // 0x5f
  25. volatile unsigned char section3 SAVED_W3; // 0x7f
  26. #endif
  27. #if defined(__HAIER_HR6P61L__)
  28. volatile unsigned char section0 SAVED_W; // 0x1f
  29. volatile unsigned char section1 SAVED_W1; // 0x3f
  30. volatile unsigned char section2 SAVED_W2; // 0x5f
  31. volatile unsigned char section3 SAVED_W3; // 0x7f
  32. #endif
  33. #if defined(__HAIER_HR6P62HL__)
  34. volatile unsigned char section0 SAVED_W; // 0x7f
  35. #endif
  36. #if defined(__HAIER_HR6P67L__)
  37. volatile unsigned char section0 SAVED_W; // 0x5f
  38. #endif
  39. #if defined(__HAIER_HR6P71__)
  40. volatile unsigned char section0 SAVED_W; // 0x7f
  41. #endif
  42. #if defined(__HAIER_HR6P72L__)
  43. volatile unsigned char section0 SAVED_W; // 0x20
  44. volatile unsigned char section1 SAVED_W1; // 0xA0
  45. #endif
  46. #if defined(__HAIER_HR6P73BL__)
  47. volatile unsigned char section0 SAVED_W; // 0x20
  48. volatile unsigned char section1 SAVED_W1; // 0xA0
  49. #endif
  50. #if defined(__HAIER_HR6P73HL__)
  51. volatile unsigned char section0 SAVED_W; // 0x20
  52. volatile unsigned char section1 SAVED_W1; // 0xA0
  53. #endif
  54. #if defined(__HAIER_HR6P76L__)
  55. volatile unsigned char section0 SAVED_W; // 0x7f
  56. #endif
  57. #if defined(__HAIER_HR6P77L__)
  58. volatile unsigned char section0 SAVED_W; // 0x7f
  59. #endif
  60. #if defined(__HAIER_HR6P90__)
  61. volatile unsigned char section0 SAVED_W; // 0x7f
  62. #endif
  63. #if defined(__HAIER_HR6P91__)
  64. volatile unsigned char section0 SAVED_W; // 0x7f
  65. #endif
  66. #if defined(__HAIER_HR6P92__)
  67. volatile unsigned char section0 SAVED_W; // 0x7f
  68. #endif
  69. #if defined(__HAIER_HR6P97__)
  70. volatile unsigned char section0 SAVED_W; // 0x7f
  71. #endif
  72. #if defined(__HAIER_HR6P98__)
  73. volatile unsigned char section0 SAVED_W; // 0x7f
  74. #endif
  75. #if defined(__HAIER_HR7P190FH__)
  76. volatile unsigned char section0 SAVED_W; // 0x7f
  77. #endif
  78. #if defined(__HAIER_HR7P171__)
  79. volatile unsigned char section0 SAVED_W; // 0x7f
  80. #endif
  81. #if defined(__HAIER_HR7P164__)
  82. volatile unsigned char section0 SAVED_W; // 0x7f
  83. volatile unsigned char section1 SAVED_W1; // 0xff
  84. #endif
  85. #if defined(__HAIER_HR7P187__)
  86. volatile unsigned char section0 SAVED_W; // 0x7f
  87. #endif
  88. #if defined(__HAIER_SSC1640__)
  89. volatile unsigned char section0 SAVED_W; // 0x7f
  90. #endif
  91. #if defined(__HAIER_SSC1641__)
  92. volatile unsigned char section0 SAVED_W; // 0x7f
  93. #endif
  94. #if defined(__HAIER_SSC1642__)
  95. volatile unsigned char section0 SAVED_W; // 0x7f
  96. #endif
  97. #if defined(__HAIER_SSC1630__)
  98. volatile unsigned char section0 SAVED_W; // 0x7f
  99. #endif
  100. #if defined(__HAIER_HR6P90H__)
  101. volatile unsigned char section0 SAVED_W; // 0x7f
  102. #endif
  103. #if defined(__HAIER_HR6P91H__)
  104. volatile unsigned char section0 SAVED_W; // 0x7f
  105. #endif
  106. #if defined(__HAIER_HR6P92H__)
  107. volatile unsigned char section0 SAVED_W; // 0x7f
  108. #endif
  109. #if defined(__HAIER_HR7P191FH__)
  110. volatile unsigned char section0 SAVED_W; // 0x7f
  111. #endif
  112. #if defined(__HAIER_HR7P190FI__)
  113. volatile unsigned char section0 SAVED_W; // 0x7f
  114. #endif
  115. #if defined(__HAIER_HR7P191FI__)
  116. volatile unsigned char section0 SAVED_W; // 0x7f
  117. #endif
  118. #if defined(__HAIER_HR7P190FI__)
  119. volatile unsigned char section0 SAVED_W; // 0x7f
  120. #endif
  121. #undef static
  122. #endif