Types

RTOS types. More...

Enumerations

enum  gos_thread_priority_t {
  GOS_THREAD_PRIORITY_REALTIME,
  GOS_THREAD_PRIORITY_HIGHEST,
  GOS_THREAD_PRIORITY_HIGHER,
  GOS_THREAD_PRIORITY_MEDIUM,
  GOS_THREAD_PRIORITY_LOWER,
  GOS_THREAD_PRIORITY_LOWEST
}
 
enum  gos_event_flags_wait_option_t {
  GOS_EVENT_FLAG_WAIT_FOR_ANY,
  GOS_EVENT_FLAG_WAIT_FOR_ALL
}
 

Detailed Description

RTOS types.

Enumeration Type Documentation

◆ gos_event_flags_wait_option_t

Option to specify how to wait for RTOS event flags

Enumerator
GOS_EVENT_FLAG_WAIT_FOR_ANY 

Wait for any event flag to be set.

GOS_EVENT_FLAG_WAIT_FOR_ALL 

Wait for ALL events flags to be set.

◆ gos_thread_priority_t

Enumerator
GOS_THREAD_PRIORITY_REALTIME 

GOS_THREAD_PRIORITY_REALTIME.

GOS_THREAD_PRIORITY_HIGHEST 

GOS_THREAD_PRIORITY_HIGHEST.

GOS_THREAD_PRIORITY_HIGHER 

GOS_THREAD_PRIORITY_HIGHER.

GOS_THREAD_PRIORITY_MEDIUM 

GOS_THREAD_PRIORITY_MEDIUM.

GOS_THREAD_PRIORITY_LOWER 

GOS_THREAD_PRIORITY_LOWER.

GOS_THREAD_PRIORITY_LOWEST 

GOS_THREAD_PRIORITY_LOWEST.