Lines Matching +full:2 +full:- +full:wire
2 Vitesse cross-point devices, VSC3316 and VSC3308 for board B4860QDS
8 VSC 3316/3308 is a low-power, low-cost asynchronous crosspoint switch capable of data rates upto 11…
10 …d 8 output ports. Programming of these devices are performed by two-wire or four-wire serial inter…
14 On reset, VSC devices are in low-power state with all inputs, outputs and connections in an off sta…
15 First thing required is to program it to interface with either two-wire or four-wire interface.
16 … interface is two-wire I2C serial interface. So the value in Interface mode register at address 79…
22 --------------------------
23 …-wire or four-wire interface. In our case the interface is two-wire I2C serial interface. So the v…
25 vsc_addr - Address of the VSC device on board.
28 vsc3316_config(u8 vsc_addr, int con_arr[][2], u8 num_con):
29 ---------------------------------------------------------
32 …vsc3308_config(u8 vsc_addr, int con_arr[][2], u8 num_con) does the essential configurations for VS…
35 vsc_addr - Address of the VSC device on board.
36 con_arr - connection array
37 num_con - number of connections to be configured
40 --------------------------
43 vsc_addr - Address of the VSC device on board.