Searched refs:category (Results 1 – 3 of 3) sorted by relevance
65 As per the OSEK specification, category 1 ISRs are not affected by the OSEK layer 68 created using CreateISR() as well as being registered and enable like a category 1 ISR.71 the category 2 ISR as soon as possible.73 A category 2 ISR is made of two handlers, the one that process the hardware interrupt 76 To define a category 2 ISR body use the standard ISR() macro as follows:116 Maximum number of category 2 ISRs: 8241 UINT category, 247 to category 1 ISRS.
904 ISRType CreateISR(const CHAR *name, void(*entry_function)(), UINT category, ULONG stack_size…
567 ISRType CreateISR(const CHAR *name, void (*entry_function)(), UINT category, ULONG stack_size) in CreateISR() argument586 if ((category != CATEGORY1) && (category != CATEGORY2)) in CreateISR()636 tcb_ptr->task_type = category; in CreateISR()640 if (category == 1u) in CreateISR()