Читаю доку по ecos, раздел Interrupt Handling. там используються сокращения VSR и ISR . Приблизительно понимаю что такое, но для большего понимания хотелось бы знать расшифровку VSR и ISR.
Группа: Свой
Сообщений: 816
Регистрация: 21-10-04
Пользователь №: 951
Цитата(PsM @ Mar 30 2007, 18:22)
Читаю доку по ecos, раздел Interrupt Handling. там используються сокращения VSR и ISR . Приблизительно понимаю что такое, но для большего понимания хотелось бы знать расшифровку VSR и ISR.
Не подскажете как расшифровываеться VSR и ISR ?
ecos manual about VSR The 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 ISR Most 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.