Читаю доку по ecos, раздел Interrupt Handling.
там используються сокращения VSR и ISR .
Приблизительно понимаю что такое,
но для большего понимания хотелось бы знать расшифровку VSR и ISR.
Не подскажете как расшифровываеться VSR и ISR ?
Postoroniy_V
Mar 30 2007, 19:56
Цитата(PsM @ Mar 30 2007, 18:22)

Читаю доку по ecos, раздел Interrupt Handling.
там используються сокращения VSR и ISR .
Приблизительно понимаю что такое,
но для большего понимания хотелось бы знать расшифровку VSR и ISR.
Не подскажете как расшифровываеться VSR и ISR ?
ecos manual about VSRThe mechanism implemented is to attach to each hardware vector a short piece of trampoline code that makes an indirect jump via a table to the actual handler for the exception. This handler is called the Vector Service Routine (VSR) and the table is called the VSR table.ecos manual about ISRMost asynchronous external interrupt vectors will point to a default interrupt VSR which decodes the actual interrupt being delivered from the interrupt controller and invokes the appropriate ISR.
Спасибо, пока недочитал до этого места

.
Вообще обычно сокращения расшифровываються при первом употреблении...