summaryrefslogtreecommitdiff
path: root/software/include/oct6100api/oct6100_debug_inst.h
diff options
context:
space:
mode:
authorOctasic Inc <support@octasic.com>2009-09-11 14:38:52 +0300
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2011-02-27 21:11:18 +0200
commit8d2d06a050b1a5de0c5139733ae5216a8a8f2632 (patch)
treec8e25946110eb1a70ff5e001d5e8064fc43c0713 /software/include/oct6100api/oct6100_debug_inst.h
parent4ed38158b4baae55739e1753c59073eccd4d17ec (diff)
importing OCT612x-01.03.00
Diffstat (limited to 'software/include/oct6100api/oct6100_debug_inst.h')
-rw-r--r--software/include/oct6100api/oct6100_debug_inst.h14
1 files changed, 12 insertions, 2 deletions
diff --git a/software/include/oct6100api/oct6100_debug_inst.h b/software/include/oct6100api/oct6100_debug_inst.h
index 8f3b19e..420ca32 100644
--- a/software/include/oct6100api/oct6100_debug_inst.h
+++ b/software/include/oct6100api/oct6100_debug_inst.h
@@ -25,9 +25,9 @@ You should have received a copy of the GNU General Public License
along with the OCT6100 GPL API; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
-$Octasic_Release: OCT612xAPI-01.02.04 $
+$Octasic_Release: OCT612xAPI-01.03.00 $
-$Octasic_Revision: 10 $
+$Octasic_Revision: 12 $
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
@@ -92,6 +92,11 @@ typedef struct _OCT6100_API_DEBUG_
/* Last AF log read pointer. */
UINT16 usLastAfLogReadPtr;
+ /* Last core dump memory offset. */
+ UINT32 ulLastMemoryOffset;
+
+
+
/* AF log hardware write pointer. */
UINT16 usAfLogWritePtr;
@@ -104,6 +109,11 @@ typedef struct _OCT6100_API_DEBUG_
/* Whether the api version string has been copied in the user buffer. */
BOOL fApiVersionCopied;
+ /* Whether the chip's internal & external memories have been added to the dump. */
+ BOOL fCoreDumped;
+
+
+
/* Total number of bytes that will be returned for the current dump. */
UINT32 ulDebugDataTotalNumBytes;