ChibiOS 21.11.4
|
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 363 of file chobjects.h.
const char* ch_os_instance_config::name |
Instance name.
Definition at line 367 of file chobjects.h.
stkalign_t* ch_os_instance_config::mainthread_base |
Lower limit of the main function thread stack.
Definition at line 373 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 377 of file chobjects.h.
stkalign_t* ch_os_instance_config::idlethread_base |
Lower limit of the dedicated idle thread stack.
Definition at line 383 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 387 of file chobjects.h.
Referenced by chInstanceObjectInit().