This repository has been archived on 2024-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
study/other/adc_uart/db/adc_uart.smp_dump.txt
2020-06-09 15:48:03 +08:00

18 lines
584 B
Plaintext

State Machine - |adc_uart_fsm_top|adc_uart_fsm:adc_uart_fsm|state
Name state.start_send state.send_done state.send state.start_col state.col_done state.collect state.idle
state.idle 0 0 0 0 0 0 0
state.collect 0 0 0 0 0 1 1
state.col_done 0 0 0 0 1 0 1
state.start_col 0 0 0 1 0 0 1
state.send 0 0 1 0 0 0 1
state.send_done 0 1 0 0 0 0 1
state.start_send 1 0 0 0 0 0 1
State Machine - |adc_uart_fsm_top|key_filter:key_filter0|state
Name state.FILTER1 state.DOWN state.FILTER0 state.IDEL
state.IDEL 0 0 0 0
state.FILTER0 0 0 1 1
state.DOWN 0 1 0 1
state.FILTER1 1 0 0 1