tvperror.inc

来自「ti的数字电视芯片 tvp9000的源码」· INC 代码 · 共 19 行

INC
19
字号
;/***************************************************************************** 
;*    Property of Texas Instruments Incorporated, Copyright 2004
;*    All rights reserved
;******************************************************************************
;*  TvpError.inc contains all error code defines for asm source.
;*
;* $Revision: $   
;*
;* $History: TvpError.inc $    
; 
; 
;******************************************************************************/

; Error codes 0 - 01F are reserved for general purpose  error codes
                                                                      
TVP_E_NONE			.set	  0             ; no error, good return
TVP_E_ERROR			.set    0xFF            ; general purpose error return for BAD

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?