send.smp_dump.txt

来自「很多仪器都输出同步时钟」· 文本 代码 · 共 11 行

TXT
11
字号

State Machine - |send_top|send_core:U_Core|state
Name state.uart_end_send state.check state.recv state.recv_detect state.uart_send state.uart_load state.uart_idle 
state.uart_idle 0 0 0 0 0 0 0 
state.uart_load 0 0 0 0 0 1 1 
state.uart_send 0 0 0 0 1 0 1 
state.recv_detect 0 0 0 1 0 0 1 
state.recv 0 0 1 0 0 0 1 
state.check 0 1 0 0 0 0 1 
state.uart_end_send 1 0 0 0 0 0 1 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?