If sel
is high, then a counter is output on the output pins and the bidirectional pins (data_o = counter_o = counter
).
If sel
is low, the bidirectional pins are mirrored to the output pins (data_o
= data_i
).
Set sel
high and observe that the counter is output on the output pins (data_o
) and the bidirectional pins (counter_o
).
Set sel
low and observe that the bidirectional pins are mirrored to the output pins (data_o
= data_i
).
# | Input | Output | Bidirectional |
---|---|---|---|
0 | i2c_data_in | sck_o | |
1 | i2c_clk_in | mosi_o | |
2 | miso_i | i2c_data_out | |
3 | i2c_clk_out | ||
4 | i2c_data_oe | ||
5 | i2c_wb_err_i | i2c_clk_oe | |
6 | i2c_wb_rty_i | ||
7 |