|
SRTOS
|
System configuration for SRTOS. More...
Go to the source code of this file.
Functions | |
| void | configureAll () |
| This function will be called in the main() function of the user's code before the scheulder is started. It will call every configuration function defined in config.c. | |
System configuration for SRTOS.
Declares configuration routines executed before the scheduler starts. Users can define hardware and peripheral initialization functions in config.c and call them through configureAll().
Definition in file config.h.
| void configureAll | ( | ) |
This function will be called in the main() function of the user's code before the scheulder is started. It will call every configuration function defined in config.c.
Definition at line 111 of file config.c.