upload
Texas Instruments Incorporated
行业: Semiconductors
Number of terms: 7260
Number of blossaries: 0
Company Profile:
Texas Instruments (TI) designs and manufactures analog and digital semiconductor IC products for the world market. In addition to analog technologies, digital signal processing (DSP) and microcontroller (MCU) semiconductors, TI designs and manufactures semiconductor solutions for analog and digital ...
A software interface used to identify and eliminate mistakes in a program.
Industry:Semiconductors
A floating-point number with a zero exponent and a nonzero mantissa.
Industry:Semiconductors
A software program that combines object files to form an object module that can be allocated into system memory and executed by the device.
Industry:Semiconductors
A form of program execution that allows you to see the effects of each statement. The program is executed statement by statement; the debugger pauses after each statement to update the data-display windows.
Industry:Semiconductors
A software program that translates C source statements into assembly language source statements.
Industry:Semiconductors
A function associated with a task that handles exceptions raised in that task. The manner in which an exception handler responds to an exception in a task is analogous to the way an interrupt service routine (ISR) responds to a hardware interrupt in a processor.
Industry:Semiconductors
A software routine that accepts commands from a client program or task and dispatches each command to the appropriate subroutine for execution.
Industry:Semiconductors
A function call where one function calls another function by giving the address of the called function.
Industry:Semiconductors
A software tool that expands macros, #include files, and conditional compilation as an independent program. It also performs integrated preprocessing, which includes parsing of instructions.
Industry:Semiconductors
A function call where one function calls another using the function’s name.
Industry:Semiconductors