 | Cx51 User's Guide |  |
|
|
| NOINTVECTOR Compiler Directive| Abbreviation | NOIV | | Arguments | None. | | Default | INTVECTOR (0) | | µVision | Options — C51 — Interrupt vectors at address. | | Description | The NOINTVECTOR directive inhibits interrupt vector generation. This flexibility allows the user to provide interrupt vectors with other programming tools. | | See Also | INTERVAL, INTVECTOR | | Example |
C51 SAMPLE.C NOINTVECTOR
#pragma noiv
|
Related Knowledgebase Articles |
|