Searched refs:cBitState (Results 1 – 1 of 1) sorted by relevance
2377 unsigned char cBitState = 0; in ispVMBypass() local2403 cBitState = 0; in ispVMBypass()2409 cBitState = (unsigned char) (((cCurByte << iIndex % 8) & 0x80) in ispVMBypass()2411 writePort(g_ucPinTDI, cBitState); in ispVMBypass()2419 cBitState = (unsigned char) (((cCurByte << iIndex % 8) & 0x80) in ispVMBypass()2421 writePort(g_ucPinTDI, cBitState); in ispVMBypass()2536 unsigned char cBitState = 0; in ispVMSend() local2542 cBitState = (unsigned char)(((cCurByte << iIndex % 8) & 0x80) in ispVMSend()2544 writePort(g_ucPinTDI, cBitState); in ispVMSend()2553 cBitState = (unsigned char) (((cCurByte << iIndex % 8) & 0x80) in ispVMSend()[all …]
Completed in 7 milliseconds