ChibiOS 21.11.4
ch_os_instance_config Struct Reference

Type of an system instance configuration. More...

#include <chobjects.h>

Collaboration diagram for ch_os_instance_config:
Collaboration graph

Data Fields

const char * name
 Instance name.
stkalign_tmainthread_base
 Lower limit of the main function thread stack.
stkalign_tmainthread_end
 Upper limit of the main function thread stack.
stkalign_tidlethread_base
 Lower limit of the dedicated idle thread stack.
stkalign_tidlethread_end
 Upper limit of the dedicated idle thread stack.

Detailed Description

Type of an system instance configuration.

Definition at line 363 of file chobjects.h.

Field Documentation

◆ name

const char* ch_os_instance_config::name

Instance name.

Definition at line 367 of file chobjects.h.

◆ mainthread_base

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().

◆ mainthread_end

stkalign_t* ch_os_instance_config::mainthread_end

Upper limit of the main function thread stack.

Definition at line 377 of file chobjects.h.

◆ idlethread_base

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().

◆ idlethread_end

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().