ChibiOS/RT  6.0.3
chsystypes.h File Reference

System types header. More...

Go to the source code of this file.

Macros

#define __CH_STRINGIFY(a)   #a
 Utility to make the parameter a quoted string. More...
 

Typedefs

typedef struct ch_thread thread_t
 Type of a thread structure. More...
 
typedef thread_tthread_reference_t
 Type of a thread reference. More...
 
typedef struct ch_threads_list threads_list_t
 Type of a generic threads single link list, it works like a stack. More...
 
typedef struct ch_threads_queue threads_queue_t
 Type of a generic threads bidirectional linked list header and element. More...
 
typedef struct ch_ready_list ready_list_t
 Type of a ready list header. More...
 
typedef void(* vtfunc_t) (void *p)
 Type of a Virtual Timer callback function. More...
 
typedef struct ch_virtual_timer virtual_timer_t
 Type of a Virtual Timer structure. More...
 
typedef struct ch_virtual_timers_list virtual_timers_list_t
 Type of virtual timers list header. More...
 
typedef struct ch_system_debug system_debug_t
 Type of a system debug structure. More...
 
typedef struct ch_system ch_system_t
 Type of system data structure. More...
 

Detailed Description

System types header.

Definition in file chsystypes.h.