serial.smp_dump.txt

来自「基于FPGA的串口通信」· 文本 代码 · 共 17 行

TXT
17
字号

State Machine - |serial|fenpin:fp|state2
Name state2.txd_start state2.rxd_sample state2.rxd_start state2.txd_wait state2.rxd_wait 
state2.rxd_wait 0 0 0 0 0 
state2.txd_wait 0 0 0 1 1 
state2.rxd_start 0 0 1 0 1 
state2.rxd_sample 0 1 0 0 1 
state2.txd_start 1 0 0 0 1 

State Machine - |serial|fenpin:fp|state1
Name state1.rxd_wait state1.rxd_sample state1.rxd_start state1.txd_start state1.txd_wait 
state1.txd_wait 0 0 0 0 0 
state1.txd_start 0 0 0 1 1 
state1.rxd_start 0 0 1 0 1 
state1.rxd_sample 0 1 0 0 1 
state1.rxd_wait 1 0 0 0 1 

⌨️ 快捷键说明

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