Mistake on this page?
Report an issue in GitHub or email us
Data Fields
osRtxSemaphore_t Struct Reference

Semaphore Control Block. More...

#include <rtx_os.h>

Data Fields

uint8_t id
 Object Identifier. More...
 
uint8_t reserved_state
 Object State (not used) More...
 
uint8_t flags
 Object Flags. More...
 
const char * name
 Object Name. More...
 
osRtxThread_tthread_list
 Waiting Threads List. More...
 
uint16_t tokens
 Current number of tokens. More...
 
uint16_t max_tokens
 Maximum number of tokens. More...
 

Detailed Description

Semaphore Control Block.

Definition at line 198 of file rtx_os.h.

Field Documentation

uint8_t flags

Object Flags.

Definition at line 201 of file rtx_os.h.

uint8_t id

Object Identifier.

Definition at line 199 of file rtx_os.h.

uint16_t max_tokens

Maximum number of tokens.

Definition at line 206 of file rtx_os.h.

const char* name

Object Name.

Definition at line 203 of file rtx_os.h.

uint8_t reserved_state

Object State (not used)

Definition at line 200 of file rtx_os.h.

osRtxThread_t* thread_list

Waiting Threads List.

Definition at line 204 of file rtx_os.h.

uint16_t tokens

Current number of tokens.

Definition at line 205 of file rtx_os.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.