| 70 |
past, it has been deprecated, and will be removed in a future |
past, it has been deprecated, and will be removed in a future |
| 71 |
version of the library. Users who want to legitimately re-enable |
version of the library. Users who want to legitimately re-enable |
| 72 |
interrupts in their interrupt handlers as quickly as possible are |
interrupts in their interrupt handlers as quickly as possible are |
| 73 |
encouraged to explicitly declare their handlers like: |
encouraged to explicitly declare their handlers as described |
| 74 |
|
\ref attr_interrupt "above". |
|
\code |
|
|
void SIG_XXX(void) __attribute__((interrupt)); |
|
|
void SIG_XXX(void) { |
|
|
... |
|
|
} |
|
|
\endcode |
|
|
|
|
|
where SIG_XXX is the name of a valid interrupt vector for the MCU |
|
|
type in question. |
|
| 75 |
*/ |
*/ |
| 76 |
|
|
| 77 |
#ifdef __cplusplus |
#ifdef __cplusplus |