What is return type of ISR?

Pavitra Pavi
Pavitra Pavi

Posted On: Apr 11, 2020

 

    1 Answer Written

  •  Pavitra Pavi
    Answered by devquora

    In embedded systems programming, an ISR (Interrupt Service Routine) is a type of function that is called in response to a specific interrupt request generated by a hardware or software event. The return type of an ISR depends on the programming language and the hardware platform being used.

Related Questions

Please Login or Register to leave a response.

Related Questions

Cyient Embedded C Interview Questions

What is RTOS?

A real-time operating system (RTOS) is a running system that supports a particular skill within a particularized time restraint. For instance, an operating system can be produced to assure that a part...

Cyient Embedded C Interview Questions

What is ISR?

ISR stands for "Interrupt Service Routine." An ISR (also termed an interrupt handler) is a software method requested by an intervention offer from a hardware method. It examines the application and as...

Cyient Embedded C Interview Questions

What is the need for DMAC in ES?

Direct memory admittance is chiefly utilized to master the limitations of interrupt and program-controlled I/O. DMA modules habitually take the handle across from the processor and execute the memory ...