Книга: Advanced PIC Microcontroller Projects in C
4.1.5 Function Reentrancy
4.1.5 Function Reentrancy
The mikroC compiler supports only a limited function reentrancy. Functions that have no arguments and local variables can be called both from the interrupt service routines and from the main program. Functions that have arguments and/or local variables can only be called from the interrupt service routines or from the main program.
Похожие страницы
- 4.1.1 Function Prototypes
- 4.1.6 Static Function Variables
- 1.2.5 Thread safety and reentrancy
- EXTERNAL FUNCTION DIRECTORY
- CHAPTER 4 Functions and Libraries in mikroC
- Functions
- Basic Functions
- Using Functions in Shell Scripts
- 4.1 mikroC Functions
- 4.2 mikroC Built-in Functions
- 4.3 mikroC Library Functions
- 4.1.2 Passing Arrays to Functions