J-Link Utilities
This section describes J-Link utility classes and functions.
// typedefs typedef uint8_t io.U8; typedef uint32_t io.U32; typedef void cdecl io.JLINK_LOG(char const thin* sErr); typedef int cdecl io.JLINK_FUNC_MRU_GETLIST( io.U32 Group, char thin* sList, io.U32 BufferSize ); // enums enum io.JLINK_FUNC_INDEX; // structs struct io.JLINKARM_DEVICE_INFO; struct io.JLINK_FLASH_AREA_INFO; struct io.JLINK_FLASH_BANK_INFO; struct io.JLINK_FLASH_BANK_INFO_EXT; struct io.JLINK_PCODE_INFO; struct io.JLINK_RAM_AREA_INFO; struct io.JLINK_RTTERMINAL_BUFDESC; struct io.JLINK_RTTERMINAL_START; struct io.JLINK_RTTERMINAL_STATUS; struct io.JLINK_RTTERMINAL_STOP; // classes class io.JLinkLib; // global functions char const* detectJLinkLibPath();