触发原因内部详细解释: Difference between revisions
(Created page with "==触发原因列表== ===未使能=== * 16384 0x4000 0100 0000 0000 0000 小电池触发 * 8192 0x2000 0010 0000 0000 0000 小电池触发-VGL电压峰值不稳触发 * 4096 0x1000 0001 0000 0000 0000 小电池触发-SHIELDF触发 * 2048 0x0800 0000 1000 0000 0000 小电池触发-VDD高压触发 * 1024 0x0400 0000 0100 0000 0000 小电池触发-VCORE高压触发 * 512 0x0200 0000 0010 0000 0000 小电池触发-VCORE低压触发 * 256 0x0100 0000 0001 00...") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{#ifeq:{{currentloggeduser}}|| | |||
<div style="background-color: #ffcccc;border: 1px dashed red; padding: 10px;"> | |||
This content is restricted to authorized users only. Please [[Special:UserLogin|log in]] to access additional information. | |||
</div> | |||
| | |||
==触发原因列表== | ==触发原因列表== | ||
Line 32: | Line 37: | ||
对于兆讯安全模块,参考手册 | |||
低温触发条件 -30 ~ -45 | |||
高温触发条件 95 ~ 115 | |||
注意:其他状态兆讯和maxim 触发状态含义会稍有不同,参考#25455 | |||
==转换方式== | ==转换方式== | ||
Line 47: | Line 52: | ||
<syntaxhighlight lang="java"> | <syntaxhighlight lang="java"> | ||
if (bitString.toCharArray()[1] == '1') { | |||
status = false; | status = false; | ||
out_result += "小电池触发"; | out_result += "小电池触发"; | ||
Line 119: | Line 124: | ||
} | } | ||
</syntaxhighlight> | </syntaxhighlight> | ||
}} |
Latest revision as of 09:58, 25 April 2024
This content is restricted to authorized users only. Please log in to access additional information.