|
Altium C++ SDK 3.0
|
#include <EDP.SCH.Interfaces.h>
Public Member Functions | |
| int | ND_JTAG_Write (int TCK, int TMS, int TDI, bool ReadTdo) |
| int | ND_JTAG_ReadBit (int *ATDO) |
| int | ND_JTAG_ReadBuf (std::wstring *Data) |
| int | ND_FlushWrite (bool WantTdo) |
| void | ND_SelectJtagChain (int AJTAGChain) |
| void | ND_SetJtagTicks (int AJtagTicks) |
| void | ND_InitWithDriver (INexusFTDIDriver *Driver) |
| int | ND_JTAG_WriteBuf (std::wstring const Data) |
| int SCH::INexusDongle::ND_FlushWrite | ( | bool | WantTdo | ) |
| void SCH::INexusDongle::ND_InitWithDriver | ( | INexusFTDIDriver * | Driver | ) |
| int SCH::INexusDongle::ND_JTAG_ReadBit | ( | int * | ATDO | ) |
| int SCH::INexusDongle::ND_JTAG_ReadBuf | ( | std::wstring * | Data | ) |
| int SCH::INexusDongle::ND_JTAG_Write | ( | int | TCK, |
| int | TMS, | ||
| int | TDI, | ||
| bool | ReadTdo ) |
| int SCH::INexusDongle::ND_JTAG_WriteBuf | ( | std::wstring const | Data | ) |
| void SCH::INexusDongle::ND_SelectJtagChain | ( | int | AJTAGChain | ) |
| void SCH::INexusDongle::ND_SetJtagTicks | ( | int | AJtagTicks | ) |