|
ChibiOS 21.11.5
|
Type of an system instance configuration. More...
#include <chobjects.h>

Data Fields | |
| const char * | name |
| Instance name. | |
| stkalign_t * | mainthread_base |
| Lower limit of the main function thread stack. | |
| stkalign_t * | mainthread_end |
| Upper limit of the main function thread stack. | |
| stkalign_t * | idlethread_base |
| Lower limit of the dedicated idle thread stack. | |
| stkalign_t * | idlethread_end |
| Upper limit of the dedicated idle thread stack. | |
Type of an system instance configuration.
Definition at line 372 of file chobjects.h.
| const char* ch_os_instance_config::name |
Instance name.
Definition at line 376 of file chobjects.h.
| stkalign_t* ch_os_instance_config::mainthread_base |
Lower limit of the main function thread stack.
Definition at line 382 of file chobjects.h.
Referenced by chInstanceObjectInit().
| stkalign_t* ch_os_instance_config::mainthread_end |
Upper limit of the main function thread stack.
Definition at line 386 of file chobjects.h.
| stkalign_t* ch_os_instance_config::idlethread_base |
Lower limit of the dedicated idle thread stack.
Definition at line 392 of file chobjects.h.
Referenced by chInstanceObjectInit().
| stkalign_t* ch_os_instance_config::idlethread_end |
Upper limit of the dedicated idle thread stack.
Definition at line 396 of file chobjects.h.
Referenced by chInstanceObjectInit().